Add a digital catalog product with regular auto-applied promotion and manually applied order promo
Overview
Use case
Sample request
HTML
<a href="#" class="btn btn-success" id="buy-button">Buy now!</a>JavaScript
window.document.getElementById('buy-button').addEventListener('click', function() {
TwoCoInlineCart.products.add({
code: "74B8E17CC0",
quantity: 3
});
TwoCoInlineCart.cart.checkout();
});Demo
PreviousAssign values for the product additional custom fieldsNextSet the pricing option for catalog products
Last updated
Was this helpful?