Conversation
supportHello In the “cantine” page of the site there is a Products of the day widget. I have 2 problems: no description between the title and the price of the widget? how to activate the quick preview please? I saw in the documentation that we could put the code below. I tried (not sure), in the “functions.php” file. How to do it please? The page I need help with: [ log in to see the link]
I found the following code in the documentation. ( https://docs.berocket.com/plugin/woocommerce-products-of-day?utm_source=wordpress_org&utm_medium=plugin_links&utm_campaign=products_of_day#products_of_day_widget_quick_view ) I think it should be placed in “functions.php” But it doesn’t work. <?php function change_products_of_day_widget_quick_view ( $quick_view ) { //your code here return $quick_view; } add_filter( ‘products_of_day_widget_quick_view’, ‘change_products_of_day_widget_quick_view’ ); ?> Someone can help me please ? 🙂
Hello, Quick View button is functionality from another BeRocket plugin BeRocket Product Preview https://wordpress.org/plugins/product-preview-for-woocommerce/ It is do not work without this plugin. Regards, Oleg
I found the following code in the documentation. ( https://docs.berocket.com/plugin/woocommerce-products-of-day?utm_source=wordpress_org&utm_medium=plugin_links&utm_campaign=products_of_day#products_of_day_widget_quick_view ) I think it should be placed in “functions.php” But it doesn’t work. <?php function change_products_of_day_widget_quick_view ( $quick_view ) { //your code here return $quick_view; } add_filter( ‘products_of_day_widget_quick_view’, ‘change_products_of_day_widget_quick_view’ ); ?> Someone can help me please ? 🙂
Hello, Quick View button is functionality from another BeRocket plugin BeRocket Product Preview https://wordpress.org/plugins/product-preview-for-woocommerce/ It is do not work without this plugin. Regards, Oleg