Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > eCommerce > eCommerce Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

eCommerce Discussion Forum Ask questions about web hosting, merchant services and ecommerce issues. Topics include shopping carts, security, payment strategies, storefront partnerships, etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2005, 11:06 AM
victoria's Avatar
WebProWorld New Member
 

Join Date: Jul 2003
Location: Atlanta
Posts: 4
victoria RepRank 0
Default Shopping Cart question...

Question...
I don't currently do a lot of shopping cart set ups.. ok, I don't do any, unless it's Paypal, which is easy to set up. I have a client who has come to me asking if I can set up her shopping cart online.. she refuses to use PayPal, and wants to have her site set up so that customers can add items to the shopping cart online then go to a checkout screen where all the info will be entered along with CC info then she wants it all submitted via email so that she can process the credit card in-store. Can someone help me out here? Is there a safe way to do this?
Reply With Quote
  #2 (permalink)  
Old 04-18-2005, 11:42 AM
WebProWorld 1,000+ Club
WebProWorld Moderator
 

Join Date: May 2004
Location: Austin, TX
Posts: 1,244
jestep RepRank 0
Default

What language are you programming in? If you are using php or asp, I find the best and easiest way it to use a session id for each customer. Associate the specific session id with a customer.

Then use a database with several tables:
shopper tracking
product database
product category*
product brad*
* these may or may not be needed depending on the complexity of your product database.

I wont go into too much detail, but basically you want to add products to the shopper tracking based on what products the visitor adds to the cart.

Adding to the cart will store the product information from the product database into the shopper tracking along with the customers unique session id. At the final checkout page, you query all of the items from the shopper tracking with the visitors session id and add the prices to get a total.

Here is a simple database setup example.
-------------------------------------------
Table: Products
product_id
product_name
product_price
product_shipping
product_shipping
product_image_sm
product_image_large
product_misc_1
product_misc_2
product_misc_3

Table: ShoppingTrack
customer_id
product_id
----------------------------------------------
Reply With Quote
  #3 (permalink)  
Old 04-18-2005, 01:49 PM
WebProWorld Pro
 

Join Date: Feb 2005
Location: New York
Posts: 141
roban RepRank 0
Default

I use Cube Cart and the default gateway is called "Post" which sends an e-mail to the store owner with relevant order details. There are other gateways as well but "Post" is the default.
Reply With Quote
  #4 (permalink)  
Old 04-18-2005, 01:51 PM
WebProWorld Pro
 

Join Date: Feb 2005
Location: New York
Posts: 141
roban RepRank 0
Default

I use Cube Cart as my cart and the default gateway does what you are suggesting. An e-mail is dispatched with relevant order info to the store owner. As long as you send this over a secure server you should be fine.
Reply With Quote
  #5 (permalink)  
Old 04-18-2005, 03:21 PM
ADAM Web Design's Avatar
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,345
ADAM Web Design RepRank 0
Default

As far as a "safe way to do this", I know that Mal's E-Commerce will do this. I'm not crazy about it since it's a potential liability issue, but I know that they haven't had any problems with it.

Basically, you create static product pages using HTML and then implement them with Mal's E-Com. I think they have a hosted solution as well where you can add the products right on their site.
Reply With Quote
  #6 (permalink)  
Old 04-19-2005, 06:59 PM
WebProWorld Pro
 

Join Date: May 2004
Location: Austin, TX
Posts: 200
steve0 RepRank 0
Default

"CC info ... submitted via email "

Baaaad.. email not encrypted.. "
__________________
Hardcore Programming Solutions and Coffee Drinker
Reply With Quote
  #7 (permalink)  
Old 04-20-2005, 01:15 AM
MattE's Avatar
WebProWorld Pro
 

Join Date: Jan 2005
Posts: 150
MattE RepRank 1
Default

I found this one just the other day when searching for a solution for a client.

Seems good, and not too expensive. Has all sorts of payment options.

<MOD EDIT: PLEASE DONT POST AFFILIATE LINKS>
Reply With Quote
  #8 (permalink)  
Old 05-13-2005, 09:31 PM
WebProWorld New Member
 

Join Date: Mar 2005
Posts: 5
taxthis RepRank 0
Default

Submitting full CC info through email sounds like a disaster to me. What your client really wants is an electronic processor that ties into their merchant account.

Why have the customer enter all the information into a site, just to have it emailed and then entered again by the merchant at the store? Talk about duplicating efforts!

I use the ECI gateway on my stores, see signature. If I want to process a phone order I can do so through a secure website.
Reply With Quote
  #9 (permalink)  
Old 05-16-2005, 01:43 AM
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 1,956
cyanide RepRank 0
Default

Quote:
Originally Posted by roban
I use Cube Cart as my cart and the default gateway does what you are suggesting. An e-mail is dispatched with relevant order info to the store owner. As long as you send this over a secure server you should be fine.
I hope that email does not contain cc info

victoria: email is not a secure way of retrieving credit card information. Your client should be using a proper merchant account/gateway .
Reply With Quote
  #10 (permalink)  
Old 05-18-2005, 10:47 AM
TheWebDoctor(tm)'s Avatar
WebProWorld Pro
 

Join Date: Jun 2003
Location: USA
Posts: 202
TheWebDoctor(tm) RepRank 0
Default Offline Processing of CC

Victoria, what you need is a system that allows a shopper to add their information including cc and then informs the shopper and store owner of the sale.

The store owner should receive an email notifying them of the sale, yet not including the credit card information. The credit card information is then available online through a secure connection. Upon reviewing the order online the credit card numbers and expiration date is visible so they can be typed into the transaction terminal.

The CVV2 codes should not be stored as that is against the rules established by MasterCard, Visa, Discover and AMEX.

If I can be of assistance let me know.
__________________
Lee Roberts
Reply With Quote
Reply

  WebProWorld > eCommerce > eCommerce Discussion Forum
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0