Hi All, Here's a challenge.
I'd like to add to the Actinic cart whilst NOT on an actinic product page. Sometimes, I'd like to be able to add more than one prodct at a time.
Anyone done this? One way I can imagine it happening would be to use a querystring, like this:
yoursite.com?action=addtocart&product1=ab1234&product2=ab1235
The idea being that I can have some configuation process to build that querystring in php or javascript and then invite the customer to 'Buy the Bundle' with one click.
Impossible? I'd welcome your thoughts. Thanks!
-Jc.
I'd like to add to the Actinic cart whilst NOT on an actinic product page. Sometimes, I'd like to be able to add more than one prodct at a time.
Anyone done this? One way I can imagine it happening would be to use a querystring, like this:
yoursite.com?action=addtocart&product1=ab1234&product2=ab1235
The idea being that I can have some configuation process to build that querystring in php or javascript and then invite the customer to 'Buy the Bundle' with one click.
Impossible? I'd welcome your thoughts. Thanks!
-Jc.
Comment