Skip to content

Commit

Permalink
feat(coolmod): add maxPrice (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
egibar committed Nov 21, 2020
1 parent c3f38fb commit 4b689cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/coolmod.ts
Expand Up @@ -6,6 +6,10 @@ export const Coolmod: Store = {
container: '.product-availability',
text: ['Env铆o']
},
maxPrice: {
container: '.text-price-total',
euroFormat: true
},
outOfStock: {
container: '.product-availability',
text: ['Sin Stock']
Expand Down

0 comments on commit 4b689cb

Please sign in to comment.