I want to add Paypal smart payment buttons

Copy the following code and paste between…on your page.

<script
    src="[https://www.paypal.com/sdk/js?client-id=ActA8ugfwscv6khxO8UoOMdTEmY0LE00E6fYuCJ8tJrwpPUKrQKeSPmklhB61r9LMHv441s7_QwkyVvU&components=messages](https://www.paypal.com/sdk/js?client-id=ActA8ugfwscv6khxO8UoOMdTEmY0LE00E6fYuCJ8tJrwpPUKrQKeSPmklhB61r9LMHv441s7_QwkyVvU&components=messages)"
    data-namespace="PayPalSDK">
</script>

Copy the following code and paste between…on your page anywhere you’d like your messages to appear. We recommend placing them near the price of your products or cart amount.

<!--
    In your code, update data-pp-amount
    with the price or cart amount. For
    example, data-pp-amount="89.99" for
    a $89.99 product.
-->
<div
    data-pp-message
    data-pp-style-layout="text"
    data-pp-style-device="message"
    data-pp-style-logo-type="inline"
    data-pp-style-text-color="black"
    data-pp-amount="ENTER_VALUE_HERE">
</div>