Introduction This is a simple webshop using Stripe that does not require a monthly fee. Great for a simple webshop. Check out the demo! Note that this webshop does not use a cart, or extra’s like add-ons costs for shipping. If you are looking for these functionalities, use the other implementation. How it works We leverage Stripes payment links to do most of the heavy lifting for us. We create a payment link for every product variant in Stripe. Then, in Hugo we create the product pages and ...| Hugo Codex
Extend Hugo’s functionality Hugo does not have plugins (like some other SSG’s) that can alter the way Hugo works, but luckily most functionalities do not require that. Below a list of add-on functionalities for Hugo. They are all easy to install and, most important, very easy to adjust to your needs. Let’s give WordPress users a run for their money!| Hugo Codex
Introduction This is a simple webshop with serveral payment methods that does not require a monthly fee. Great for a simple webshop. The webshop currently does not allow for variable tax calculations. It also does not provide an alternative shipping address, although that can be added easily. An email parser would allow you to automate the buying processes even further. How it works We do not have a database, so we have to create our cart in localStorage.| Hugo Codex