WPIntell

Source evidence

Description and quick view in widget

Product of the Day for WooCommerce · support · 2025-03-08T10:10:00+00:00

complaintsentiment
mediumseverity
0.92relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 31 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
guillaume62 unresolved
Hello 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

Comments

2 shown
guillaume62 2025-03-12T03:11:00+00:00

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 ? 🙂

RazyRx 2025-03-13T14:17:00+00:00

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