如何在magento.like中的产品视图页面中显示关联的可配置产品的简单产品信息?当我们在产品视图页面中的可配置产品的下拉列表中选择一个选项时,应该显示简单产品的数量。
发布于 2014-09-29 19:32:06
我还建议使用简单的可配置产品扩展http://www.magentocommerce.com/magento-connect/simple-configurable-products.html。你需要对Magento的最新版本做一些调整,但它在1.8.1中对我来说非常好用。
指向调整的指针的更新
我在下面粘贴了tzvimoshe在SCP的magentocommerce.com条目中的评论。
要让它在1.7中工作,你需要1)应用来自Github的补丁,2)将补丁也应用于该补丁。参见1) https://github.com/magdev/magento-configurable-simple/blob/6d88e5e1846713f579f79905dc3ed35112772ebc/app/code/community/OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Configurable.php 2) https://github.com/organicinternet/magento-configurable-simple/pull/85为了大家的方便,我在pastebin上发布了完整的修复程序。查看http://pastebin.com/spVj88T4只需粘贴到app /代码/社区/ OrganicInternet / SimpleConfigurableProducts /目录/型号/资源/ Eav / Mysql4 /产品/索引器/价格/ Configurable.php
https://stackoverflow.com/questions/26094228
复制相似问题