Hello,
Does anyone know of a feature or module that exists that would accomplish the following:
If a certain product (or quantity of a product) is added to the cart, then automatically add a speciic quantity of productX (and possibly productY and productZ) to the cart.
A practical use for this, for example, would be to add mail delivery of a CD to a software product order, or add an extended download service, or to include annual updates and support for a particular product, or to add product return insurance, etc. These products can be 0 cost or priced, and user will be able to remove the products from the cart if they wish. Often, these add-on products are best treated as separate items in a cart rather than a bundle, because for example a CD order may be fulfilled by a 3rd party and its just easier to keep it separate.
I've been searching through bundling and cross selling mods, but just haven't found anything that does what I need.
Anyone?
Thank you
There is a mod for Buy 5 of these, get xxx free that does it.
It is triggered by calling the add function in the cart library
It is triggered by calling the add function in the cart library
Code: Select all
$this->cart->add('product_id', 'quantity', 'option');
Who is online
Users browsing this forum: No registered users and 11 guests