How to display basket summary on different place?

Zmitas

Avatar: Zmitas

2013-03-11 22:35

Hi, Iam modifing design of store and I would like to display link and basket summary (now in the first top menu) on other place in the page (somewhere in _header.php).
I have link to basket page by this code:

<a href="<?php echo $oPage->aPages[$config['basket_page']]['sLinkName']; ?>">link to basket</a>


My question is how can I add summary to this link in _header.php like it is displayed in first top menu.
Iam sorry about my bad english.
Thanks for any ideas :)

» Quick.Cart v6.x

treewood (OpenSolution)

Avatar: treewood

2013-03-15 14:06

edit _header.php and put there variable $iOrderProducts

This variable $iOrderProducts contains how many products you have in basket

Back to top
about us | contact