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

sku

PreviousHow to get api secretNextWhy are the options modified in the app background not displayed in the store in real time?

Last updated 1 year ago

Was this helpful?

Since shopify does not allow to modify the sku of the product, the app will generate a virtual product to carry the sku information.

For example:

The sku of the product is: sku 1

At this point there are 2 app options, namely

test A, option value: a1,a2, sku: a1,a2

test B, option value: b1,b2, sku: b1,b2

If the customer chooses a1 and b2, Then the final sku is sku 1-a1-b2

The link symbol "-" in the middle can be customized

For details, please refer to the figure below

shopify variant sku

app options sku

Product page display effect

Shopping cart page display effect

Checkout page display effect

Order display effect

SKU splicer