请在 Magento 中指定产品的选项

发布于 2024-10-01 22:12:25 字数 297 浏览 2 评论 0原文

实际上,我正在将 Elias_configurablebundle 插件用于与捆绑产品关联的可配置产品,并为我正在使用 magento 力学网格的可配置关联产品显示 GRID*。在这里,我合并了两个扩展,它在捆绑包视图页面上显示GRID,但在单击“**添加到购物车”时显示请指定产品的选项*。

尽管一切都很好,没有需要填写的必填字段,但我已为任何产品应用了任何单个自定义选项。

所以在这里我想删除这个验证,这样它就会直接重定向到购物车页面。

谢谢

Actually i am using Elias_configurablebundle plugin for the configurable product as associated of the Bundle Product and to display GRID* for the configurable associated products i am using magento mechanics grid. here i have merged both of the extensions it showing GRID on bundle view page but showing Please specify the product's option(s)* on click of the **Add To Cart.

Although everything is fine, no required field left to fill out, i have applied any single custom options for any of the product.

so here i want to remove this validation so then it will directly redirect to shopping cart page.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

海的爱人是光 2024-10-08 22:12:25

可配置产品需要选择其选项(例如颜色或尺寸)才能添加到购物车。否则,无法决定应从库存中减少哪个简单产品。因此,除了对可配置产品的选择进行硬编码之外,您无法“跳过”选择此信息。

如果您这样做,只需使用简单的产品即可,从而避免所有令人头疼的问题。

谢谢,

Configurable products need to have their options chosen (say, color or size) in order to be added to the cart. Otherwise, there is no way to decide which simple product should be decremented from the inventory. So there is no way for you to "skip" selecting this information, other than hardcoding the selections for the configurable product.

If you do that, just use the simple products instead, and skip all the headache.

Thanks,
Joe

差↓一点笑了 2024-10-08 22:12:25

另一件需要检查的事情是选项字段实际上位于标签内。在 Magento 中,将选项选择移动到不同的列相当容易,并且没有意识到您正在将它们移动到“添加到购物车”表单标签之外。

如果在表单标签之外选择选项,则就表单而言,尚未选择任何选项。

希望这可以帮助某人。

Another thing to check is that the options fields are actually inside the tags. Its fairly easy in Magento to move the option selects to a different column and not realize that you are moving them outside the add to cart form tags.

if the options are selected outside the form tags, then as far as the form is concerned no options have been selected.

Hope this helps someone down the road.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文