安装niceforms。将选项发送到购物车
我想在 Magento 上安装 niceforms 。
它是如何运作的?我将产品选项“选择”信息表单标签包装起来,所以它看起来像
<form class ="niceform">
<divs for niceform>
<select id="" class="product-custom-option required-...." ...>
</form>
这样 Niceforms 的 div 包含 div 格式的 select 的重复项。所以我设法编写了一个函数,它将监视 div 中选定的元素并在产品选项选择中选择它。然后重新加载价格。但它不会将产品选项发送到购物车。 我该如何解决这个问题?
I want to install niceforms on Magento.
How does it work? I wrap the product option "select" info form tag so it looks like
<form class ="niceform">
<divs for niceform>
<select id="" class="product-custom-option required-...." ...>
</form>
So
div for niceforms contains duplicate of select in div-format. So I managed to write a function which will watch selected element from divs and select it in product-option select. And then reload price. But it doesn't sends product-options to cart.
How can I solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是,niceform 是另一种形式。
The problem was that niceform was in another form.