16 January 2020

How to exchange related products with full description in woocommerce?

Exchange related products with full description in woocommerce



add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 2 );
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

No comments:

Post a Comment

How to fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...