Use WordPress shortcodes to display product recommendations at any page or location of your WooCommerce store. Feature plugin for the official Product Recommendations extension.
3
stars
1
forks
source link
Deployments disappeared from single product page #12
The custom location shortcode is not working on the single product page. I compared versions 3.0.8 and 4.0.2 and identified the cause. It appears that in an update after 3.0.8, caching was introduced in the get_deployments method of class-wc-prl-deployments. By rolling back this change, the engines start displaying on the single product page again.
Hello,
The custom location shortcode is not working on the single product page. I compared versions 3.0.8 and 4.0.2 and identified the cause. It appears that in an update after 3.0.8, caching was introduced in the
get_deployments
method ofclass-wc-prl-deployments
. By rolling back this change, the engines start displaying on the single product page again.