buy together
Last updated
Last updated
📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.
App para montar a prateleira de Compre Junto
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.
buy-together
XXXXX
product-summary.buy-together
XXXXX
buy-together-product-list
XXXXX
buy-together-product-list.slider
XXXXX
buy-together-total
XXXXX
buy-together-current-product
XXXXX
buy-together-installments
XXXXX
buy-together-buy-button
XXXXX
buy-together-title
XXXXX
buy-together-message
XXXXX
buy-together-discount
XXXXX
buy-together-select-button
XXXXX
buy-together
propsuseCheckbox
boolean
false
multiSelect
boolean
false
crossSellings
CrossSellingEnum[]
["showtogether"]
buy-together-product-list
and buy-together-product-list.slider
propsswiperProps
object
XXXXXXXX
{ slidesPerView: 1 }
NextArrow
block
XXXXXXXX
true
PrevArrow
block
XXXXXXXX
undefined
showAllSkus
boolean
will split each sku of product in one shelf
false
preferredSKU
PreferredSKUEnum
XXXXXXXX
FIRST_AVAILABLE
crossSelling
CrossSellingEnum
XXXXXXXX
showtogether
buy-together-product-list.slider
propsswiperProps
object
XXXXXXXX
{ slidesPerView: 1 }
NextArrow
block
XXXXXXXX
true
PrevArrow
block
XXXXXXXX
undefined
buy-together-total
propsmessage
string
XXXXXXXX
'Por apenas: {totalPrice}'
markers
array
XXXXXXXX
[]
buy-together-installments
propsmessage
string
XXXXXXXX
Em até {installmentsNumber}x {installmentValue}{hasInterest, select, true {, {interestRate} de juros} false { sem juros}}
markers
array
XXXXXXXX
[]
buy-together-buy-button
propsBuyButton
Block
XXXXXXXX
add-to-cart-button
buy-together-title
propstext
string
XXXXXXXX
Aproveite, e leve junto
buy-together-message
propsmessage
string
XXXXXXXX
Leve os {selectedCount} produtos
markers
string[]
XXXXXXXX
[]
buy-together-discount
propsmessage
string
XXXXXXXX
com {percentage}% de desconto
minimumPercentage
number
XXXXXXXX
0
markers
array
XXXXXXXX
[]
buy-together-select-button
propslabel
string
XXXXXXXX
comprar junto
For CrossSellingEnum
:
Show Together
showtogether
Accessories
accessories
Similars
similars
Suggestions
suggestions
Who Bought Also Bought
whoboughtalsobought
Who Saw Also Bought
whosawalsobought
Who Saw Also Saw
whosawalsosaw
For PreferredSKUEnum
:
First Available
FIRST_AVAILABLE
Selects the first available SKU in stock it finds.
Last Available
LAST_AVAILABLE
Selects the last available SKU in stock it finds.
Cheapest
PRICE_ASC
Selects the cheapest SKU in stock it finds.
Most Expensive
PRICE_DESC
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.
container
buyTogetherContainer
currentProduct
currentProductWrapper
discountWrapper
discountPercentage
buyTogetherInfo
productList
buyTogetherProductList
buyTogetherProductItem
arrowDisabled
arrowNext
arrowPrev
arrow
swiperPagination
swiperBulletActive
swiperBullet
swiperWrapper
buyTogetherSelectWrapper
buyTogetherSelectLabel
buyTogetherSelectInput
buyTogetherTitleContainer
buyTogetherTitle
totalValue
installments
installmentsNumber
installmentValue
installmentsTotalValue
interestRate
paymentSystemName