Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Desconto compre junto não é aplicado no frete #16

Open
matheusgnreis opened this issue Feb 4, 2021 · 0 comments
Open

Desconto compre junto não é aplicado no frete #16

matheusgnreis opened this issue Feb 4, 2021 · 0 comments

Comments

@matheusgnreis
Copy link
Member

Na 1011, fiz um teste para aplicar desconto no carrinho, quando ele tiver 30 itens. Nesse caso, criei certinho e configurei para ser aplicado no frete, conforme abaixo:

{"discount":{"type":"fixed","apply_at":"freight","value":500},"min_quantity":30,"check_all_items":false,"date_range":{"end":"2021-03-30T03:00:00.000Z"},"label":"frete 0"}

Não deu certo, então fiz uma simples mudança, trocando o frete por total e foi aplicado corretamente, abaixo segue:

Em product_kit_discounts:

{"discount":{"type":"fixed","apply_at":"total","value":500},"min_quantity":30,"check_all_items":false,"date_range":{"end":"2021-03-30T03:00:00.000Z"},"label":"frete 0"}

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

No branches or pull requests

1 participant