Hello, I'm currently trying to add a tab which essentially acts as an accessories page with a bunch of products listed out. The issue I am running into is with how the tabs seem to be parsed, therefore making custom blocks along with any other way of handling an add to cart not to work.
I know prior to 1.8 it was a very simple process of something like
ROOT_URL/checkout/cart/add/product/ID_HERE
to add to the cart .. anyone have an idea how I could accomplish the same thing even whilst the tab parser seems to strip it all?
Thanks!
Solved! Go to Solution.
If anyone in the future has a similar situation, the issue can be achieved via a custom module.
Great explanation found here http://magento.stackexchange.com/questions/37779/i-want-to-use-add-to-cart-via-url-in-magento-1-8-bu...
If anyone in the future has a similar situation, the issue can be achieved via a custom module.
Great explanation found here http://magento.stackexchange.com/questions/37779/i-want-to-use-add-to-cart-via-url-in-magento-1-8-bu...