Get select items from shop by javascript?

Hi, I made a site with a shop, so far so good, but I want single html pages with just certain elements from the shop. E.g. just certain product or just 1 product with the cart (corresponding to part of single product page but without the spreadshirt footer, menu and all this stuff).

Is that possible via the javascript I put into the html page? I could not find any related documentation, just the standard script that loads the whole thing.

Thanks for help!

You can use the startToken parameter to bootstrap specific pages. Loading only parts of the Spreadshop is not supported, but you can try to hide unwanted elements using CSS :slight_smile:

1 Like