I’d like to link a text box that displays a number price to a “Buy Now” button on my page. Is that possible?
So far I have only been able to hard code the “Buy Now” buttons, so the price is set to a specific value. Please let me know if there is a way to link the “Buy Now” charged price to a text box that displays a number.
If you don’t have too many items, you can simply create a few static ‘buy now’ buttons, overlay them and show the relevant one depending on the option the user chooses.
You will need to code a custom button and send it the unique value. this will require some html knowledge.
Last I checked there isn’t an easy way to do this yet…