I am working on a site with a store. My client wants to have coupon codes for their customers which is easy enough and something they can manage with their app using the coupon feature under marketing.
What’s cool is this content is added to a database that is accessible in dev mode.
My client also wants to display the coupons on their site—which seems reasonable to me. So, I thought I was being smart and I created a repeater + dataset on a page that pulled the information from the coupons database.
This was going to be super snazzy and was going to be a useful way to display coupons in different contexts. However…I ran into a snag. I cannot change the read permissions to “everyone” with this database as it is locked on Admin. Therefore, nothing displays on the site.
All that to ask: Is it possible to allow us to change the read permissions on these databases or is this something the Wix developers could “turn on” for us?
Imagine what you could do. Not just coupons, but with products, etc.
P.S. I know that I could create a separate database and have my client add coupons there. BUT…my client isn’t really that smart and I would be getting calls every month and it would mean upkeeping both their coupons and a separate database. Not generally a good idea.