Post by alex27 » Sat Oct 03, 2009 8:52 pm

Hi, I am a new user
try to workout as I did in Zencart, feel even harder to edit those files. The backends always too simple like opencart or too complex like zencart (now I feel zencart is easy but too many useless fuction to me).

I try to add a "checkout"buttom in the layout cart, because the checkout button on the top is not very easy to find, I try 1X hours still can not findout how. anyone could help me?

Also, I want add some link on the header menu and remove the search fuction make the page looks clean.

Thank you O0

Newbie

Posts

Joined
Sat Oct 03, 2009 8:22 pm

Post by dbstr » Sat Oct 03, 2009 8:59 pm

Go to your template folder, and find module/cart.tpl to add a link in the cart.

The header is in common/header.tpl

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by Qphoria » Sat Oct 03, 2009 9:00 pm

Edit the tpl file of where you want the checkout button and add this:

Code: Select all

<?php $this->language->load('common/header'); ?>
<a href="<?php echo $this->url->https('checkout/shipping'); ?>" alt="<?php echo $this->language->get('text_checkout'); ?>"><?php echo $this->language->get('text_checkout'); ?></a>

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by alex27 » Sat Oct 03, 2009 9:24 pm

Thats very fast reply, many thanks! try right now! :D

Newbie

Posts

Joined
Sat Oct 03, 2009 8:22 pm

Post by alex27 » Sat Oct 03, 2009 11:42 pm

Hi, I want chang text"checkout" with a image, but the image always out of layout box, cover the next layoutbox. what is wrong with these code.

<?php $this->language->load('common/header'); ?>
<a href="<?php echo $this->url->https('checkout/shipping'); ?>" alt="<?php echo $this->language->get(''); ?>"><?php echo $this->language->get(''); ?><IMG alt="" src="catalog/view/theme/moderno/image/icon_checkout1.png" align="right" border=0></a>

Newbie

Posts

Joined
Sat Oct 03, 2009 8:22 pm
Who is online

Users browsing this forum: No registered users and 23 guests