kskk85 Posted November 17, 2015 Share Posted November 17, 2015 Witam, chciałbym dodać do sklepu możliwość dodania do porównania produktu z poziomu strony produktu - jest taka możliwość? tak jak jest opcja dodaj do listy życzeń, była pod tym opcja dodaj do porównania Link to comment Share on other sites More sharing options...
Daresh Posted November 17, 2015 Share Posted November 17, 2015 Jest to do zrobienia, tylko wymaga zmian w szablonie poprzez dodanie odpowiedniego linku do product.tpl. Link to comment Share on other sites More sharing options...
kskk85 Posted November 17, 2015 Author Share Posted November 17, 2015 znalazłem w pliku product-list.tpl taki kod: <div class="functional-buttons clearfix"> {hook h='displayProductListFunctionalButtons' product=$product} {if isset($comparator_max_item) && $comparator_max_item} <div class="compare"> <a class="add_to_compare" href="{$product.link|escape:'html':'UTF-8'}" data-id-product="{$product.id_product}">{l s='Add to Compare'}</a> </div> jak to wstawić do pliku product.tpl ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now