Skip to content

Instantly share code, notes, and snippets.

@scheibome
Created October 3, 2018 16:35
Show Gist options
  • Select an option

  • Save scheibome/e53d0f10a6e0f6b29d6e0619fe3dcf73 to your computer and use it in GitHub Desktop.

Select an option

Save scheibome/e53d0f10a6e0f6b29d6e0619fe3dcf73 to your computer and use it in GitHub Desktop.
PayPal input in tinystoragecart
cart.searchDataAndReplace(document, 'cartcheckoutpaypal', '{fullprice}', fullprice.toFixed(2), 1);
<i data-cartcheckoutpaypal="<input type='hidden' name='amount' value='{fullprice}' />"></i>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment