X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Accidently Deleted Breadcrumbs On Product Pages (https://forum.x-cart.com/showthread.php?t=48757)

tahirfayyaz 07-23-2009 02:58 AM

Accidently Deleted Breadcrumbs On Product Pages
 
Hi,

I seem to have accidentally deleted the breadcrumb navigation from the product pages. How can I add this back? Also is there a way to not include the actual product link in the breadcrumbs when the customer is on the product?

Thanks

Tahir

Vetrivel 07-23-2009 04:31 AM

Re: Accidently Deleted Breadcrumbs On Product Pages
 
in product.php

PHP Code:

if (!empty($product_info)) $location[] = array($product_info["product"],""); 


This is the variable which will be displayed in the product page breadcrumb.
May be this will help you.

But ,this will change the page title too.
beware of that.

amy2203 07-23-2009 04:33 AM

Re: Accidently Deleted Breadcrumbs On Product Pages
 
have a look at the file in your skin1_original folder, you should find the code in there,


All times are GMT -8. The time now is 01:16 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.