Javascript Building Blocks
1 Doc
Warenkorb-Komponente
Last Updated: 3. Februar 2025This component shows the cart with the following features: One page can have only one cart component. Example# <!DOCTYPE html> <html> <body> <h1>Navi Test </h1> <div id="oo-navi"></div> ... <div id="oo-cart" data-oo-shop-page="shop.html"></div> ... </body> </html> Attributes# oo-shop-page=“<rel-path>“ Points to the page within the website, that hosts the main shop component. Clicks will lead to it. If...