|
|
|
@ -37,9 +37,9 @@ if (is_product()) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($use_new_template) { |
|
|
|
|
include_component('shop', 'product-single--new'); |
|
|
|
|
include_component('shop', 'product-single--new'); // выводим новый шаблон с калькулятором для кормов и лакомств |
|
|
|
|
} else { |
|
|
|
|
include_component('shop', 'product-single'); |
|
|
|
|
include_component('shop', 'product-single'); // выводим старый шаблон подробной версии товара для аксессуаров |
|
|
|
|
} |
|
|
|
|
} elseif (is_shop()) { |
|
|
|
|
include_component('shop', 'catalog'); |
|
|
|
|