Skip to content

thesophile/static-ecommerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Ecommerce website

static-ecommerce-website

Static online store with product browsing, cart management, and checkout functionality. Implemented an email-based order system that sends purchase details to the admin and confirmation emails to customers.

Tech stack

This is a simple static website made with pure HTML, CSS and javascript. The order email is send to the admin(orders@neopotter.com) with Formsubmit.co. The confirmation email is sent with emailjs (reason: better formatting, Formsubmit autoresponse didn't work) To log into emailjs, use the email abhinavbabu.contact@gmail.com. The email is hosted with zoho mail.

Note

the file size of og image (thumbnail for whatsapp links) must be less than 300 kb.

Setup the "Email service" in emailjs

  1. Go to emailjs

  2. log in as abhinavbabu.contact@gmail.com

  3. Go to Email services >> add new service >> SMTP server

  4. Fll it in as follows screenshot

  5. Go to Email templates and add this template Note: set 'to email' as {{to_email}} and from email as mail@neopotter.com as in the screenshot screenshot

  6. Service ID, Template ID and Public Key must be substituted from emailjs to the html code of the website.

Releases

No releases published

Packages

 
 
 

Contributors