Need help with simple coding

Hi, I have set up my website using Wix’s apps but need a little bit more control over their functions. I am new to coding so find it a bit daunting to try and achieve what I need.

Can anyone point me in the direction of simple instruction on how to set up the following:

Member verification - i.e. confirmation email sent to user on sign up, then allowing the user to access the member pages once confirmed

Coupon generation on sign up - I want to generate codes to issue to users once they have signed up either to their emails or on their member page (possibly a popup/light box). I currently have coupon codes set up in the wix app.

Any help is greatly appreciated.

Thanks.

For the members own profile, then simply follow this own tutorial here.
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area

For member email confirmation, then simply follow the example in the Wix Users refister function code example as shown here
https://www.wix.com/corvid/reference/wix-users-backend.html#register

Register a user sending an email for confirmation

This example demonstrates a common email verification flow. A user is initially registered but not yet approved. At registration, a verification email is sent with a link to a verification page. When a user goes to the verification page, the approval is granted and the user is logged into the site.

The code is split between three locations:

  • A backend web module named register.jsw .

  • The page code for the page where users register.

  • The page code for the page where users confirm their registration.

Or you can do simple Wix Automations with a email for when a user signs up to become a site member.
https://support.wix.com/en/ascend-by-wix/wix-automations

As for coupons, then simply look here.
https://support.wix.com/en/wix-stores/managing-coupons
https://www.wix.com/corvid/reference/wix-marketing-backend.coupons.html