Was thinking this would be pretty easy but is stuck on pulling the cart total into my "mobile header" code.
I was thinking it would just be to write
Code: Select all
<?php echo $total['text']; ?>
Im no php guru so would like some help with this
Found an similare problem in an old thread but that was for OC 1.5.. I run 2.3
Im planning on adding this header in the header.tpl
Do I need to mess with the controllers or what?
Thx guys