How to create app only discount codes for shopify private app? - shopify

Discount code getting applied on both shopify website and shopify private app
I am trying to create a discount code in shopify which is only applicable on our private shopify app and not on the website. But the code is getting applied at both the places(on shopify website and shopify private app). Is there a way i can create private app only discount codes?

Related

Shopify APP: Apply discount to cart item propramatically

I'm looking for a solution (a Shopify app) that can help me to apply the discount rules on the Shopify cart items.
There should be a AJAX request to the Shopify app before redirect to the Checkout page.
Please let me know if you have any ideas/solutions.
Thanks,

How to modify product page using Theme and Asset api for a shopify App

I am creating a Shopify app that will insert a trust seal or badge on the product page. However, there is difficulty in implementing it since there is no clear documentation or tutorials on how to do it. What I want to achieve is to place an image (trust badge) somewhere before or after the Add to cart button. This is a public app, so modifying the theme through Shopify API themes/assets is the only option to do it dynamically.
Shopify is really new to me. I just studied it for 3 weeks, maybe someone who has prior experience in implementing this would help me.
Please refer to the image for reference.
Thank you in advance! :-)

Additional Script in shopify Checkout thank you page

I am building a shopify app and I am unable to figure out how can I add additonal script shown in image to track orders in shopify checkout. I want to do with shopify python api. Please help! here is the script image that I want to add https://i.imgur.com/FYYDTea.png

Shopify: Pass values from non-Shopify site to Shopify Checkout and get URL

I have a static (non-Shopify) HTML and JS website with a shopping cart where its functionality is carried out using JS and Jquery. I need to pass my cart values to Shopify and take the user directly to the Shopify Checkout page when user clicks on the checkout button on my site. I need to pass cart values to Shopify and load the checkout page on the browser. How can I do this? I'm new to Shopify and I need some guidance on how to do this.
If you have access to variant ids and quantities in the cart, you can use a permalinks for this purpose. Example - http://yourstore.com/cart/70881412:1,70881382:1
More details here - https://community.shopify.com/c/Shopify-Design/Cart-Use-permalinks-to-pre-load-the-cart/td-p/613702

How do i app a custom web application inside a shopify page

i'd like to extend functionality beyond what my shopify theme can do, i want to create an app that would render below the shopify header when user visits a certain link, and will have access to customer id from shopify. is this possible? i want this application to be customer facing, not admin.