Set sale source in the InLine Cart
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"
});
TwoCoInlineCart.cart.setSource('YouTube Channel');
TwoCoInlineCart.cart.checkout();
});Demo
PreviousSet the order external reference in the InLine CartNextPreload InLine Cart to increase loading speed
Last updated
Was this helpful?