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.
input name="cart_{$product_info.productID}" type="image" src="images/b_addtocard_s.png" alt="{$smarty.const.ADD_TO_CART_STRING}" /
Ни со страницы товара,ни со страницы категории,даже со страницы списка - не вариант, все это не работает!Тогда придется найти код кнопки на странице товара и добавить его в файле:
published/SC/html/scripts/templates/frontend/comparison_products.html
Выглядит он примерно так
HTML:input name="cart_{$product_info.productID}" type="image" src="images/b_addtocard_s.png" alt="{$smarty.const.ADD_TO_CART_STRING}" /
Продукт не найденПотому что требуется вставить форму.
<form class="frmclass" action='{"?ukey=cart`$_form_action_url`"|set_query_html}' method="post" rel="{$_product.productID}" {if $widget}onclick="this.target=\'target\'"{/if} >
<input name="action" value="add_product" type="hidden" />
<input name="productID" value="{$_product.productID}" type="hidden" / >
<input name='add2cart' type="image" src="{if $__cpt_local_settings.view eq 'small'}{$button_add2cart_small}{else}{$button_add2cart_big}{/if}" alt="{"str_add_to_cart_string"|translate}" title="{"str_add_to_cart_string"|translate}">
</form>
выше указан файл в котором нужно вставить, экспериментируйте
P.S. одним input тут не обойтись