After working on Shopify development for a little bit, I have encountered a specific requirement from my client that is not currently available in the app store.
The task involves:
- Creating two discount tiers based on the total value of the cart (e.g. 10% off for carts totaling more than $40 and 5% off for carts totaling more than $80)
- Operating only under the following circumstances:
- When the customer is NOT logged in
- When the customer is logged in, but their tags DO NOT include 'wholesale'
- Preferably avoiding the use of coupons to adjust prices
- Ensuring compatibility with a sliding AJAX cart modal
I am considering creating my first app to address this need, but I am unsure about the process and the level of difficulty as a beginner in app development. While I am familiar with Shopify in general, Liquid, CSS, JavaScript, and jQuery, I lack experience with APIs (or may have unknowingly used one before).
Before I embark on this project, what resources should I review? For those who have been through a similar experience, how would you approach it if starting over?
Thank you in advance!