OpenCart : Add New Currency

Login to your OpenCart admin panel. Navigate to System > Localisation > Currencies. Click Insert to add a new currency. Here we should insert Currency Title, Code, Symbol Left or Symbol Right, Decimal Places and set Status for our currency. Note: Status – Currency status will determine if the currency Read more…

Magento: Check Version

Some time you don’t know you are working on which version of magento. So if you want to see the version of magento using code follow below steps. Step 1 : create one checkversion.php file in root directory of your magento project. Step 2 : Now copy and paste the below code. Read more…