building blocks of e-commerce sites

21

Upload: to-the-new-technology

Post on 16-Apr-2017

2.221 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Building blocks of e-commerce sites
Page 2: Building blocks of e-commerce sites

E-Commerce : Building Blocks

Page 3: Building blocks of e-commerce sites

What We'll Discuss

What we see in an e-commerce site What happens behind the scenes: Before After Different components of a Warehouse Planner Architecture that we use

Page 4: Building blocks of e-commerce sites

Introduction to E-Commerce

Needs no introduction. :-) All of us have used at least one But is it simply WYSWYG?

Page 5: Building blocks of e-commerce sites

What you do on *kart.com

You go to the shopping site Search for the product Add required quantities to cart You make a payment Your order is placed (At times, you are also asked to login)

Page 6: Building blocks of e-commerce sites

What makes you happy?

Minimum cancellation due to unavailability of product

Zero downtime Ultra quick portal Prompt delivery Zero theft

Page 7: Building blocks of e-commerce sites

Where do we stock the products? How can a user search for available ones? How should they be grouped? How should the price be decided? Should we offer discounts? How to decide suggestions? (For impulsive shoppers)

Earlier in the day...

Page 8: Building blocks of e-commerce sites

Earlier in the day...

Are there enough quantities to sell? Where do we source our products from? Where to store them? How to shift them from one place to another? How to maintain record of what's in store in what

quantities?

Page 9: Building blocks of e-commerce sites

Solving our dilemmas...

Stock products in warehouse Design the warehouse Assign locations for products Acquire them from suppliers

Page 10: Building blocks of e-commerce sites

Solving our dilemmas...

User search and grouping Categorize products Have a good searching module which

provides a flexible approach Suggestions Study user behaviour over some time Make the system learn

Page 11: Building blocks of e-commerce sites

Movement of products Maintain a record of what was moved from

where to where Ensure that no products are lost Stop selling if there isn't enough quantities Associate rules to products

Solving our dilemmas...

Page 12: Building blocks of e-commerce sites

Solving our dilemmas...

Pricing Pre-decide what price will be applied from

a date Maintain a history of what price a product

was selling at, on what dates

Page 13: Building blocks of e-commerce sites

Moments after placing the order

Decide who will pick up the products and from where Decide the most efficient way to move around the

warehouse Tag the packets with some identification code Decide the most efficient way to move around the

town delivering orders

Page 14: Building blocks of e-commerce sites

Enough of boring Business Talk!

Page 15: Building blocks of e-commerce sites

The Pieces of the Puzzle

Product Management Pricing Decisions Warehouse design and product locations Movement within the warehouse Efficient delivery

Page 16: Building blocks of e-commerce sites

A 1000 words...

Product Warehouse

CreateMove between locationsApply stock rulesAutomatic procurement

Apply price rulesApply discounts Receive goods

Put products into locations

Order

Create picking routesCreate delivery routes

Search

Page 17: Building blocks of e-commerce sites

Putting the pieces together

Separate front end from back end Communicate via RPC or web services Have 99.99..(up to 1 billion places) up time Cache almost everything for speed Use clustering

Page 18: Building blocks of e-commerce sites

What we have used

Magnolia-Grails front end for CMS driven front end Grails application for back end Communicate via RabbitMQ and Google Protobuf Dedicated search engine powered by Solr

Page 19: Building blocks of e-commerce sites

We have some happy shoppers

Page 20: Building blocks of e-commerce sites

Contact us

Our Office

Client Location

Here’s how TOTHENEW helps in building an E-commerce for its customers!

Click Here To Know More!

Have more queries related to E-commerce?

Talk To Our Experts!

Page 21: Building blocks of e-commerce sites

Thank You!