Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Successful submitting of requestHello @m1stake
the plugin shows a confirmation message when the request is sent. Maybe there is some problem on your site, could you give me a URL where I can see the problem?
Regarding the email for the customer, unfortunately, this functionality is not included in this version of the plugin
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Do not hide Add to cart button,Hello @knopka3
I see that you are using the premium version of the plugin. For any issue concerning the commercial version of our plugins you should contact us at https://yithemes.com and submit a ticket since here could be misleading for other users.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Request a QuoteHello @kamilpieczynko,
if you have a cache plugin (or your hosting service has it) please try to exclude the quote list page from caching
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Backend error when plugin is enabledHello @dharma23
actually, that error is for another plugin. You should open a support topic here: https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/
Please make sure that you are not using PHP 8.1 because the plugin is not yet compatible.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Position of Subscription timeHello @digitalmack, do you have some plugin that handles prices? i see that the issue happens only on the page you have provided. Maybe there’s a conflict with another plugin
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] customize buttonsHello @m1stake,
these elements already have a CSS class. You can use these:
yith_ywraq_add_item_response_message
yith_ywraq_add_item_browse_messageForum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Remove ‘time’ from ‘Availability date’Hello @japenz,
add this code in the functions.php file of your theme:
if ( ! function_exists( 'ywpo_order_item_datetime_output_custom' ) ) { add_filter( 'ywpo_order_item_datetime_output', 'ywpo_order_item_datetime_output_custom', 10, 3 ); function ywpo_order_item_datetime_output_custom( $output, $timestamp, $date_output ) { return $date_output; } }Hola @pixelprocr,
Revisé su sitio pero veo que estas usando un plugin de otro desarrollador, no el nuestro
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Product CountHello @magnetmatt , unfortunately, what you need requires custom coding that we cannot provide here.
Hello @ywaabc , unfortunately, the plugin versions you are using are not integrated. Please contact us at https://yithemes.com for more information
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] On Hold Orders on second paymentHello @isifacile there’s an issue with the PayPal IPN. You should review the PayPal settings and check if there’s some communication issue between your site and the PayPal platform
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Subscription renewals + licenses managerHello @nyvoweb the issue happens due to the lack of integration with that plugin but, unfortunately, we can’t provide this kind of support
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] pre-order with downloadable productsHello @cristinaalesci,
this version of the plugin does not send an email when the release date comes.Please also note that if you have tried to change manually the release date in the product, the order item (the one that will unlock the downloads) will not be updated.
We will evaluate this improvement in a future version of the plugin
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Product CountHello @magnetmatt ,
try to call that function in this way:echo YITH_Request_Quote()->get_raq_item_number();Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Recommendation from WP, ¿warning from you?Hello @alandres the plugin sets a cron and surely this is still present in the cron table of your WordPress instance. You can remove it from there with the help of a cron manager like one of these plugins:
https://wordpress.org/plugins/advanced-cron-manager/
https://wordpress.org/plugins/wp-crontrol/
- This reply was modified 3 years, 2 months ago by Alberto Ruggiero.
- This reply was modified 3 years, 2 months ago by Alberto Ruggiero.