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…

Magento : Change Currency in INR

From the Admin panel, select System > Configuration. From the Configuration panel on the left, under General, select the Currency Setup tab. Click to expand the Currency Options section. Then, do the following: In the Base Currency list, select the primary currency that is used for store transactions. In the Default Read more…