More Flexibility For Custom Text
With Web-store-buddy you can add add a field for custom text with a “buy now” button. This field needs to be named “optiontext“.
Previously the field was limited to 100 characters - but that has now been increased to 200 characters.
And whereas before you were restricted to a single line text field, now you can use a <textarea> field so that the shopper can enter more than one line. E.g.:
<textarea name=”optiontext” cols=”50″ rows=”3″></textarea>