hi buddies!
i am trying to put the cart module on the place of the search+language module on the top right position but it is giving error.
can it be possible to put cart module on the place of the search+language module on the top right position.
plz give me some solution about that....
thanks in advance
i am trying to put the cart module on the place of the search+language module on the top right position but it is giving error.
can it be possible to put cart module on the place of the search+language module on the top right position.
plz give me some solution about that....
thanks in advance
How are you doing it?
First, the search is in the header, while the cart is currently in the layout. So you need to add the cart module to the header.
First:
EDIT:
catalog/controller/module/header.php
FIND:
REPLACE WITH:
Then:
EDIT:
catalog/view/template/module/header.tpl
FIND:
REPLACE WITH:
Give that a shot
First, the search is in the header, while the cart is currently in the layout. So you need to add the cart module to the header.
First:
EDIT:
catalog/controller/module/header.php
FIND:
Code: Select all
$this->children = array(
'module/language',
'module/search'
);
Code: Select all
$this->children = array(
'module/language',
'module/search',
'module/cart'
);
EDIT:
catalog/view/template/module/header.tpl
FIND:
Code: Select all
<div class="div3"><?php echo $language; ?><?php echo $search; ?></div>
Code: Select all
<div class="div3"><?php echo $language; ?><?php echo $cart; ?></div>
thanks dear.
it has been done successfully.
there is another problem that
i want to put link about us & contact us on top header then how can it be done?
it has been done successfully.
there is another problem that
i want to put link about us & contact us on top header then how can it be done?
Can the cart-modul so they represent only the quantity of items and displays the total price? So the whole article is not individually listed.It is narrow and can also be integrated in the header.
Alles für die Anwendung im deutschen Sprachraum
Hier gehts zum deutschen Forumbereich
How can i make it? 

Alles für die Anwendung im deutschen Sprachraum
Hier gehts zum deutschen Forumbereich
I am also trying to put Cart module on top right position but i am missing header.php in catalog/controller/module directory.
I am using opencart 1.5.6.1.
Can someone give me a solution?
P.S: Give preference to CSS or HTML rather than PHP, if possible.

I am using opencart 1.5.6.1.
Can someone give me a solution?
P.S: Give preference to CSS or HTML rather than PHP, if possible.
Who is online
Users browsing this forum: No registered users and 2 guests