Set the cart language for 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.setLanguage('es');
TwoCoInlineCart.cart.checkout();
});Demo
InLine Checkout languages
English
Native
2Checkout language codes
PreviousHow to use the signature with the Inline CheckoutNextAdd a digital dynamic product with a dynamic coupon
Last updated
Was this helpful?