I would like to include the current cart total in the top cart navigation link, so it would be somewhat like "Shopping Cart (X items, $total). I saw the $text_items in echoed in cart.tpl but I cannot echo it in header.tpl (undefined variable). Is there smething obvious that I am missing?
Thanks a lot.
Hello rbaprado,
As I understand your issue, you need to change 2 language file :
1) catalog -> language -> english -> module -> cart.tpl
2) catalog -> language -> english -> checkout -> cart.tpl
replace with following code
Good Luck 
As I understand your issue, you need to change 2 language file :
1) catalog -> language -> english -> module -> cart.tpl
2) catalog -> language -> english -> checkout -> cart.tpl
replace with following code
Code: Select all
$_['text_items'] = 'Shopping Cart(%s item(s), %s)';

Who is online
Users browsing this forum: No registered users and 7 guests