sin_ack Posted July 10, 2010 Share Posted July 10, 2010 Hello, I've recently been experimenting with PrestaShop and have been very impressed with the performance. However, as I've been migrating from my private server sitting in my office to the shared hosting provider my organization uses, we're encountering an odd issue with the homefeatured module and the links for the VIEW button. On my private server, the installation and setup was painless, and everything pretty much just works. The VIEW button points to /prestashop/product.php?id_product=$ID. However, on my provider's server, the install was still a breeze, all the setup seems to be working as it should, but this VIEW button now points to /prestashop//$ID-$DESCRIPTION-OF-PRODUCT.htmlHere are the links: Private server, working:http://phillipgrimes.com/prestashop/index.phpShared server, with problem:http://buckeyeironchapter.com/prestashop/index.phpI've looked to change the link, but I fail to figure it out. I have been able to delete the button within homefeatured.tpl but I'm not understanding how $product.link is created in order to change it to function correctly. Thanks in advance for helping me understand what I'm missing. Link to comment Share on other sites More sharing options...
sin_ack Posted July 10, 2010 Author Share Posted July 10, 2010 Well, I'm not really sure what the malfunction is/was.. I re-installed and it seems to be working now. Link to comment Share on other sites More sharing options...
rocky Posted July 11, 2010 Share Posted July 11, 2010 The first URL format is used when friendly URLs is disabled and the second URL format is used when friendly URL is enabled. I guess you must have had friendly URLs disabled on your localhost, but enabled on your server. Link to comment Share on other sites More sharing options...
Recommended Posts