Some time we need to display custom option of product on category list page to achive this task we only need to paste the code given below in your list.phtml file $productSku= $_product->getSku(); $product= Mage::getModel('catalog/product'); $product…
app/code/core/Mage/Sales/Model/Quote  Item.php public function setProduct($product) { if ($this->getQuote()) { $product->setStoreId($this->getQuote()->getStoreId()); $product->setCustomerGroupId($this->getQuote()->getCustomerGroupId()…
首先 SOAP 简介: http://baike.baidu.com/view/1695890.htm?fromtitle=SOAP 然后简单介绍下Magento API.Magento API干啥用?我们可以通过该API进行App开发, 第三方对接等需要用到网站功能的第三方程序, 都可以使用Magento Api方便地交互.这里要介绍的就是SOAP API. 访问权限: api的访问权限是通过后台设置配置role和user来决定的.也就是说, 对应一个api能否访问,看当前登录用户(WebSe…
In this tutorial, I would like to help out Magento developers and clients with how to programmatically add/delete custom options in Magento. At the end of this post you’d be able to add/delete custom option on your Magento website with absolute ease.…
接着上一篇用API创建可配置的产品Configurable Product说事.Magento的产品类型可分为Simple Product.Group Product.Configurable Product.Virtual Product.Bundle Product.Downloadable Product.其中Simple的产品最简单,属于基础产品.Configurable Product和Bundle Product的产品是建立在这些Simple产品之上的. Configurable P…
前台特性(Frontend Properties)在快速搜索中应用(Use in quick search) - 开启此选项,在客户使用Header中的 搜索功能时Magento将搜索所有产品这个Attribute的值.例如你为Color属性开启了快速搜索,那您的客户可以通过输入绿色或蓝色来搜索它们所需的这种颜色的产品.在高级搜索中应用(Use in advanced search) - 这更快速搜索有点类似.然而,在高级搜索中,每个Attribute将有选择区,而不仅仅是一个搜索框.开启此选项…
花费了好多时间,阅读了magento官方论坛上几乎所有的批量上传产品的相关帖子,分析了大量相关magento代码,终于可以完全实现指产品批量上传的功能,免除网速慢,在页面之间跳来跳去,以及重复输入数据的烦恼,你只需要在excel中编辑数据就可以轻松实现产品批量上传到magento站点. 碰到的常见问题(统统搞定,哈哈): 多图上传 上传后magento前台无法查看 上传后前台看不了图片 上传后前台只能看到部分图片 上传后前台的图片有重复 不能上传custom option(可以支持基于optio…
标签: 插件 magento magento插件 必备插件 Magento插件 ,插件,我要常见Magento必备插件 .. 都是免费的Magento插件,多而杂,乡亲们自己挑~~ [因收集而强大 >_< 因分享而伟大] 亲,有好的插件要留言哦,我会持续更新~ Magento语言包 :French:magento-community/Locale_Mage_community_fr_FRGerman:magento-community/Locale_Mage_community_de_DESp…
Retrieving Product Information In the first part of the purchase process, your app retrieves information about its products from the App Store, presents its store UI to the user, and then lets the user select a product, as shown in Figure 2-1. 首先,购买产…
导航放到右侧:magento-community/RicoNeitzel_VertNav 后台图片管理显示图片:magento-community/TBT_Enhancedgrid magento-community/Locale_Mage_community_zh_CN中文插件 magento-community/AsiaConnect_FreeCMS可发布视频 magento-community/Moo_CloudZoom图片放大展 magento-community/NetAmbition…