magento add simple product programmatically with custom options
magento add simple product programmatically with custom options In this post we will show you how to add add simple product magento store using custom option. In following code we can add simple product programmatically using code with external php file. error_reporting(E_ALL | E_STRICT); $mageFilename = ‘app/Mage.php’; require_once $mageFilename; umask(0); Mage::app(); ini_set(‘display_errors’, 1); $date = …
magento add simple product programmatically with custom options Read More »