Posts Tagged: Import
-
Mar 12, 2010
No CommentsCreating Product Links in Magento Using Custom Query
I’ve already made a post in this blog about Adding Related Product and other links to Product in Magento . But when I used the method to creating links among product’s, while importing very large number of products and creating large number of product links, it took a lot of time and resource. So I...
-
Jan 13, 2010
5 CommentsCreating Custom Sourced Multiselect Product Attribute
Creating Multiselect type of product attribute whose source will be the Magento’s core tables is pretty simple. Just go to Manage Attributes and create a new one. But if you want the attribute’s source table be a custom table, then you need to think. Some times a case pops up that the store admin wants...
-
Dec 25, 2009
No CommentsCreating Block From the Code in Magento
Here are some methods of creating block by code in Magento. This type of code can be used directly in template, not need to create a layout file or add a child node inside already existing layout file. You can use this to echo a different type of block inside already loading block and...
-
Dec 04, 2009
2 CommentsGeneral Workflow of Magento’s Import/Export – Dataflow
Magento’s Dataflow (Inport/Export) is one of distinguishing feature that makes Magento the leader in eCommerce Software. But for a programmer to understand how it workes in Magento can be quite nasty. I tried to understand how it workes and came up with following...
-
Nov 23, 2009
28 CommentsProduct Import In Magento Alongwith Updating The Attribute’s Options
As you may know or not ! Magento is the fastest growing eCommerce plateform, nowonder because Magento has a lots of flexibility in it. You can feel that too if you are a just a user and as for me as Programmer I just Love it. One of the salient feature that makes Magento a...