Jump to content

How to remove Currency rates in back office, add new currency and add new voucher


Recommended Posts

Back Office >> Payment >> Currencies
Click on the red cross in front of the currency to delete.

Removing the button is a bit more difficult, as this button is common to all the administration tabs :
/classes/AdminTap.php, line 1118

change :

if ($this->edit AND (!isset($this->noAdd) OR !$this->noAdd))



to :

if ($this->edit AND (!isset($this->noAdd) OR !$this->noAdd) AND $this->table != "currency")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...