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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...