mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
feat(coolmod): add maxPrice (#862)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user