Question:
Hello everybody,
I would like to know if it was possible via a wix code to extract a specific data from a database:
I haven’t found a solution so far.
For example, I have a database with discount codes.
On my “cart” page, the customers enter their code which was sent to them by email.
If this code is present in the “discount codes” database: it extracts the reduction percentage corresponding to the code entered, otherwise, an error message.
How to verify if the code exists and how to display the corresponding percentage please?
Thans a lot.
Product:
wix editor
What are you trying to achieve:
extracting data from a database cooresponding to a field on the “Cart” page