简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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