CPG2 Posted November 14, 2011 Share Posted November 14, 2011 Hello, Does any one knows how to open a list of products in new page? There is the first page and when the client chooses to clik on some product insted of the page reloaad he will open on a new page. Thanks Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted November 14, 2011 Share Posted November 14, 2011 You can add target="_blank" as an attribute to the product link in the templates that you want, but I would not recommend you to do that. It's good to leave this decision to your customers. Personally, I hate such links, because if I want to, I can always do Ctrl+Click to do that. Link to comment Share on other sites More sharing options...
CPG2 Posted November 14, 2011 Author Share Posted November 14, 2011 Hi Ultra, Ok thank you for your opinion on that. The thing is.... I have a flash mp3 player on frontpage but when someone opens a new page, when the page load the music stop and the player dissapear, and I was trying to maintain the music on. Can you help me on this? I oppened a recent post for that too. Thank you Link to comment Share on other sites More sharing options...
CPG2 Posted November 15, 2011 Author Share Posted November 15, 2011 Hi all, Ok I think I got the solution, Not what I had in mind but will do, On the left collumn I have many blockmodules like: categories Information etc.... So What I had in mind is, on the links that are in that modules such as delivery, about us etc, I will creat a neu blockmodule with my links and I want to add a link that opens on new page but only that one to put the player on. The html code for one link is, for example: <A title=Delivery href="http://mydomain.com/en/content/1-delivery">Delivery</A> How do I put this code opening in another window or page? Thank you for all that can help me, Regards Luis Link to comment Share on other sites More sharing options...
CPG2 Posted November 16, 2011 Author Share Posted November 16, 2011 Ok, If anyone need help with this I figure it out, use this code: <A HREF="http://www.yourdomain.com" TARGET="_blank">Your Text</a> Thanks anyway 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