I'm having an issue creating a query string that will allow me to add a product to the users cart. I've followed the steps mentioned in this exchange and still can't get it to work. I've been using this link to try and add the configurable product:
http://example.com/checkout/cart/add/product/6184?super_attribute[179]=7927
The configurable product ID is 6184, the supper attribute (format) is 179 and the product ID 7927.
I just want to have a link in an email blast that, once clicked, the customer will automatically have the item added to their cart. Am I doing something wrong? I've read in some places that Magento no longer supports this standard query any more. Is that the case?