diff --git a/src/store/model/bestbuy-ca.ts b/src/store/model/bestbuy-ca.ts index dc34882..10bec41 100644 --- a/src/store/model/bestbuy-ca.ts +++ b/src/store/model/bestbuy-ca.ts @@ -3,17 +3,13 @@ import {Store} from './store'; export const BestBuyCa: Store = { currency: '$', labels: { - inStock: { - container: '.addToCartContainer_2uzan', - text: ['add to cart'] - }, maxPrice: { - container: '.pricingContainer_25k3c', + container: 'div[class*="pricingContainer"]', euroFormat: false }, outOfStock: { - container: '.shippingAvailability_2RMa1', - text: ['coming soon', 'sold out'] + container: '.addToCartButton:disabled', + text: ['add to cart'] } }, links: [