Streetmerchant: PS5 skus not being checked when stores bestbuy-ca and/or newegg-ca are selected

Created on 13 Nov 2020  路  3Comments  路  Source: jef/streetmerchant

BB-CA has two skus (digital and disc), Newegg-CA has one sku, but neither stores are pulled when brand="sony"

bug

Most helpful comment

I am developing this and will push it as soon as I'm finished.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings