Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Language & Currency Boxes to left hand side


Guest

Recommended Posts

Ok this isn't to hard to figure out go to your catalogs folder. Then click the includes folder open column_right.php.

Cut out the last couple of lines that look like this:

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
include(DIR_WS_BOXES . 'languages.php');
include(DIR_WS_BOXES . 'currencies.php');
}

Then open column_left.php

and add that code to the bottom of the page but before the ?> save both files and see if it worked.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...