Sendowl - Linking

Hello!

I have made a payment-button in HTML on mye webflow page that i want to link to my SENDOWL url.
The custom link when usin a template-button from sendowl is the following:

<a href="https://transactions.sendowl.com/products/XXXXXX/XXXXXX/add_to_cart" rel="nofollow"><img src="http://www.XXXXXXX.com/test/XXXX.PNG" /></a><script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

How can I do this without using the template-button and also opening the sendowl as a script on my homepage? Just entering the link will only open a new window, but i want the built in popup script that sendowl has.

I have replaced my own data with XXXXXX for security reasons.

Hello @dj_robbie

Instead of using the Webflow button element use the custom embed component:

and there you paste your code.

Hope this helps.

Thanks! But can i still use the “design” i have made the button from in webflow?

If you want to use the Webflow button element and maintain the styling capabilities for it you will have to paste this part of the code:

<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

in the custom code area of your project before the tag and in the link of the button put the link to your product:

https://transactions.sendowl.com/products/XXXXXX/XXXXXX/add_to_cart

Hope this make sense.

Thanks! Worked perfectly in desktop mode. However, in mobile mode it wont popup as nicely. maybe its not supported in mobile mode.

I don’t know if the platform supports mobile.