Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created March 23, 2021 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unlocomqx/0a7d07bda8f9c39310b92f5d1c63cbfa to your computer and use it in GitHub Desktop.
Save unlocomqx/0a7d07bda8f9c39310b92f5d1c63cbfa to your computer and use it in GitHub Desktop.
$(window).on('load', function() {
dp_calc.subscribe(function(data) {
$('.product-price-with-tax .price').text(data.formatted_prices.price_ttc)
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment