I would like to update prices defined in products based on the options provided in the installation form (e.g. promo codes). I tried to update schema.options.*.productDefinitions using "option-change" hook but it doesn't work.
Is it possible to change products in Cloudflare App using hooks?
87 Views Asked by Kamil Zając At
1
There are 1 best solutions below
Related Questions in CLOUDFLARE
- How to wait until page redirected using httpwebrequest VB.Net
- Rails + Heroku + Cloudflare - Eliminate www as a subdomain
- How Do I Create Sub-Sub-Domain on Cloudflare DNS?
- cloudflare SSH and sockets: how to run them together?
- Error 522 with Cloudflare
- How to route traffic by proximity from Route 53 to closest NGINX server?
- Can you use Route 53's latency based routing in conjunction with Cloudflare?
- Processing sketches have stopped working in Chrome and Firefox
- Why are stylesheets being loaded multiple times on my website?
- The plain HTTP request was sent to HTTPS port(NGINX)
- Get correct IP address using $_SERVER["REMOTE_ADDR"]
- How to disable cloudflare custom error pages including Error 504 (Gateway time-out), While Smart Errors are already disabled?
- Cannot access Rails app via Heroku and CloudFlare
- CloudFlare (or others) and Corporate IP Issue
- Configure NGINX + CloudFlare + SSL
Related Questions in CLOUDFLARE-APPS
- Getting 403(Forbidden) error on get Request from cloudFlare
- How to bypass Error 1020 Access Denied in PHP?
- How to import Cloudflare KV Namespace Variable?
- Cloudflare Worker Breaks Redirects On Site
- Is it possible to change products in Cloudflare App using hooks?
- While previewing the Cloudflare app previously stored cookies are coming into play
- Why is my Cloudflare AppService failing to Oauth?
- How do I set install.private in Cloudflare App Hooks?
- Switch DNS IP on Cloudflare on server unresponsive
- Cloudflare cookie is being reused by all sub domains
- Cloudflare serving different pages to different ip lists under same domain
- How to show slider current value with Cloudflare Apps UI?
- Is there a way to allow scripts from Cloudflare on new Google sites?
- Can't connect cloudflare warp vpn in linux
- Serving content from subfolder in R2 bucket on a subdomain
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Using Cloudflare Apps paid products requires a Cloudflare subscription and therefore all the paid products must be configured through the process outlined here: https://cloudflareapps.com/apps/developer/docs/payments-and-billing/products
While you cannot dynamically change the schema of products, you can change the product the user selected using a hook and make that product free. I have not tested this though.