Jump to content

homefeatured module VIEW button discrepency.


Recommended Posts

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.html

Here are the links:

Private server, working:
http://phillipgrimes.com/prestashop/index.php

Shared server, with problem:
http://buckeyeironchapter.com/prestashop/index.php

I'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

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

×
×
  • Create New...