samuelmarcinko
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] Error 500Hey Guys… I had the same problem, and I found out that error 500 was caused by Query Monitor plugin. After I disabled the Query monitor, calendars started working and other parts of plugin
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Stock status not working fine on wishlist pageHello. No we dont have plugin that modifies stock statuses. We use only xstore theme, which has built in your wishlist. xstore use your plugin as built in wishlist in their theme.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Stock status not working fine on wishlist pageURL website is here: https://test17.webprofi.sk/
We have latest version installed:
You can test it on this product: https://test17.webprofi.sk/produkt/spiralova-kefa-vonkajsia-vlas-pa/In backend its set Stock status: On backorder only
And if you add it to wishlist and open wishlist page there is a message: “Na Sklade” which means “in stock”Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Stock status not working fine on wishlist pageI put this code to child function.php file but same problem. Even product is set to order only in wishlist page I can see InStock
Forum: Plugins
In reply to: [Booster for WooCommerce] Template change is not appliedWhen I click check update it says that plugin is up to date. Version 5.4.0
Forum: Plugins
In reply to: [Booster for WooCommerce] Template change is not appliedPHP 7.4
WordPress 6.1.1
Woocommerce 7.5.0
Booster Plus for WooCommerce 5.4.0Forum: Developing with WordPress
In reply to: Multiple category names in headerSo it is possible to do that solution I wrote above ?
Forum: Plugins
In reply to: [DPD SK for WooCommerce] Konfigurácia moduluTu je konfigurácia teraz
I dont want to provide any changes to the emails… We use LearnDash Email notifications and if I want to display First Name and Last name in email template the only way is to put in email template {displayName} variable… so I need set Display Name from First Name and Last Name after registration.
Maybe could help some script or CRON to update all users after registration or something like this ?
Hello, I’m again opening this topic. My code is working fine but emails are not working. Instead of user First Name and Last name he receive username… Display Name is generated fine I used my code above, but problem is that my code is working only if I manually update user in WordPress. DisplayName is generated fine but and Display Name field is correct, but I have to update user manually to “activate” it. Can you help me how can I fix that? I tried your code too, but this broke my emaily completly and everywhere was only username ID.
I used the following code and its working fine…
add_action( 'user_registration_after_register_user_action', 'ur_do_something_after_user_registered', 10, 3 ); function ur_do_something_after_user_registered( $valid_form_data, $form_id, $user_id ) { $first_name = get_user_meta($user_id, 'first_name', true); $last_name = get_user_meta($user_id, 'last_name', true); $user_nickname = $first_name.' '.$last_name; update_user_meta( $user_id, 'nickname', $user_nickname ); }
Forum: Plugins
In reply to: [WPify Woo Czech] Zásielkovňa chyba – vy?ka dobierkySkúsim ich kontaktova? no nevidím kde by mohol by? problém ke??e objednávka má hodnotu viac ako 3€
Forum: Plugins
In reply to: [Yoast SEO] Website is not indexed in GoogleI deleted old sitemap already and I put there a new one from Yoast SEO. But this chart (graph) is displayed problably from old Sitemap and it can not be deleted
Forum: Plugins
In reply to: [Yoast SEO] Website is not indexed in Googlehttps://snipboard.io/Vw6GCT.jpg
here is a screen of Search Console which says “Excluded” but its from 24.5 there was old plugin RankMath and yesterday I installed your Yoast plugin and there is no update yet.