mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 11:07:43 +00:00
feat(topachat): add maxPrice
Closes #1097 Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user