|
Hey,
On the homepage and in some side bars, <?php echo $_product->getProductUrl() ?> seems to make the URL only goto the procuct but without the correct path.
I have server side re writes on and its all working perfect apart from this.
in the cart on the homepage when clicking an item it will go to http:// ROOT / Product.html but it should go to http:// ROOT / CAT/ SUBCAT / prodcut.html
i do have the option to include categorie in url turned on in admin but its not working
any ideas?
|