输入banner图图片脚本导航/分类

magento显示物品所有价格

magento 是一个非常著名的php开发的电子商务平台
  1. $product= Mage::getModel('catalog/product')->load(product_id);
  2. $price = $product->getPrice();
  3. $webprice = $product->getwebprice();
  4. $specialprice = ($_product->getSpecialPrice());
  5. if($specialprice==$price)
  6. {?>
  7. Price $
  8. Regular Price:
  9. $
  10. Web Special:
  11. $