Ymq Product Options App
  • Getting Started
    • How to enalbe app in the theme
    • Difference between Shopify Options and Virtual Options
    • How to style Shopify Options with our app
    • How to add Virtual Options to a product
    • Price Add-ons
    • Multi-select
    • How to add conditional logic to a product option
    • Option Template(Set)
  • Faq
    • Why isn’t the app showing on the product pages
    • How to download file uploads as the original file type (jpg, png)
    • How do I export the apps virtual options
    • Why doesn’t the discount code box appear in the checkout?
    • Implementation principle of app option price add-on
    • Why do my options appear twice?
    • What is the file upload limit?
    • Why theme's ajax cart is not working after using app
    • How to sync option templates to other stores
    • How to get api secret
    • sku
    • Why are the options modified in the app background not displayed in the store in real time?
    • Make shipping required for virtual options
  • Email Notifications & Packing Slips & Invoices
    • Order Confirmation (email sent to customer)
    • New Order (email sent to staff)
    • Packing Slips
    • Invoices
    • Shopify New Order Printer App
  • Option types
    • All Option Type Example
    • Text
    • Long Text
    • File Upload
  • New Checkout
    • New Draft Order
    • Without Draft Orders
    • Bundle variant
    • Hide product options
    • Main Product Title
Powered by GitBook
On this page

Was this helpful?

  1. Faq

Why doesn’t the discount code box appear in the checkout?

PreviousHow do I export the apps virtual optionsNextImplementation principle of app option price add-on

Last updated 1 year ago

Was this helpful?

Our price add-ons use draft orders which aren’t compatible with the discount code box on the checkout page.

In order to solve this problem, the app provides the function of discount input box on the shopping cart page. Please open the settings below

The app also provides 2 other principles to achieve price addition, these 2 principles can solve this problem

Binding variant principle:

Bind option A to variant A. After option A is selected, the bound variant A will also be added to the shopping cart. Please refer to the attached iamge 1

The one-cent principle:

Create a one-cent variant in shopify. If the add-on price is $100, 10,000 one-cent products will be added at checkout, which is exactly $100.

This principle is not open yet, if you need it, please create a one-cent variant in the shopify background, and send me the variant id, and I will set it up for you.