Problem: My website/blog had a good visit per day and it was also ranking good on Alexa. However, recently the per day visit has dropped drastically. And, alexa ranking is also dropping gradually day by day. Cause:
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:-
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).
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 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
Problem: I am using Magento 1.6 and my login and register page design has problem. It is not taking the template path from my custom theme. Instead, it is taking the template path from base persistent folder. For example, the login template path is taken from frontend/base/default/template/persistent/customer/form/login.phtml
Here is a tip to override/rewrite Mysql4 and Resource Eav collection class. I will only be including the config xml code. You can read more about Model Overriding over here: Magento: Model Controller Block Helper Override By Mysql4 Collection Class, I mean like the following class: Mage_Sales_Model_Mysql4_Order_Collection
Scenario: I moved a Magento shop from one sever to another. And, I am having the following problems:- – The CSS and Javascript files are not loading properly in admin section. However, the frontend section is working fine. When I view the source code, I see that the CSS path is not the full skin [...]
You live in a social media world, where a majority of internet users are seen active on various social and blogging platforms. The sites like Facebook, Twitter and Myspace have found a good space in majority of internet users’ life. Here they share anything to everything. Therefore the social media sites also witness a number [...]
See , How people write leave Applications. It’s murder of English language. But Too Funny. Just Read them :) • An employee applied for leave as follows:
Having a strong and reliable WiFi Signal is a crucial part of any broadband connection. Broadband usage can be significantly limited if you find that your connection cuts out, or does not reach certain parts of a building. You may also have problems with getting the right broadband speed through a router. There are multiple [...]
Here is a quick tip to add OR query and AND query to collection object. I am implementing this on product collection. Getting product collection