Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Form not shown in product pageHi there,
Thanks for your patience. By default, the plugin uses the following action hooks to check if the waitlist form needs to be added:
add_action( 'woocommerce_simple_add_to_cart', array( $this, 'add_form' ) ); add_action( 'woocommerce_variable_add_to_cart', array( $this, 'add_form' ) );And then uses the following action hook to add the form to the stock HTML message:
add_action( 'woocommerce_stock_html', array( $this, 'output_form' ), 20, 2 );You’ll find both hooks in the
class.yith-wcwtl-frontend.phpfile in theincludesfolder of the plugin.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Ajax not working + 404 errorHi there,
We’re glad the first issue is solved. I checked the page you mentioned, and it seems you are using the old widget version of the plugin.
In this case, you should go to YITH > Ajax Product Filter > Filter presets, and then create a new preset with the filters you need.
Finally, you will just need to remove the previous filter widget and add the preset to the category page by using the shortcode or YITH AJAX Filters Preset widget, and then check if the issue is solved.
You can find more information in the following page of the documentation: https://docs.yithemes.com/yith-woocommerce-ajax-product-filter/free-settings/filter-presets-2/
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Problem with filter orderingHi there,
Unfortunately, it isn’t possible to change the order of the terms in the preset filters. They will be order alphabetically.
Let us know if you have any other question.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Multiple selectionHi there,
I checked the page you mentioned, and it seems you’re using the older widget version of the filters.
In this case, you should go to YITH > Ajax Product Filter > Filter presets, and then create a new preset with the filters you need.
There, you will be able to select the type of filter you want and enable the multiselection option.
Finally, you will just need to add the preset to the category page by using the shortcode or YITH AJAX Filters Preset widget.
You can find more information in the following page of the documentation: https://docs.yithemes.com/yith-woocommerce-ajax-product-filter/free-settings/filter-presets-2/
We’ll remain at your disposal.
Hi there,
Thanks for the screenshots. I checked them, and it seems the block table is missing some columns.
In this case, I suggest you try again to run the code in the post my colleagues mentioned again and then check if the following columns were created in the
yith_wapo_blockstable:nameproduct_associationexclude_productsuser_associationexclude_users
Don’t forget to
yith_addon=1parameter at the end of the admin panel URL so that the code is executed correctly.https://YOUR_SITE_DOMAIN/wp-admin/admin.php?page=yith_wapo_panel&yith_addon=1We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Products Not FoundHi there,
I tried to replicate the issue you mentioned with the latest version of WordPress, WooCommerce and our plugin with PHP 8.2, but in my case it worked correctly.
In this case, I suggest you try checking if there isn’t any conflict with another plugin (by disabling all the other plugins except for WooCommerce and our plugin) or setting in your server.
Also, if you can, please let us know which version of WP, WC and PHP you’re using so we can try to replicate the issue.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] compatibility two pluginHi there,
I tried to replicate the issue you mentioned in my local installation, but in my case it worked correctly.
I also tried to check you site and it seems yo have disabled the plugin, so please let us know if you still need help.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well.
In this case, I suggest you try disabling all the plugins except for WooCommerce and our plugin, and then check if the issue is solved. I also suggest you try changing to the WordPress default theme to check if the issue is related to the theme.
If the product search works correctly, then you will need to enable the other plugins again, one at a time, to check which one is causing the issue.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well.
If you saw the add-ons in the order, you should be able to see them in the order, since the order is created first.
In order to check what is happening, please send us the link to the product with the issue so we can check it.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Problem with variable productsHi there,
I hope you’re doing well.
In order to check what is happening, please send us the link to the product where we can see the add-ons and the link to the variable product so we can check them.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] extra optionsHi there,
I hope you’re doing well.
I checked your site, but it seems the plugin is working correctly.
Could you give us more information on how we can replicate the issue? If you could send a video, it would be helpful.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] yith product addons and decimals in cartHi there,
If you’re having issues with decimal values in the add-on prices, I suggest you check that the price is using dot as decimal separator.
For example, to have an add-on of +2,50€, you should use 2.5 as the price of the add-on option in the plugin settings. It should then be displayed correctly according to the WooCommerce price settings in the product page and cart.
Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Quick view not working on mobile browserHi there,
I checked your site on a mobile phone and the mobile view from desktop (using Firefox), and I see the issue you mentioned.
In this case, it seems a conflict with a custom JS code in your site to change between the Add to cart and Quick view buttons (specifically the
updateButtonTextfunction andobserverconstant). So I suggest you disable that code, and then check if the issue is solved.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Quickview not working on mobileHi there,
I checked your site on a mobile phone and the mobile view from desktop (using Firefox), and I see the issue you mentioned.
In this case, it seems a conflict with a custom JS code in your site to change between the Add to cart and Quick view buttons (specifically the
updateButtonTextfunction andobserverconstant). So I suggest you disable that code, and then check if the issue is solved.We’ll remain at your disposal.
Hi there,
I checked your site, and the badges seems to be working correctly at the moment, but I noticed that you’re using a cache plugin which could be the cause of the issue you mentioned.
In this case, I suggest you clean the cache of your site and browser after you add or change badge and then check if you can replicate the issue.
We’ll remain at your disposal.