I am using the AddOn German Market Extension. Somehow the delivery time gets displayed twice. See http://imgur.com/5eExMHv
Delivery Time gets displayed Twice
3 posts from 2 voices-
Posted 3 months ago #
-
Replace following code in wp-content\themes\replete\config-woocommerce\config.php:
if ( class_exists( 'Woocommerce_German_Market' ) ) { remove_filter( 'woocommerce_after_single_product_summary', array( 'Woocommerce_German_Market', 'add_template_loop_shop' ) ); add_filter( 'woocommerce_single_product_summary', array( 'Woocommerce_German_Market', 'add_template_loop_shop' ) ); }with:
if ( class_exists( 'Woocommerce_German_Extension' ) ) { remove_filter( 'woocommerce_after_single_product_summary', array( 'Woocommerce_German_Extension', 'add_template_loop_shop' ) ); add_filter( 'woocommerce_single_product_summary', array( 'Woocommerce_German_Extension', 'add_template_loop_shop' ) ); }Posted 3 months ago # -
thanks!
Posted 2 months ago #
Topic Closed
This topic has been closed to new replies.














