OPENCART

Removing The Currency Options

Article by:
Date Published:
Last Modified:

One way to easily remove the currency options is to use CSS to hide the currency elements. To do this, open up your open cart’s theme css file (usually found at "catalog/view/theme/<theme-name>/stylesheet/stylesheet.css"), and add the following code:

1
2
/* Hides the currency options */
#currency { display: none; }
Removing the currency options in OpenCart only takes a little CSS.
Removing the currency options in OpenCart only takes a little CSS.

Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Tags

    comments powered by Disqus