开发者

how to add a new product add page in magento admin side?

开发者 https://www.devze.com 2023-01-04 13:02 出处:网络
开发者_运维百科The product add page is very large..can anybody help me to create a single product adding page in the admin side...You can use magento development doc to finish this job.
开发者_运维百科

The product add page is very large..can anybody help me to create a single product adding page in the admin side...


You can use magento development doc to finish this job. example:

use php code to get product:

$product = Mage::getModel('catalog/product');
print_r($product);

and you can insert/update/delete product by php code.

magento phpdoc

0

精彩评论

暂无评论...
验证码 换一张
取 消