Greek Geek Goddess Posted July 3, 2012 Share Posted July 3, 2012 New issue and couldn't find an answer on the forums. I have added external hyperlinks to several of my products. Each one has the http:// before the web address, however prestashop is parsing it incorrectly. Example: http://www.explorestoreonline.org/basic-/64-family-level-membership.html If you click the link I created it, you receive this 404: http://www.explorestoreonline.org/basic-/%5C%22http://www.exploration.org/membership_benefits.html%5C%22 I recognize what it's doing but no idea where in the code I should go to correct it. I have the latest version of Prestashop 1.4.7.0 Module version : Your version is up-to-date (0.2.2). Any solutions or advice on where I could start looking would be much appreciated. Thanks! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 Hi Greek Geek Godess, You should be able to simply add this through the Catalog by clicking on the hyperlink button in your Long Description field: Is this how you did it on your site? -Mike Link to comment Share on other sites More sharing options...
Greek Geek Goddess Posted July 3, 2012 Author Share Posted July 3, 2012 That's exactly what I did - but it's redirecting incorrectly. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 That's exactly what I did - but it's redirecting incorrectly. Can you please post a screenshot of the link settings you created for the product you linked above? -Mike Link to comment Share on other sites More sharing options...
Greek Geek Goddess Posted July 3, 2012 Author Share Posted July 3, 2012 Here's the code: <div class="product-page-block-content spacer"> <h2>Single Plus</h2> <ul> <li>1 adult and 1 guest of any age</li> <li>1 one-time guest pass*</li> </ul> </div> <p>To see full benefits <a href="http://www.exploration.org/membership_benefits.html" target="_blank">click here</a> to see our membership chart.</p> Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 3, 2012 Share Posted July 3, 2012 Hi Greek Geek Goddess, I just copied that entire HTML code into a fresh install of 1.4.7.0, and it worked perfectly on my end. I also ran some tests turning magic quotes on and off, but was unable to replicate this error. I would suggest that you contact your hosting provider and ask them if there is anything in their PHP settings that could be causing these issues. -Mike Link to comment Share on other sites More sharing options...
Greek Geek Goddess Posted July 3, 2012 Author Share Posted July 3, 2012 Will do. Thanks for looking into this for me! Link to comment Share on other sites More sharing options...
Recommended Posts