MatthewJesseThomas / Arch-Horse_Ziled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOMP-JAVASCRIPT

Please See:

  • product.js: - lines 1 to 18 - lines 103 to 109 - lines 229 to 235

  • style.css: - lines 120 to 133

  • checkout.js: - lines 29 to 31

Note: You can use the EXACT same code in your admin.js as was added in the checkout.js The only difference will be that, instead of using: "let checkoutList = JSON.parse( localStorage.getItem('checkout items') )" Use: "let checkoutList = JSON.parse( localStorage.getItem('products') )"

About


Languages

Language:HTML 42.5%Language:JavaScript 38.8%Language:CSS 18.7%