You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable bundled products would be the same, but with options, that could be a specific ProductGroup, defined on a different link
- Product 1 (@type Product)
- Product 2 (@type ProductGroup)
- hasVariations (customer picks between 1-A or 1-B)
- Product 1-A (@type Product)
- Product 1-B (@type Product)
But configurable bundled products could also contain options that are not a specific ProductGroup, but a ProductGroup that only exists for this ProductCollection. But would still be based in products from this site.
- Product 1 (@type Product)
- Product Option A (@type ProductGroup)
- hasVariations (customer picks between 3 or 4)
- Product 3 (@type Product)
- Product 4 (@type Product)
What would be the best structure for this?
Just ignore the that there are choices and list all the products listed on the page? Following the expected types of typeOfGood in ProductCollection and TypeAndQuantityNode to be Product or Service.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Reading docs and #2605 I have a question:
My shop has the option for configurable bundled products.
Where a simple bundled products is a collection of at a reduced price.
Configurable bundled products would be the same, but with options, that could be a specific ProductGroup, defined on a different link
But configurable bundled products could also contain options that are not a specific ProductGroup, but a ProductGroup that only exists for this ProductCollection. But would still be based in products from this site.
What would be the best structure for this?
Just ignore the that there are choices and list all the products listed on the page? Following the expected types of
typeOfGood
inProductCollection
andTypeAndQuantityNode
to beProduct
orService
.Looking at last example:
Or would I be able to set
typeOfGood
toProductGroup
Beta Was this translation helpful? Give feedback.
All reactions