Переместить описание товара

Описание в карточке товара идет после промоблоков и блока "Покупатели, которые приобрели". Как сделать чтобы описание приподнять над этими блоками? https://ekurses.ru/stroitelstvo-i-remont/analog-di...

2 ответа
a
Леман Евгений
Programmer
#
8 сентября 2020 13:32

Стандартными средствами никак. Только правками с перестановкой блоков в products.html

a
Леман Евгений
Programmer
#
9 сентября 2020 13:51

Если точнее, то перенести эти строки:

{if $theme_settings.shop_productpage_info_features_position eq "pos1"}
	{include file="product.features.html"}
{/if}
{$crossselling = $product->crossSelling(12)}
{if $crossselling}
	{include file="`$theme_settings.shop_productpage_related_crossselling`.html" products=$crossselling title=sprintf('[`Customers who bought %s also bought`]', $product.name|escape)}
{/if}

вниз. Перед строкой:

{include file="`$wa_parent_theme_path`/admin_edit_button.html" link="`$wa_backend_url`shop/?action=products#/product/`$product.id`/edit/" title="[`Edit product`]"}

Чтобы добавить комментарий, зарегистрируйтесь или войдите