Streetmerchant: Problem with .env looking for consoles

Created on 20 Nov 2020  路  5Comments  路  Source: jef/streetmerchant

Description


image
I have selected only consoles but when I npm run start it shows all options

Most helpful comment

You need to put your options into SHOW_ONLY_SERIES instead of SHOW_ONLY_MODELS. models is for sorting board partners

All 5 comments

You need to put your options into SHOW_ONLY_SERIES instead of SHOW_ONLY_MODELS. models is for sorting board partners

You need to put your options into SHOW_ONLY_SERIES instead of SHOW_ONLY_MODELS. models is for sorting board partners

This helped the initial output but for some reason I still can't see the xbox logs but I can see the PS5 ones on all sites the same way?
image

hmm. two things that might fix it. 1st check if you have stores included in your list that have xbox listed in them. because amazon doesnt have the same links as amazon-uk and so on. I for example had to add 6800/6800xt and 6900xt to the amd-de site manually to get that working. the same may apply here too with amazon. do a test if you can see the xbox if you add all stores. if you can see them, then you probably have to add the xbox direct links manually to your shops. They are located in /streetmerchants/src/store/model/ with the shops ending in .ts. 2 thing check the written links in .ts if they are correct and working.

Yes I added the xbox to Amazon-UK as you can see on the left. I tried removing the incorrect add to cart links too but alas nothing

Just use SHOW_ONLY_SERIES. No need to use models. That's for more generic usage on other products.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

millionhari picture millionhari  路  5Comments

louij2 picture louij2  路  3Comments

kylezoa picture kylezoa  路  3Comments

fabillopr picture fabillopr  路  3Comments

FawnPat picture FawnPat  路  4Comments