Mobile app version of vmapp.org
Login or Join
Sarah324

: What should I know about shopping carts? (terms & services) I'm building my first shopping cart. Is there something I should know about shopping carts? For example, should I tell my customer

@Sarah324

Posted in: #Payments #ShoppingCart

I'm building my first shopping cart.

Is there something I should know about shopping carts?
For example, should I tell my customer that he should prepare a terms & services document?

My customer has a small shop of cosmetics. I would like to know all what I should know.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Terms of Service, and all copy like it, is the responsibility of the customer unless otherwise specified in a contract. Your job is to build them a shopping cart and ecommerce website, not to be their business decision maker and copyrighter.

As far as shopping carts go, keep the following in mind (if anyone has more ideas please feel free to add to this list):


Make sure the cart is search engine friendly (URLs, semantic markup, etc).
Make sure security is your top priority. Since payments will occur they will be a target of hackers who want their sensitive credit card and customer information (see SQL injections, XSS attacks, PCI compliance)
Keep your payments flexible. Your customer may want to change payments providers in the future and you don't want this to become a nightmare.
Make the admin easy to use. If you want to keep support calls to a minimum, make sure they can handle everything themselves.
Make shopping and checkout easy to do. Their admin will be useless if customers are scared off by a difficult cart to use or a complex checkout process.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme