frank_jarle Posted November 1, 2014 Share Posted November 1, 2014 Hi I try to edit /public_html/themes/default-bootstrap/product-list-tpl to include a a link when there is max product in the comparison list. I have tried to edit the following line:{addJsDefL name=max_item}{l s='You cannot add more than %d product(s) to the product comparison' sprintf=$comparator_max_item js=1}{/addJsDefL} to this: {addJsDefL name=max_item}{l s='You cannot add more than %d product(s) to the product comparison. Go to the compare pagehref="{http://link to compare-page.xxx"}' sprintf=$comparator_max_item js=1}{/addJsDefL} But it seems the whole line is treated as a string. How can i make a link appear in there? 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