Magento Expert Forum - Improve your Magento experience
-
Junior Member
All you need to know about Importing – Exporting Bundle Products
Hi ! Magesolution blog readers ! Have you equipped enough knowledge about importing – exporting Bundle Products?Check this article to understand totally about importing – exporting Bundle Products in Magento
.
In this article, we will mention two issues:
Export bundle product into CSV file in available formats.
Import CSV file containing product information into Magento database
Create Product bundle Module with the following structures:
app\code\local\MGS\Productbundle\controllers\Admin html\ProductbundleController.php
app\code\local\MGS\Productbundle\etc\config.xml
app\code\local\MGS\Productbundle\Helper\Data.php
app\etc\modules\ MGS_Productbundle.xml
app\design\adminhtml\default\default\layout\ productbundle.xml
app\design\adminhtml\default\default\template\prod uctbundle\ productbundlebackend.phtml
Create MGS_Productbundle.xmlfile to activate the module
MGS_Productbundle.xml
<?xml version="1.0"?>
<config>
<modules>
<MGS_Productbundle>
<active>true</active>
<codePool>local</codePool>
</MGS_Productbundle>
</modules>
</config>
Create Menu forImport and Export in config.xml
Attachment 1525
View more threads in the same category:
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks