Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variatoins #13

Closed
darcyknapp opened this issue Jun 30, 2018 · 6 comments
Closed

Variatoins #13

darcyknapp opened this issue Jun 30, 2018 · 6 comments

Comments

@darcyknapp
Copy link

darcyknapp commented Jun 30, 2018

Expected behavior

Inventory loads with all variants

Actual behavior

Inventory loads without any variants
only inventory without variations loads as purchaseable
all variable inventory shows as "unsupported" and you cannot put into cart

Steps to reproduce behavior

  1. add plugin
  2. synch with BC and upload inventory

Screenshot/Video (if applicable)

image

Example product page that works
http://www.lockingkeycabinets.com/products/cobra-mechanical-wallboards-5-unit-cobra-key-system/

Example product page that "unsupported" = you cannot view on site due to status
http://www.lockingkeycabinets.com/?post_type=bigcommerce_product&p=977&preview=true

Workaround or possible solution

You would have to remove all variations at this time to get the products to check out which is not an option. Variations need to transfer across with the products

@karen-white
Copy link

Hi @darcyknapp , the plugin currently supports variants (SKUs) but it doesn't yet support modifier options. If your products don't have SKUs, it may explain why some of your products are Unsupported. We do plan to support all option types before the plugin becomes generally available, and adding support for modifier options is roadmapped.

For a little more background on variants vs modifiers:

The v3 catalog API makes a distinction between variant options and modifier options. Both variant options and modifier options are lists of choices attached to products, but:

  • Variant options are tied to inventory and used to build out SKUs. For example, size and color may be combined to build out SKUs for a t-shirt product.
  • Modifier options are not tied to SKUs at all. An example of a modifier option might be a text field to add a custom message to a product, or a checkbox to add express delivery.

@darcyknapp
Copy link
Author

darcyknapp commented Jul 2, 2018 via email

@civicpath
Copy link

civicpath commented Jul 2, 2018

We also rely on product variants.

We use SKUs to accurately describe our Door products. These come in a variety of colors, sizes, and finishes. We have SKUs for those permutations. But we use a pick list when the customer wants to select from door handle options, types of hinges, etc. Without the pick list, we would have hundreds of thousands of SKUs and hit BC's upper limit on SKUs.

Any product using a Product Pick List are imported as unsupported.

(edited for grammar)

@karen-white
Copy link

@civicpath It's helpful to know how your products are set up--thanks for sharing. We plan to support product pick list options in a future release.

@darcyknapp
Copy link
Author

darcyknapp commented Jul 3, 2018 via email

@karen-white
Copy link

Closing this thread; support for modifier options added in version 0.11.0:
https://github.com/bigcommerce/bigcommerce-for-wordpress/releases/tag/0.11.0

@civicpath Please feel free to open a separate issue for product pick list support, if you'd like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants