Hi,

I am wondering if there is a way to add multiple items to my cart using the multiple_products_add_product action by passing in the products model # instead of the id. I have found a way using the buy_now action and using a query to get teh id when a model # is passed but it is using get and the other action uses post.


please help thank you.