Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting Currencies Box


grafiti4u

Recommended Posts

Posted

WHich page do I go to to delete the Currencies: box at the top of the home page? My client only accepts US dollars, so this box is not needed. Thanks!

 

Kristi

Posted
WHich page do I go to to delete the Currencies: box at the top of the home page? My client only accepts US dollars, so this box is not needed. Thanks!

 

Kristi

you can comment it out in column_right.php

 

like this, change from:

 

include(DIR_WS_BOXES . 'currencies.php');

 

to this:

 

//include(DIR_WS_BOXES . 'currencies.php');

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Posted
you can comment it out in column_right.php

 

like this, change from:

 

include(DIR_WS_BOXES . 'currencies.php');

 

to this:

 

//include(DIR_WS_BOXES . 'currencies.php');

 

 

I tryed that and it didn't remove it. Here is the page, it is a template from Monster Templates. Do you think they put it in a different include page?

Posted

If it is a template, you will have to open your template.php (or template.html... the one with your stores layout) file and look for $currencies and remove that... more than likely. Guessing here, but that is how the template systems you can download work.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Archived

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

×
×
  • Create New...