Checking DB Field - Possible?

I’m curious if something like this is possible with Corvid with my Wix site.

  1. Add a Boolean “paidShip” Field in Customer database

  2. When a user places an order it checks the “paidShip” field. If it’s true, don’t charge shipping, if it’s False charge shipping and set it True.

  3. Allow me to manually set the field to true or false.

Is something like that possible?

Yes this is possible. There is a Boolean type in the data collection and you can manually change the setting by using a dataset in a repeater or dynamic page and connecting a checkbox.

Check this and other similar posts: