BB-CA has two skus (digital and disc), Newegg-CA has one sku, but neither stores are pulled when brand="sony"
It's because we don't have those links in the models.
I'm not quite sure how to properly add this to streetmerchant, but here would be the formatting for the bestbuy-ca.js file:
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url: 'https://www.bestbuy.ca/en-ca/product/playstation-5-console-online-only/14962185?intl=nosplash'
},
{
brand: 'sony',
model: 'ps5 digital',
series: 'sonyps5de',
url: 'https://www.bestbuy.ca/en-ca/product/playstation-5-digital-edition-console-online-only/14962184?intl=nosplash'
}
I am developing this and will push it as soon as I'm finished.
Most helpful comment
I am developing this and will push it as soon as I'm finished.