简体   繁体   English

Magento:无法将产品添加到具有可配置产品的购物车

[英]Magento: Cannot Add products To Cart With Configurable Products

Yes, I've looked at all of the answers and none of them seem to be problems I'm facing. 是的,我已经查看了所有答案,但这些答案似乎都不是我面临的问题。 On my site when I'm on the product details page with a configurable product. 在我的网站上,当我进入带有可配置产品的产品详细信息页面时。 It doesn't even let me select my option. 它甚至不让我选择我的选项。 I sell vaporizers and I need different color options and Magento or my theme isn't letting me do this. 我出售蒸发器,我需要不同的颜色选择,Magento或我的主题不允许我这样做。 It simply now is acting a "Add To Cart" image with absolute no value or function. 现在,它只是在充当“绝对没有值或功能”的“添加到购物车”图像。 Doesn't let me add anything to the cart using configurable products. 不要让我使用可配置产品将任何东西添加到购物车中。

If you know a solution, don't just write a silly code. 如果您知道解决方案,请不要仅仅编写愚蠢的代码。 specify the file and directory. 指定文件和目录。 I'm no programmer. 我不是程序员。

Here is the direct url to the page with configurable product. 这是带有可配置产品的页面的直接URL。

    http://yourvaporizers.com/index.php/vaporizers/pen/atmos-bullet.html 

Its your css problem. 它是你的CSS问题。 The position of the description tabs is relative so you cannot select it. 说明选项卡的位置是相对的,因此您无法选择它。 Make this changes .col-main .ui-tabs {position: inherit;padding:0} in /skin/frontend/exdress/default/css/styles.css 使这改变.col-main .ui-tabs {position: inherit;padding:0}/skin/frontend/exdress/default/css/styles.css

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM