Description
Buy now, pay later with 4 interest-free payments of with ⓘ
function calculateSezzle(){
var priceElement = document.querySelector('.shopify-buy__product__actual-price') || document.querySelector('.shopify-buy__product__actual-price');
var includeComma = true;
if(typeof(priceElement) !== 'string'){
if(priceElement.getElementsByTagName('sup').length && !priceElement.getElementsByClassName('sezzle-delimiter').length){
var...