Это есть в стандартной поставке, только не модулем, а редактируется на 1й вкладке товара.Ищу модуль, который позволяет для товаров с неуказанной ценой добавить строчку «Позвоните, чтобы уточнить цену». Как у virtuemart.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Это есть в стандартной поставке, только не модулем, а редактируется на 1й вкладке товара.Ищу модуль, который позволяет для товаров с неуказанной ценой добавить строчку «Позвоните, чтобы уточнить цену». Как у virtuemart.
Да, этот модуль для версии 1.4. Нужно было смотреть описание.
Можно скриншот, а то никак не найду. Версия prestashop у меня — 1.5.4.1Это есть в стандартной поставке, только не модулем, а редактируется на 1й вкладке товара.
Вот тут скидываются на него
Не дождавшись, решил проблему собственными силами. МБ кому пригодиться:Ищу модуль, который позволяет для товаров с неуказанной ценой добавить строчку «Позвоните, чтобы уточнить цену». Как у virtuemart.
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>
{if isset($product.reduction) && $product.reduction}
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if $product.price != 0}{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}{/if}</span>
{if isset($product.reduction) && $product.reduction}
{assign var = "mess" value= "<span id='our_price_display'>Позвоните по телефону XXX-XX-XX, чтобы уточнить цену</span>"}
{if $priceDisplay <= 0}{$mess}
{else}
<p class="our_price_display">
{assign var = "mess" value= "<span id='our_price_display'>Позвоните по телефону XXX-XX-XX , чтобы уточнить цену</span>"}
{if $priceDisplay <= 0}{$mess}
{else}
{if $priceDisplay >= 0 && $priceDisplay <= 2}
<span id="our_price_display">{convertPrice price=$productPrice}</span>
<!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))}
{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
{/if}-->
{/if}
{/if}
{if $product->specificPrice AND $product->specificPrice.reduction}
{if $priceDisplay <= 0}{$mess}
{else}
{if $priceDisplay >= 0 && $priceDisplay <= 2}
{if $productPriceWithoutRedution > $productPrice}
<span id="old_price_display">{convertPrice price=$productPriceWithoutRedution}</span>
<!-- {if $tax_enabled && $display_tax_label == 1}
{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
{/if} -->
{/if}
{/if}
{/if}
Всем привет . Пожалуйста, поделитесь кто-нибудь zoom'ом для версии 1.5.