Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Languages, Items in Cart, Currencies.


Guest

Recommended Posts

Posted

I have these three boxes called up by header.php. I need these boxes to be everything but a box. I just want the contents of the box only to show when called upon.

 

ie: for currencies - i would like just the drop down menu box, nothing more, no background color, borders, images, text, just the drop down box.

 

ie: languages - i just want the british flag and that is all, no background color, table border or text.

 

ie: cart: i would just like the number of items in cart displayed and that is all, no background colors, tables or borders on it.

 

 

Does anyone know how to do this?

 

Matt

Posted

Im not sure how to do all of that, I know when i made my store since its english only, I just removed the flag box completly, and since I only sell in one country I removed the currency box as well, because I only sell in one currency. That could be an option for you, you can alwasy remove the flag box, and just put a british flag image at the bottom in the footer or something.

Posted

If you do choose to just remove those boxes completely go to

 

/catalog/includes/column_right.php

 

At the bottom of the page you can comment out the boxes you dont want Ive already commented mine out, so it looks like this

 

 require(DIR_WS_BOXES . 'reviews.php');

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

Archived

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

×
×
  • Create New...