I have added Yearly Membership plan using UsageCharge by setting the recurring price to "0" and capped_amount = "120.00" and usage price to "120.0" but, I think it will be very confusing in the confirmation page they'll see: 'Up to USD 120 every 30 days'. It must be 'Up to $120 every year'. Please give me solution as soon as possible, or tell me the best approach for implementing Yearly membership recurring charge.check this image
Shopify-App Yearly Membership plan issue with UsageCharge
99 Views Asked by HARIKRISHNA At
1
There are 1 best solutions below
Related Questions in RUBY-ON-RAILS
- Rails HABTM: Select everything a that a record 'has'
- Best way to make an HABTM association via console
- dynamically create an ical / ics file from a rails model
- Ruby destroy is not working? Or objects still present?
- NoMethodError: undefined method `update_average_rating' for nil:NilClass
- Select results where joined table contains records with an attribute, but without another
- Showing posts only created when boolean was true
- Ruby on rails and HAML - Print a hash with background color
- How can I monitor an endpoint's status with Ruby?
- How to create dynamic pages without form_for helper in Rails?
- Rails 4.2 jQuery loads only after refresh
- "Access Denied" - User's Permissions to S3 Bucket
- ActiveRecord, Rails 4: has_many :through with scoped conditions failure
- Rails - formatting a list of options
- Rails - Ajax do not work properly on production server
Related Questions in SHOPIFY
- If Else Statements, Javascript Toggle, Liquid / Ruby Language
- meteor-shopify : expected String to be a Hash
- If, elsif, else: Limitations? Liquid
- Add to cart button for Shopify
- Referencing products in blog post?
- Shopify vendor if statement
- How to authenticate Shopify App using Laravel 5
- Issue integrating shopify store with 2checkout in case of non standard currency
- Shopify get current collection
- Shopify list sub-collections
- Wrong redirect URI using shopify-app gem
- Modify theme.liquid using Shopify API
- Shopify APIs and Partner program
- Dynamically Call Shopify Product ID With Jquery Checkbox Type Add To Cart
- Define delayed_jobs dependencies
Related Questions in SHOPIFY-APP
- Shopify Customized Search using external services
- Shopify API get cart from external site
- Heroku Shopify App after installation on shop “The page you were looking for doesn't exist.”
- Shopify API: delete discounts and price rules
- Is there an AliExpress API that can submit dropship orders instead of using Oberlo?
- Is there any way to programmatically authenticate customers in Shopify?
- Saving Custom form data and use it in shop front in Shopify using Nodejs & React
- How can i add dynamic sections withing dynamic sections in shopify custom theme developement?
- script tag XHR event listener for monitoring cart activities does not work anymore
- Getting error Oauth error invalid_request: The redirect_uri is not whitelisted from Shopify API access through local host?
- Shopify app Oauth error invalid_request: The redirect_uri is not whitelisted with firebase
- Shopify - Fetch all the images of Product Variant - GraphQl
- How to pass ctx / context into KOA middleware that is imported (createShopifyAuth)?
- Edit admin panel of shopify
- How To Query The Price Of A Product Using Shopify Storefront API and GraphQL
Related Questions in SHOPIFY-TEMPLATE
- Javascript simple function is not executing when write function to product-card-grid.liquid in shopify?
- Edit admin panel of shopify
- Shopify: Dynamic link to hide out of stock
- Can we Implement ReactJs on a particular page of a website which is purely built on Javascript / Jquery?
- Shopify theme editor crashing after creating sections for the homepage
- Shopify Calculated Product Link
- Where is page or blog content stored in Shopify and how to efficiently manage template updates?
- How to get an element that is sticky to stop scrolling at a certain point in a Shopify Theme
- Shopify: Variant image switches to featured image upon page refresh
- How can I create custom forms for shopify and mail the informations to another email address?
- Search results customization in Shopify
- Shopify - Display random value on frontend from list of string values in metafield
- Why is Shopify Theme Dynamic Subtotal Javascript is being blocked?
- How do I add the text from a metafield of a product to a metafield on the order in shopify with the Flow App?
- Shopify Python API Bulk Update
Related Questions in SHOPIFY-ACTIVEMERCHANT
- How to create custom Shopify ajax Filter for collection?
- Osiset\ShopifyApp\Exceptions\MissingShopDomainException
- How to show list current filter in Resource list
- Hover Creation and image flip on a Custom shopify page I created
- Callback/webhook when shopify charge my clients
- Oauth error invalid_request: The authorization code was not found or was already used " shopify. showing error like this when i hit api with code
- Cannot make metafields per variant visible in Shopify
- variant & price load in shopify
- how to show 4 digits after decimal in shopify?
- How to override class variable in Ruby
- Rails: Paypal Express implementation fails with undefined method `checkout_thank_you_url'
- how to successfully install App into Test Store?
- Shopify-App Yearly Membership plan issue with UsageCharge
- Shopify Search Box isn't working properly
- How to use activemerchant with Shopify?
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?
Does it not make more to sense to use a ONE-TIME payment of 120.00 but inform the customer that that is actually a one-time payment for a year. And then when their year is up, just hit them up with another ONE-TIME charge?
One time charges are pretty much set for this kind of thing are they not? Anytime you want to bill the customer for some "thing" your App does, you can use this.