Articles in the Magento Category
Magento »
Varien_Object and Varien_Collection are the parent/super class for most of the Magento Models and Collections respectively. The path for Varien_Object is lib/Varien/Object & for Varien_Collection is lib/Varien/Data/Collection.php.
Magento »
Auto Currency Switcher is a currency switcher extension which automatically switches store currency based on visitor’s IP address. This module is compatible with Magento version 1.3 and later (Magento 1.3, 1.4, 1.5, 1.6, 1.7).
Magento »
I am using Magento verion 1.4.0.1 and I had this issue. I had enabled Paypal Express Checkout payment method. When I choose this method on checkout, I was redirected to Paypal website but order data was not displayed there. The main reason in my case was due to applied discount to the cart. I had [...]
Magento »
Scenario: I have a downloadable product. After I order the product and when my order is complete, I am able to download the product links from ‘My Downloadable Products’ menu in Customer Account section. I go to ‘My Downloadable Products’ section and I click on the links to download. However, the PDF file opens in [...]
Magento »
This article shows how you can override the default language texts. For example, you want to change the following texts:- – Customer ‘Account Information’ to ‘Your Account Info’ – Checkout ‘Billing Information’ to ‘Your Billing Information’
Magento »
This article shows how you can create and use custom language translation csv file for your custom module. Suppose, I have created a new module and I want language translation file particularly for my newly made module. Here is how we do it:- In this example,
Magento »
While upgrading Magento, I got this error when I go to product list page. It says: Invalid method Mage_Catalog_Block_Product_List_Toolbar::isLastPage(Array()) Solution:
Magento »
While upgrading Magento, I am getting this error when I go to product list page. Error: Warning: Invalid argument supplied for foreach() in …/template/catalog/product/list/toolbar.phtml Solution:
Magento »
Cron Job is used to perform any action in a certain interval of time. In a Magento webshop, there are certain tasks that needs cron jobs to be run, i.e. these tasks/actions need to be performed periodically. Here are some of them:-
Magento »
Here is a quick code to get product information with SKU value. Get product information by sku
Google, Magento »
I had an old version of Magento. I had enabled google analytics tracking from Magento admin. But, google analytics was not tracking my webshop. The main reason behind this was that Google had modified its analytics tracking code and the GoogleAnalytics core module of Magento had old tracking code.
Magento »
Here is a quick code to get all attributes and their name and value associated with any particular product. First of all we have to load the product by it’s ID. And then get all it’s attributes. Here is the code:-
Magento »
This article shows step-by-step guide to setup Moneybookers (Skrill) Payment Method on Magento. I will be dealing with the developer perspective (creating and testing with a Test account).
Magento »
Here is the step-by-step procedure to install new language package on Magento. Let’s assume that you want to install Dutch language package. 1. Go to this link. 2. Get the extension key. 3. Login to Magento admin 4. Go to System -> Magento Connect -> Magento Connect Manager 5. Install your desired language package 6. [...]
Magento »
Magento version 1.4.0.1 has some issues with Paypal email, shipping cost and order status. Note: All these issues occur when payment is done through Paypal