Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] YITH WooCommerce Request a QuoteHello @workdetails ,
unfortunately I have missed your answer. I see that the page is working now. Were you able to solve?
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Price is shown twiceHello @sami-sanpakkila
add this code in the functions.php file of your theme:
if ( class_exists( 'YITH_Pre_Order_Frontend' ) ) { remove_filter( 'woocommerce_show_variation_price', array( YITH_Pre_Order_Frontend(), 'show_variation_price' ) ); }Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Pre-Order Date on InvoiceHello @ecocaffe ,
yes, please contact us on https://yithemes.com for more informations
Hello @solidcreative
then that error is pre-update.
Can you tell me if it still happens now?Hello @solidcreative ,
thanks for the log. It seems that you are using an older version of the plugin, since I cannot find a valid reference of the error in the current plugin’s code. Could you try to update it and let me know if the issue persists?
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Not running on mobileHello @anamagmramos
unfortunately the plugin does not manage this.
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Hide add to cartHello @audunbk ,
if you are using the plugin you don’t need to use this code. By the way , try to split it into multiple lines in order to avoid issues
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Not running on mobileHello @anamagmramos ,
this depends on the theme, unfortunately the plugin can only hide via CSS the element, but this kind of fine tuning must be managed separately
Hello @rrxx
it looks like the AJAX actions are denied for non logged users.

Maybe you should review your site settings.
- This reply was modified 3 years, 1 month ago by Alberto Ruggiero.
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Pre-Order Date on InvoiceHello @ecocaffe ,
unfortunately, this version of the plugin does not allow this.
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Not running on mobileHello @anamagmramos
try to add this code in the functions.php file of your theme:
if ( ! function_exists( 'my_ywctm_cart_widget_classes' ) ) { add_filter( 'ywctm_cart_widget_classes', 'my_ywctm_cart_widget_classes' ); function my_ywctm_cart_widget_classes( $classes ) { $classes[] = '.storefront-handheld-footer-bar li.cart'; return $classes; } }Hello @kkfinger62 ,
unfortunately, there are no plans for this integration.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] header confusionHello @gsambiase81 ,
now it’s clear, you should open a topic on the correct forum at this link: https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/
This is the support forum for the AJAX Search plugin
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] header confusionHello @gsambiase81,
this plugin has not filter, what do you mean exactly?
Hello @52yuanma ,
this happens because your theme adds them in a non standard way.
If you can provide the URL of your quote page, i can try to provide you with a custom code to fix this.