Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- class Spaanproductions_Basics_Model_Convert_Adapter_Product
- extends Mage_Catalog_Model_Convert_Adapter_Product
- {
- public function saveRow(array $importData)
- {
- parent::saveRow($importData);
- //do your ex tra stuffs here..
- }
- public function parse()
- {
- parent::parse();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement