Emanuela Castorina
Forum Replies Created
-
Hello,
this is a support page for YITH WooCommerce Ajax Search plugin.For any issue concerning other plugins, please, open a new topic inside the correct support page.
Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Hello,
this is a support page for YITH WooCommerce Ajax Search plugin.For any issue concerning other plugins, please, open a new topic inside the correct support page.
Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search by product slugHello,
I’m sorry but this is not possible.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] YITH Gift Voucher PDF File is 0 BytesHello,
this is a support page for YITH WooCommerce Ajax Search plugin.For any issue concerning other plugins, please, open a new topic inside the correct support page.
Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Hello,
maybe there’s some issue with your theme or with some other plugin.
The local is managed by WordPress and not by the plugin.Hello,
I’m sorry this is not possible because the customer should confirm the order.Hello,
If disable it’s very difficult that hides the add to cart button.
Did you have some cache plugin? Some custom script or css rules that hide the add to cart?Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] buttin color changeHello,
this is a support page for YITH WooCommerce Ajax Search plugin.For any issue concerning other plugins, please, open a new topic inside the correct support page.
Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] paypal sandbox recurring paymentHello,
with PayPal standard gateway it is not possible to test the subscription payments because it is PayPal that charge the customers.
To test you should create online a subscription with a recurring period of 1 day so you can check the next payments in few days.Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Direct bank transfer as a Payment MethodHello,
yes the premium version supports Direct payments but not for automatic renewal.
The customers that pay with Direct bank transfer have to change to pay the renewal orders only from the My Account page.Hello,
as said in a previous topic the option that your are mentioning doesn’t remove the chance to earn points but reduce the amount of point to earn.To achieve your goal please use this snippet that you can add inside the file functions.php of your theme:
add_filter('ywpar_calculate_points_on_cart', 'ywpar_check_coupons'); function ywpar_check_coupons( $points ){ if( ! WC()->cart ){ return $$points; } $coupon_applied = WC()->cart->get_applied_coupons(); return count( $coupon_applied) > 0 ? 0 : $points; }Hello,
you can use this snippet that you can add inside the file functions.php of your theme:add_filter('ywpar_calculate_points_on_cart', 'ywpar_check_coupons'); function ywpar_check_coupons( $points ){ if( ! WC()->cart ){ return $$points; } $coupon_applied = WC()->cart->get_applied_coupons(); return count( $coupon_applied) > 0 ? 0 : $points; }Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search not working with some productsHello there,
there’s some plugin conflict. Are you using some plugin to add the shop filter inside the result page? If yes try to deactivate it.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Resend quote emailHello,
this is a support page for YITH WooCommerce Ajax Search plugin.For any issue concerning other plugins, please, open a new topic inside the correct support page.
Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Filter does not display productsHello there,
for any issue concerning YITH WOOCOMMERCE AJAX PRODUCT FILTER plugin, please, create a new Topic on this page , otherwise it could be misleading for other users of YITH WooCommerce Ajax Search.Don’t worry, our support developers will certainly help you solve the issue you are experiencing.