Advance Product Tab can insert product base on Attribute?
-
Hi,
May I know the advance product tab can insert product base on attribute? For example, one tab is for s size, one tab for m size and another is L size?
Thank You
Hello,
Unfortunately, there is no such advanced management for product tabs in WooCommerce plugin. Here is an article that may help you add your additional tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
Hi,
Ok. How can i create pop up notification like what the woodmart demo do? When visit the website it will automatic show the pop up notification?
Thank You
Hi,
You can configure this promo popup in Theme Settings -> Shop -> Promo Popup.
Regards
Hi,
But i only can show one time? Can i make it every time open show this pop out?
Unfortunately, there is no such option. And it is not recommended to show the popup each time user open the page since it would be very annoying for visitors and reduce your website conversion.
Hi,
Ok. By the way how can i set the color for the product grid colour? Because i could not found the way to change it.
https://i.imgur.com/yeSJuDC.png
Thank You
Hi,
You can change it with the following CSS code
div.woodmart-hover-base .content-product-imagin {
background: #efefef;
}
Regards