Post by vincent_angbt » Thu Feb 18, 2016 5:17 pm

i try search again and again, but cannot get how to re arrange this...
how i can move the Affiliate to first row instead of at 3rd place ???

Attachments

Untitled1.png

Untitled1.png (17.27 KiB) Viewed 536 times


New member

Posts

Joined
Tue Dec 17, 2013 11:35 am

Post by Randem » Thu Feb 18, 2016 5:40 pm

Hi vincent_angbt,

The file you are looking for is catalog/view/theme/default/template/common/footer.tpl

Change it there.

NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart


User avatar
Active Member

Posts

Joined
Sat Sep 27, 2014 9:17 am

Post by vincent_angbt » Thu Feb 18, 2016 5:43 pm

Randem wrote:Hi vincent_angbt,

I don't quite understand but the file you are looking for is catalog/view/theme/default/template/common/footer.tpl

Change it there.
Hi, i mean like this...

Attachments

Untitled1.png

Untitled1.png (35.77 KiB) Viewed 534 times


New member

Posts

Joined
Tue Dec 17, 2013 11:35 am

Post by Randem » Thu Feb 18, 2016 5:54 pm

You have the file location...

NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart


User avatar
Active Member

Posts

Joined
Sat Sep 27, 2014 9:17 am

Post by Burt65 » Thu Feb 18, 2016 6:08 pm

The title is very deceiving... :laugh:

Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...


User avatar
Active Member

Posts

Joined
Mon Nov 18, 2013 3:23 pm
Location - Oz

Post by ocart777 » Fri Feb 19, 2016 12:26 am

just as Randem's said it is on your "catalog/view/theme/default/template/common/footer.tpl"
open up this file and search for

Code: Select all

          <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
          <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
          <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
          <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
replace with

Code: Select all

          <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
          <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
          <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
          <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
you'll get the idea if you want to rearrange the other too, cheers

You can't control the weather, but you can change your mood.
You can't modify the visage, but you can show your smile.
You can't command someone else, but you can hold yourself.
You can't forecast tomorrow, but you can using today.
You can't obtain thanks, but you can exert yourself in everything.


OCEXTENSION.COM - YOUR PROFESSIONAL OPENCART EXTENSION STORE


User avatar
Active Member

Posts

Joined
Mon Jun 10, 2013 4:57 pm
Location - Malaysia
Who is online

Users browsing this forum: Bing [Bot] and 69 guests