如何在 magento 1.4.1.1 中将自定义上传的图像添加到购物车?
如何在 magento 1.4.1.1 中将自定义字段以及自定义图像添加到购物车?
有人对此有任何想法吗???
How to add custom fields as well as custom images to cart in magento 1.4.1.1 ?
Any one have any idea about this???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要将自定义产品属性添加到购物车,只需将以下代码行添加到您的模块配置中:
只需将 [your_custom_attribute_code] 替换为您的属性代码。
您还可以根据需要添加任意数量的属性,只需在配置中再添加一个属性即可。
If you need add you custom product attribute to shopping cart, just add the following lines of code into your module configuration:
Just replace [your_custom_attribute_code] with the code of your attribute.
You may also add as many attributes as you wish, just add one more attribute into configuration.