Open Cart
OpenCart: Active Customer Review
Login to your OpenCart admin panel. Navigate to Catalog > Reviews Click On Edit Under Action You Want to show in Frontend. Just Change the Status to Enable.
Login to your OpenCart admin panel. Navigate to Catalog > Reviews Click On Edit Under Action You Want to show in Frontend. Just Change the Status to Enable.
Login to your OpenCart admin panel. Navigate to System > Settings. Click Edit button Select Local tab. It is better to enable Auto Update Currency option. That will automatically set the conversion rate for each currency in your store. Select the Currency You want as Default Currency Form Currency Drop-down Read more…
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…
To spped Up Your Site You needd to follw these Steps: 1) Go to admin section 2) Go to System->Configuration->ADVANCED (Developer) 3) Set “Merge JavaScript Files” to Yes (“No” is default) 4) What left is to Flush Javascript/CSS Cache at Cache management admin interface. After That take a look at Read more…
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…
Step 1 : Open your template file folder like app/design/frontend/Your_Package/Your_Theme/layout. Step 2 : Open your catalog.xml file and find the below code in that Step 3 : Now you have to mentioned the required column count below in the code. Step 4 : Also do same change into : Step Read more…
How to check user is logged in or not if logged in get his details:
Magento developers work mostly with data collections. For accessing the data we use ‘foreach’ to iterate over collection. If we need only the first or last item from the collection, Magento gives an alternate way to do this. If you your Collection data as XML, There’s a method for that Read more…
To Add Review List on mageto product page we have to do below few step First of all we need to open catalog.xml in Layout folder of used design theme and then we have to add below code in catalog_product_view. section and then next step is to just put a single Read more…
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…