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. 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.

    http://yourvaporizers.com/index.php/vaporizers/pen/atmos-bullet.html 
有帮助吗?

解决方案

Its your css problem. 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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top