"The Shopping Cart" is listed twice in the Breadcrumb trail, any time I veiw the cart. The breadcrumb is fine in all other instances. Can anyone tell me what might be causing this?
http://betterbodycosmetics.com/index...=shopping_cart
Thanks!![]()
"The Shopping Cart" is listed twice in the Breadcrumb trail, any time I veiw the cart. The breadcrumb is fine in all other instances. Can anyone tell me what might be causing this?
http://betterbodycosmetics.com/index...=shopping_cart
Thanks!![]()
Surely someone has a comment????![]()
It looks like you might have added 'The Shopping Cart' along with the breadcrumb separator, maybe in includes/languages/english/shopping_cart.php ?
Very nice site, but it would be a good idea to create your own custom templte.
Thanks stevesh,
I checked that file and this is the only reference to "The Shopping Cart".
define('NAVBAR_TITLE', 'The Shopping Cart');
Odd thing is that when I left this empty, the page displayed empty spaces (twice), so my logic tells me that some setting is telling the breadcrumb to display the shopping cart title twice. If it were manually coded to display "The Shopping Cart", it would have still display at least one instance of this (wouldn't it?).
Hmmm? I tried doing a global search, for any reference to this phrase, in the coding, but came up empty, so I'm also assuming this is an issue of a dynamic display setting.
Oh well, back to it! If you can think of any other possibility, I would appreciate letting me know.
Thanks again!
(I may suggest a new template to the client, at a later date, but don't think she can afford the cost at this time.)
I'd try logging in as a customer and see if the same thing happens as in the visitor's cart. Might be a clue if it doesn't.
I didn't mean you should change the look of your store - I think it looks great. You should probably do this:
https://www.zen-cart.com/tutorials/i...hp?article=142
so if you need to upgrade or re-install, your changes won't be lost.
Good info here, too:
https://www.zen-cart.com/tutorials/i...hp?article=230
stevesh,
I did some more error checking and found a post that help resolve a problem I was having with blank pages and that helped resolve the double breadcrumb listings. Seems the previous "web" person had adapted some of the page files, but saved the old along side the new (with slight modifications to the file name). Seems both files were getting "processed", hence the double listing. That doesn't really make sense to me, but changing the extention of these files (to .bkp) resolved my blank page issue and the breadcrumb issue.
Here is the thread:
http://www.zen-cart.com/forum/showth...re+class+order
Also, thanks for the link to the tutorial (custom template). I'll definitely look into doing that.
Thanks for your help!!
Some folders are set up to automatically process any .php or .css file in them, to allow for easy integration of custom content files.