Custom Checkout Fields - Introduced in 1.36
These allow you to pre-fill hidden and visible custom fields on custom checkout fields added to SureCart.
This works in much the same way as at price parings and is designed in a similar way you set a parameter key and the name you want i.e if your sure cart custom field is Serial number, you had a URL Parm Key called Secuirtyid, you would set ?securityid=XXXXX, and XXXX would end up being populated in the Serial Number Field for you.
- This is the key you will be using in our example above that would be secruityid
- This button allows you to generate a random token
- This is the name of the actual field you've added to the checkout in our example Serial Number
- This adds our field mapping
- This is where existing field mappings will go and will allow you to edit and delete them.
The video below gives a brief overview of Custom Field Params and the first Alpha release.
Hidden Fields
There is an inbuilt CSS Class for Hidden Fields on the Checkout, listed below, which applies a hidden with an !important override on fields
hide-co-field
Note: 1.36 At the time of writing this article is still an Alpha release but the documents are ready for when 1.36+ are released