mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(bestbuy-ca): use proper selector (#801)
This commit is contained in:
@@ -3,8 +3,8 @@ import {Store} from './store';
|
|||||||
export const BestBuyCa: Store = {
|
export const BestBuyCa: Store = {
|
||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '#root',
|
container: '.x-product-detail-page .addToCartButton:enabled',
|
||||||
text: ['available online']
|
text: ['Add to Cart']
|
||||||
},
|
},
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user