Skip to content

Commit

Permalink
feat(ecom-config): set option to use bigger box instead mult products
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jan 11, 2024
1 parent 2209d73 commit b516626
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions functions/ecom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ const app = {
},
hide: true
},
use_bigger_box: {
schema: {
type: 'boolean',
default: false,
title: 'Calcular considerando apenas uma caixa',
description: 'Se selecionado as dimensões não serão somadas e será considerado o maior valor de cada dimensão entre os itens'
},
hide: false
},
posting_deadline: {
schema: {
title: 'Prazo de postagem',
Expand Down

0 comments on commit b516626

Please sign in to comment.