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.
Посмотрел я этакое решение,пришлось его немного изменить,чтобы заработало,вот так:На официальном форуме написано... Юзайте
{cpt_product_related_products}
</form>{cpt_product_related_products}
{section name=i loop=$product_related}
<li>
{section name=i loop=$product_related}
<li>
<form rel="{$product_related[i].productID}" action='{"?ukey=cart`$_form_action_url`"|set_query _html}' method="post" {if $widget}target="_blank"{/if}>
<input type="hidden" value="add_product" name="action">
<input type="hidden" value="{$product_related[i].productID}" name="productID">
<input type="image" src="{$URL_THEME_OFFSET}/img/add_to_cart.png" alt="{'str_add_to_cart_string'|translate}" title="{"str_add_to_cart_string"|translate}"
{if $smarty.const.CONF_SHOPPING_CART_VIEW ne $smarty.const.SHCART_VIEW_PAGE && !$widget} class="add2cart_handler" rel="{if $widget}widget{/if}" {/if} />
</form>
</li>
Так вообще кнопка не выводится,к тому же рекомендуемые товары выводятся неВот вам готовое решение
{cpt_product_discuss_link overridestyle=''}
{cpt_product_related_products}
{if $product_related[i].ordering_available && $product_related[i].Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_related[i].in_stock > 0 ) }
{cpt_product_related_products overridestyle=''}
<form class="product_brief_block" action='{"?ukey=cart`$_form_action_url`"|set_query_html}' method="post" rel="{$product_related[i].productID}" {if $widget}target="_blank"{/if}>
<input name="action" value="add_product" type="hidden" />
<input name="productID" value="{$product_related[i].productID}" type="hidden" />
<input class="product_price" value="{$product_related[i].Price}" type="hidden" />
{if $product_related[i].ordering_available && $product_related[i].Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_related[i].in_stock > 0 ) }
<div class="prdbrief_add2cart">
<input{if ($PAGE_VIEW eq 'facebook')||($PAGE_VIEW eq 'vkontakte')} type="submit" value="{'str_add_to_cart_string'|transcape}"{else} type="image" src="{$button_add2cart_small}" alt="{'str_add_to_cart_string'|translate}"{/if} title="{'str_add_to_cart_string'|translate}"{if $smarty.const.CONF_SHOPPING_CART_VIEW ne $smarty.const.SHCART_VIEW_PAGE && !$widget} class="add2cart_handler" rel="{if $widget}widget{/if}"{/if} />
</div>
{elseif $smarty.const.CONF_SHOW_ADD2CART eq 1 && $smarty.const.CONF_CHECKSTOCK && !$product_related[i].in_stock && $product_related[i].ordering_available}
<div class="prd_out_of_stock">{lbl_prd_out_of_stock}</div>
{/if}
</form>
Вот готовое решение у меня так работает все классно (Раскрыть) Спойлер Для просмотра ссылки Войдиили Зарегистрируйся