Zumx Posted March 14, 2013 Share Posted March 14, 2013 (edited) As topic. Im talking about the part when you view multiple products at the same time. Preferably I'd like it to open in a popup-window so that you can easily cancel the window and keep browsing. I'd be happy if anyone had a solution. Thanks Sorry for doublepost btw Edited March 14, 2013 by Zumx (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted March 15, 2013 Share Posted March 15, 2013 Hi ZumX, Is the information you want to show product dependent, or fixed/the same for every product? (i.e a fixed link to for example a CMS info page)? If product dependent, should you add the text per product yourself, or can it be generated automatically? Please elaborate, N.B. If it's just a fixed text, you can do something like: Edit the file: /themes/<your theme folder>/product-list.tpl almost at the end of the file you find this code and add the red line: <span class="exclusive"><span></span>{l s='Add to cart'}</span><br /> {/if} <a class="button product_more_info" href="<your link>" title="{l s='More info'}" target="_blank"><span></span>{l s='More info'}</a> // add something like this {/if} <a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> </div> Hope this helps, Pascal 1 Link to comment Share on other sites More sharing options...
Zumx Posted April 12, 2013 Author Share Posted April 12, 2013 Thanks for the reply and sorry for taking so long. Link to comment Share on other sites More sharing options...
PascalVG Posted April 14, 2013 Share Posted April 14, 2013 I understand that jquery tools support something like this. Have no idea how to implement it, but have a look: http://jquerytools.org/demos/overlay/index.html 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