Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Bulk Action sulle variazioni non funzionanoCiao @beezsolutions,
potresti realizzare un breve video dove è possibile vedere l’errore in modo da capire meglio la problematica?
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Show item as “Pre-Order” on Shop PageHello @ccolotti
unfortunately it’s not possible. It’s necessary to develop a customization of the plugin
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Edit text Availability date:Hello @fxp869
please put this code in the functions.php file of your theme:
add_filter( 'ywpo_order_item_release_date_label', 'my_ywpo_order_item_release_date_label' ); function my_ywpo_order_item_release_date_label() { return __( 'Shipping: ', 'yith-pre-order-for-woocommerce' ); }Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Forgot a method and renew crashesHello @pexlechris
thanks for reporting, i’ll forward it to the development team.
Hello @holliebethhorn,
the “ex. VAT” comes from WooCommerce settings, so you should remove it from there.
About the “ex. Shipping”, you should add this line in the functions.php file of your theme:
add_filter( 'ywsbs_show_ex_shipping', '__return_false' );
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Product Number and SubtotalHello @justinfranzen,
if you are using a variable product please make sure that you have created a variation for each attribute combination.
For the email customization, you should override the email template from your theme and customize it.
Hello @infando
if you are working in a local environment it’s possible that it does not work due to this.
A check that you can perform is to try to purchase a “normal” product and see what happens.
Try also using a different browser and a different device, if the issue happens only with Safari and that device it could be due to some browser extension.
Forum: Reviews
In reply to: [YITH WooCommerce Featured Video] Useless PluginHello @parthinian1
I’m sorry to read your dissatisfaction about the plugin.
Would you mind providing more details about your experience with the plugin? Your feedback to improve will be appreciated.Hello @sirhenryhu,
try to save the permalinks from WordPress -> Settings -> Permalinks
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Button not showingHello @giacomo016,
yes! For more info, please, contact us at https://yithemes.com
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Button not showingHello @giacomo016,
this version of the plugin does not support page builders, you can use it only with WooCommerce standard hooks.
Hello @richj615
which version of the plugin and of WooCommerce are you using?
Could you provide a public URL of the site where I can see the issue?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Product data stuck on loadingHello @drumbeatuk
could you try to update the plugin to the latest version (3.0.1) and let me know if the issue persists?
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Product data stuck on loadingHello @drumbeatuk
could you check in the browser’s console if there’s some relevant JS error? Could you check in WooCommerce logs, too?
@holliebethhorn we have just sent an update that fixed the issue, please update and let us know
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Email renewal notificationHello @carlosmarchi,
by checking with the plugin’s developer I’ve just realized that this version of the plugin does not have any email that can be sent.