Magento:创建拖放巧克力盒选择器
我们想要做的是替换这个基于 Flash 的解决方案 http:// /www.kennedyschocolates.co.uk/buy-online/make-your-own-selection 这是构建并集成到 Joomla / Virtuemart 中的,并且已经成功运行了很多年。然而,我们希望将客户转移到 Magento(出于显而易见的原因!),但拖放选择器对于我们的客户来说是不可或缺的,因为它提供了很高比例的订单。
这个拖放系统允许用户构建自己的巧克力盒。首先,他们选择盒子的样式和尺寸,然后继续挑选巧克力 - 这些巧克力可以按类型进行过滤,即牛奶、白巧克力、黑巧克力和口味;然后将其作为商品直接添加到 Joomla / Virtuemart 的购物篮中。
当我们重新审视它时,我们更愿意使用 HTML / JavaScript 而不是 Flash 来开发它,并且有兴趣了解我们如何最好地解决这个问题,或者其他人是否已经取得了类似的成果。
谢谢, 达伦
We're looking to do is replace this Flash based solution http://www.kennedyschocolates.co.uk/buy-online/make-your-own-selection this was built and integrated into Joomla / Virtuemart and has worked successfully for a number of years. However, we want to move the client over to Magento (for obvious reasons!) but the drag and drop picker is integral for our client as it provides a high percentage of orders.
This drag and drop system allows users to build their own chocolate box. Firstly they pick a box style and size, then move on to pick their chocolates - these can be filtered on type i.e milk, white, dark and flavour; nut, coffee etc. This is then added as an item to the shopping basket directly to Joomla / Virtuemart.
As we're looking at it afresh we would prefer to develop this with HTML / JavaScript rather than Flash and are interested in hearing how we can best approach this or if other people have already achieved something silmilar.
Thanks,
Darren
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Magento 上使用捆绑的产品类型,剩下的只是实现 D&D 并在模板级别使用原型制作 UI 动画
You could use bundled product type on Magento and the rest is just implementing D&D and animating UI with prototype on template level