buy together
📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.
Buy Together
App para montar a prateleira de Compre Junto
Configuration
Adding the app as a theme dependency in the
manifest.json
file;
Declaring the app's main block in a given theme template or inside another block from the theme.
Remember to add a table with all blocks exported by the app and their descriptions. You can verify an example of it on the Search Result documentation.
Block name | Description |
---|---|
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
| XXXXX |
buy-together
props
buy-together
propsProp name | Type | Description | Default value |
---|---|---|---|
|
|
| |
|
|
| |
|
|
|
buy-together-product-list
and buy-together-product-list.slider
props
buy-together-product-list
and buy-together-product-list.slider
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
|
| will split each sku of product in one shelf |
|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-product-list.slider
props
buy-together-product-list.slider
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-total
props
buy-together-total
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-installments
props
buy-together-installments
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-buy-button
props
buy-together-buy-button
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
buy-together-title
props
buy-together-title
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
buy-together-message
props
buy-together-message
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-discount
props
buy-together-discount
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
|
| XXXXXXXX |
|
buy-together-select-button
props
buy-together-select-button
propsProp name | Type | Description | Default value |
---|---|---|---|
|
| XXXXXXXX |
|
For CrossSellingEnum
:
Name | Value | Description |
---|---|---|
Show Together |
| |
Accessories |
| |
Similars |
| |
Suggestions |
| |
Who Bought Also Bought |
| |
Who Saw Also Bought |
| |
Who Saw Also Saw |
|
For PreferredSKUEnum
:
Name | Value | Description |
---|---|---|
First Available |
| Selects the first available SKU in stock it finds. |
Last Available |
| Selects the last available SKU in stock it finds. |
Cheapest |
| Selects the cheapest SKU in stock it finds. |
Most Expensive |
| Selects the most expensive SKU in stock it finds. |
usage:
⚠️
To select which SKU will take preference over this prop, create a Product (field) specification and assign the value of the desired SKU to be initially set for each product. If the specification doesn't exist or the value is empty, the
preferredSKU
prop will be used as a fallback. For more information, please refer to this guide.
Remember to also use this Configuration section to showcase any necessary disclaimer related to the app and its blocks, such as the different behavior it may display during its configuration.
Customization
CSS Handles |
---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Last updated