Skip to content

Commit

Permalink
fix(bestbuy-ca): model always indicating in stock (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wfield committed Dec 4, 2020
1 parent f2ae423 commit 06f3aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/bestbuy-ca.ts
Expand Up @@ -10,6 +10,10 @@ export const BestBuyCa: Store = {
container:
'div[class^="productPricingContainer"] span[class^="screenReaderOnly_"',
euroFormat: false
},
outOfStock: {
container: 'button.addToCartButton.disabled_XY3i_',
text: ['Add to Cart']
}
},
links: [
Expand Down

0 comments on commit 06f3aaf

Please sign in to comment.