Контакты
ООО «ПФ «Восток»
г. Оренбург
ул.Чебеньковская 98 оф. 1
тел. (3532) 58-81-21
e-mail: vostokoren@mail.ru
/* отключаем функцию Woo отображать цену
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
remove_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 30 );
remove_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 30 );*/
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
add_action('woocommerce_before_main_content', 'my_theme_wrapper_start', 10);
add_action('woocommerce_after_main_content', 'my_theme_wrapper_end', 10);
function my_theme_wrapper_start() {
echo '
ООО «ПФ «Восток»
г. Оренбург
ул.Чебеньковская 98 оф. 1
тел. (3532) 58-81-21
e-mail: vostokoren@mail.ru
Thanks: Lifestar