Testing combo

242.10
242.10
323.10
242.10
242.10
323.10
242.10

Category:

Description

jQuery(document).ready(function($) {
$(‘#add-combo-button’).on(‘click’, function() {
const bookIDs = [123, 456, 789]; // WooCommerce product IDs
bookIDs.forEach(function(id) {
$.post(‘/?wc-ajax=add_to_cart’, {
product_id: id,
quantity: 1
});
});
alert(‘Combo added to cart!’);
});
});

Shopping cart0
There are no products in the cart!
Continue shopping
0