Skip to content

Commit

Permalink
chore: update initial config
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jun 21, 2024
1 parent 7efacf1 commit 4b59949
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions functions/ecom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,26 +324,10 @@ const app = {
},
hide: true
},
ordernar: {
schema: {
title: 'Ordenar formas de envio',
type: 'string',
description: 'Escolha a ordem que as formas de envio sejam mostradas na loja',
enum: [
'Opcional',
'preco',
'prazo'
],
default: 'preco'

},
hide: false
},
use_kubic_weight: {
schema: {
title: 'Utilizar cotação cubagem',
type: 'boolean',
description: 'Indicado apenas para produtos grandes. Acima de 36 cm de lado. A UX Delivery tem um cálculo falho para produtos maiores e mais de uma unidade por pedido',
default: false

},
Expand Down

0 comments on commit 4b59949

Please sign in to comment.