Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge not displayedHi there,
I hope you’re doing well.
I noticed something when I was looking at the screenshot you sent.
It seems that you had the Schedule Badge option enabled in the product settings and without a date selected. This might have been why the badge wasn’t displayed.
If you still have issues, I would recommend you try to disable it or set the From and To dates.I’m looking forward to your response.
Have a good day.Hi there,
Unfortunately you can’t add a filter to hide the out of stock products in the frontend, but you can force the filter to globally hide those products by adding the following PHP snippet to your active theme:add_filter('yith_wcan_hide_out_of_stock_items', '__return_true');Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] How remove base price and options priceHi there,
You can use the following filter in the functions.php file of your active theme to hide the add-ons prices:add_filter('yith_wapo_addon_prices_on_cart', '__return_empty_string');At the moment, unfortunately it’s not possible to hide the base price.
Forum: Reviews
In reply to: [YITH WooCommerce Product Add-Ons] Great and Easy PluginHi there,
Many thanks for your positive review, we appreciate it so much.
Don’t hesitate to contact us when you need help.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Border Issue?Hi there,
Can you provide a link to the page with the issue or an screenshot so we can see it?Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Base Price is not updatingHi there,
This could be a problem between your active theme and our plugin.
Can you provide a link to the product page with the issue so we can see it?Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Remove badge from Smart bundle thumbnailHi there,
Please, try to add the following custom CSS snippet, this should hide the badge from the Smart Bundle products:.woosb-products .woosb-product .yith-wcbm-badge { display: none; }- This reply was modified 4 years, 3 months ago by Facundo A..
Hi there,
You can find the settings from the plugin in Products > Attributes from WooCommerce. There you’ll be able to select how the attributes are displayed in the product page.Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Translation fileHi there,
You can find the translation files for the Japanese version here.This is being done by the WordPress Community and you can also contribute to it if you want.
Hi there,
You can hide the price table using the following CSS code:.postid-12 #wapo-total-price-table { display: none; }Keep in mind that you will need to change the post ID with the one where you want to hide the table.
Furthermore, this will only work while Total price box is not set Hide price box on the product page (this setting is located in YITH > Product Add-ons > General Settings > General Options).Forum: Reviews
In reply to: [YITH WooCommerce Product Add-Ons] UselessHi Dedrami,
What are the issues you are experiencing with our plugin, please? If you can provide us with more details about your requirements, we will be happy to assist you.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Offset badge from edgeHi there,
You can use the following custom CSS code to move the badge where you need..yith-wcbm-badge.yith-wcbm-badge-7095 { top: 10px !important; }Forum: Reviews
In reply to: [YITH WooCommerce Badge Management] Great but…Hi there,
Thanks for the feedback, I would recommend you to open a new topic in the Support Threads of this plugin, so we can help you with this issue.Forum: Reviews
In reply to: [YITH WooCommerce Badge Management] Ocean wp + yith badgeHi there,
I would recommend you to open a new topic in the Support Threads of this plugin, so we can help you with this issue.Forum: Reviews
In reply to: [YITH Color and Label Variations for WooCommerce] DON’T INTALL ITHi there,
I’m sorry to hear that. You can find the settings from the plugin in Products > Attributes from WooCommerce. There you’ll be able to select how the attributes are displayed in the product page.I’ll also leave you the link to the documentation for the free plugin.