且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Magento

    我刚刚开始组装一个Magento模块,该模块绕过整个Magento结帐流程,而是通过XML-RPC将购物车详细信息发送给第三方履行公司.I've just started putting together a Magento module which ......

    我要在Magento CE 1.7.0.2中添加新产品.我在简短说明属性中输入了HTML代码.I'm adding a new product in Magento CE 1.7.0.2. I entered the HTML code in Shor......

    我在获取客户地址ID时遇到麻烦,因为它返回的是空值.I'm having trouble with getting customer address Id as it returns a null value.这是我尝试过的:$checkout = $......

    我收到一个502错误的网关错误,但只能在可配置的产品上。以下是ngnix日志。 我们正在运行Magento 1.9.1.0,禁用所有插件,并且默认主题仍然出现此错误。 2015-01-23 11:49:21 UTC 2015/01/23 11:49:......

    我正在开发一个电子商务网站,我们需要拥有2个商店视图.一个用于专业客户,另一个用于零售客户. I am developing an e-commerce website where we need to have 2 store views. One ......

    我尝试使用Ruby在magento API上上传图像.I am try to upload a image on magento API using Ruby.这是我的代码:require 'rubygems'require 'soap/wsdlDri......

    我一直遵循以下示例: Magento以编程方式创建捆绑产品 I've been following along with this example: Magento programmaticaly create bundle Product ,并且在创......

    我想获得格式化的价格但没有货币符号,我只想使用 magento 的标准功能!I want to get a formatted price but without the currency symbol and I want use only stan......

    我已经按照Magmi Wiki中的说明进行操作,但是仍然无法将超属性定价信息导入到我的可配置产品中.我希望有人可以看看我的设置并指出我做错了什么.I've followed the instructions in Magmi's wiki but st......

    我正在尝试访问我网站另一部分的 Magento 客户会话.Im trying to access the Magento customer session in another part of my website.domain.com/shop/ &......

    我正在做我的第一个Magento项目.我想在首页上显示新产品I am working on my first Magento project. I want to display new products to the home page我已经研究并添......

    我想获取格式化的价格,但没有货币符号,并且只想使用magento的标准功能!I want to get a formatted price but without the currency symbol and I want use only stan......

    我一直在浏览所有主题以找到与我的案例类似的内容.我发现了一些类似的案例,但没有一个解决方案能解决我的问题.I've been looking through all the topics to find something similar to my ......

    我真的真的找不到找到为客户群设置特定商店视图的方法.我有1个视图显示包含增值税的价格,还有1个视图显示不含增值税的价格.I really really can't seem to find a way to set a specific store v......

    我研究了很多,但是找不到适合我的解决方案.I've researched a ton, but I'm not finding a solution that's working for me.我要在首页的特色产品"部分中显示5个以上的默认商品计数.I......

    在magento中,是否可以根据用户购买的产品过滤用户?例如.Is it possible in magento to filter user based on the products they have bought?For eg.如何获取所有从类......

    我必须添加5个单独的标签,例如按类别",我们的选择",最受欢迎",您最喜欢的主页",每个标签都应列出该标签下的产品,而无需重新加载整个页面.那就是使用ajax,是否可以在magento中使用. 如果是的话,请指导我. ...

    我正在创建magento API,所以现在我需要从类别ID和目录属性ID获取产品集合.I am creating magento API so now I need to get product collection from category id ......

    你好,我已经阅读了很多关于这个的帖子,虽然它有效但并不完整.Hello I have read many posts about this, and while it works its not complete.例如;属性 1 = 鞋码,属性 2 =......

    我从Web服务获得了magento ID的列表.我将它们加载到数组$product_ids中,所以有这样的内容:I get a list of magento ids from a web service. I load these into and ......