Created
October 3, 2018 16:35
-
-
Save scheibome/e53d0f10a6e0f6b29d6e0619fe3dcf73 to your computer and use it in GitHub Desktop.
PayPal input in tinystoragecart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cart.searchDataAndReplace(document, 'cartcheckoutpaypal', '{fullprice}', fullprice.toFixed(2), 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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