Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Shopping Cart

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Related Topics:
Do I just need a Shopping Cart? - Hello, A customer has asked me to set up an online ordering system. Since I have virtually no HTML or coding (I use MX) I am at a loss as to how to start. Is there any good WYSIWYG software out there that can do lots of stuff if..

Shopping Cart - Okay, hate to bring this up again but I'm looking to setup a fairly simple shopping cart for about 20-30 items. I was going to go with paypal's shopping cart but some people don't care for paypal (myself I have had no problem) Can anyone else

Shopping Cart | AOL USERS - Please check my cart for at Thanks hgdavis

Shopping cart question - I'm using ASP to build a database driven shoping site, and is working fine. The data retreival is fast and working exactly the way I want it to..... I'm starting to look at the "add to feature now and trying to come up with ways of making..

installing shopping cart - Maybe someone could help with of Dansie shopping cart. My website up and running for a few months now. I used a WYSIWYG program to build the site. Now I'm trying to install Dansie cart which is provided for free by the host. The
Next:  Webmaster: a bug in IE  
Author Message
info21

External


Since: Mar 05, 2004
Posts: 24



(Msg. 1) Posted: Fri Jul 23, 2004 6:16 pm
Post subject: Shopping Cart
Archived from groups: alt>www>webmaster (more info?)

I am trying to improve the way our shopping cart system works and would like
to get opinions.

Postage & Packaging.
At the moment, it work like this:
You can add, edit and delete zones.
In these zones you can add, edit and delete countries
You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
When you edit the product information, you can add the weight of the
product.

All of this info is used to calculate the cost of shipping at checkout.

Can anyone suggest a better way of handling this?
Feedback very welcome.

Regards
RG

 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
sbryce1

External


Since: Jan 24, 2004
Posts: 425



(Msg. 2) Posted: Fri Jul 23, 2004 6:16 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

®ed Eye Media - Richard Grove wrote:

 > I am trying to improve the way our shopping cart system works and would like
 > to get opinions.
 >
 > Postage & Packaging.
 > At the moment, it work like this:
 > You can add, edit and delete zones.
 > In these zones you can add, edit and delete countries
 > You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
 > When you edit the product information, you can add the weight of the
 > product.
 >
 > All of this info is used to calculate the cost of shipping at checkout.
 >
 > Can anyone suggest a better way of handling this?

If you are using USPS, pulling the information from their database would
be better. USPS provides free access to postal rate database. Then all
you need to store is the weight of the product. The buyer provides a zip
code or country name.

I believe UPS does the same thing, but they charge for access to the
database. FedEx probably does something similar as well.

Here are a couple of links to get you started:
<a style='text-decoration: underline;' href="http://www.usps.com/webtools/rate.htm" target="_blank">http://www.usps.com/webtools/rate.htm</a>
<a style='text-decoration: underline;' href="https://www.ups.com/servlet/registration?loc=en_US_EC&returnto=http://www.ec.ups.com/ecommerce/techdocs/online_tools.html" target="_blank">https://www.ups.com/servlet/registration?loc=en_US_EC&returnto=http://....ec.ups</a>

In case that one wrapped:
<a style='text-decoration: underline;' href="http://tinyurl.com/4fd6q" target="_blank">http://tinyurl.com/4fd6q</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
oeb1

External


Since: May 25, 2004
Posts: 20



(Msg. 3) Posted: Fri Jul 23, 2004 6:24 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"®ed Eye Media - Richard Grove" <info DeleteThis @redeyemedia.co.uk> wrote in message
news:41011d9c$0$116$65c69314@mercury.nildram.net...
 > I am trying to improve the way our shopping cart system works and would
like
 > to get opinions.
 >
 > Postage & Packaging.
 > At the moment, it work like this:
 > You can add, edit and delete zones.
 > In these zones you can add, edit and delete countries
 > You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
 > When you edit the product information, you can add the weight of the
 > product.
 >
 > All of this info is used to calculate the cost of shipping at checkout.
 >
 > Can anyone suggest a better way of handling this?
 > Feedback very welcome.
 >
 > Regards
 > RG
 >
 >

I had a system like this written for a client once and he decided it was too
complicated.
What he now does (And most of my clients for that matter) is have a postage
and packing fee based on price. (maybe 5% or a fixed range like orders 20 or
under = 5 p&p, 50 and under = 9) Sometimes you take a little loss, some
times you make a little proffit. It all seems to work out fine for them.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
user536

External


Since: Jul 23, 2004
Posts: 25



(Msg. 4) Posted: Fri Jul 23, 2004 7:41 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Scott Bryce" <sbryce DeleteThis @scottbryce.com> wrote in message
news:10g2bidmtrfbo88@corp.supernews.com...
 > ®ed Eye Media - Richard Grove wrote:
 >
  > > I am trying to improve the way our shopping cart system works and would
like
  > > to get opinions.
  > >
  > > Postage & Packaging.
  > > At the moment, it work like this:
  > > You can add, edit and delete zones.
  > > In these zones you can add, edit and delete countries
  > > You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
  > > When you edit the product information, you can add the weight of the
  > > product.
  > >
  > > All of this info is used to calculate the cost of shipping at checkout.
  > >
  > > Can anyone suggest a better way of handling this?
 >
 > If you are using USPS, pulling the information from their database would
 > be better. USPS provides free access to postal rate database. Then all
 > you need to store is the weight of the product. The buyer provides a zip
 > code or country name.
 >
 > I believe UPS does the same thing, but they charge for access to the
 > database. FedEx probably does something similar as well.
 >
 > Here are a couple of links to get you started:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.usps.com/webtools/rate.htm</font" target="_blank">http://www.usps.com/webtools/rate.htm</font</a>>
 >
<a style='text-decoration: underline;' href="https://www.ups.com/servlet/registration?loc=en_US_EC&returnto=http://www.ec.ups.com/ecommerce/techdocs/online_tools.html" target="_blank">https://www.ups.com/servlet/registration?loc=en_US_EC&returnto=http://....ec.ups</a>
 >
 > In case that one wrapped:
<font color=purple> > <a style='text-decoration: underline;' href="http://tinyurl.com/4fd6q</font" target="_blank">http://tinyurl.com/4fd6q</font</a>>
 >

Thanks for your input, keep it coming guys.
I forgot to say that this shopping cart system is going to be aimed at
businesses in the UK.
We feel that until we have conquered our own little island, we do not want
to unleash our system on the rest of the world.
Keep those suggestions coming.
TIA
RG<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
sbryce1

External


Since: Jan 24, 2004
Posts: 425



(Msg. 5) Posted: Fri Jul 23, 2004 7:41 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

®ed Eye Media - Richard Grove wrote:

 > "Scott Bryce" <sbryce DeleteThis @scottbryce.com> wrote in message
  >>If you are using USPS, pulling the information from their database would
  >>be better.

 > I forgot to say that this shopping cart system is going to be aimed at
 > businesses in the UK.

So, does the postal service in the UK have an on-line postal rate
database like the USPS has? Not being from the UK, I don't know what the
UK equivalent to UPS or FedEx is, but it would be worth checking to see
if the most popular carriers in the UK have on-line rate databases with
APIs.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 6) Posted: Fri Jul 23, 2004 8:41 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

®ed Eye Media - Richard Grove wrote:

 > I am trying to improve the way our shopping cart system works and
 > would like to get opinions.
 >
 > Postage & Packaging.
 > At the moment, it work like this:
 > You can add, edit and delete zones.
 > In these zones you can add, edit and delete countries
 > You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
 > When you edit the product information, you can add the weight of the
 > product.
 >
 > All of this info is used to calculate the cost of shipping at
 > checkout.
 >
 > Can anyone suggest a better way of handling this?
 > Feedback very welcome.

The price you see is the price you pay.

Free shipping on all orders!

Build it into the price of the product.

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
gotch

External


Since: Jul 07, 2004
Posts: 31



(Msg. 7) Posted: Sat Jul 24, 2004 6:54 am
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Charles Sweeney" <me.TakeThisOut@charlessweeney.com> wrote in
 > ®ed Eye Media - Richard Grove wrote:
 >
  > > I am trying to improve the way our shopping cart system works and
  > > would like to get opinions.
  > >
  > > Postage & Packaging.
  > > At the moment, it work like this:
  > > You can add, edit and delete zones.
  > > In these zones you can add, edit and delete countries
  > > You can also add, edit and delete weight ranges. ie: 0-5, 6-10 etc.
  > > When you edit the product information, you can add the weight of the
  > > product.
  > >
  > > All of this info is used to calculate the cost of shipping at
  > > checkout.
  > >
  > > Can anyone suggest a better way of handling this?
  > > Feedback very welcome.
 >
 > The price you see is the price you pay.
 >
 > Free shipping on all orders!
 >
 > Build it into the price of the product.
 >

then you don't get discount for 10 items instead of 1.

I have a solution, it involves getting a wholesale account on KMart sneakers,
half dozen road maps, a load of backpacks, a palm pilot GPS add on, and negotiating
the release of the abducted Boznian marathon runners.

Herc<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
scam

External


Since: Jul 24, 2004
Posts: 1



(Msg. 8) Posted: Sat Jul 24, 2004 9:35 pm
Post subject: Re: Shopping Cart [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Richard

It's a big problem - take a look at www.rag-doll.co.uk
Just knocked this up with Cool Page Webmaster.
At $79 plus £100 p.a. for a secure cart system including set up from
http://www.123connect.co.uk I don't know of a cheaper route into
e-commerce.

Note the shipping is kept down to 3 options in the cart. We post
across the site something like "surcharge may apply to heavier items
to overseas addresses - we will always advise you should this be the
case"

This works without problems on our existing sites - our biggst
headache is american customers who can't seem to spot they are buying
from an english site displaying prices in UK£!

As a previous post suggested we do mark up the selling price a little
on heavier items to cover extra postal charges.

Steve
 >> Stay informed about: Shopping Cart 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]