feat(topachat): add maxPrice

Closes #1097

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-12-02 12:19:01 -05:00
parent b2f5c1a3ed
commit d7f242780e
+4 -1
View File
@@ -3,8 +3,11 @@ import {Store} from './store';
export const TopAchat: Store = {
labels: {
inStock: {
container: '.cart.button',
container: 'input.cart.button[value="Ajouter au panier"]',
text: ['']
},
maxPrice: {
container: 'span.priceFinal.fp44'
}
},
links: [