Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / store for gift basket delivery presents unique issues

store for gift basket delivery presents unique issues

Locked

Views: 1,587

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
14 Dec 2007, 3:24 PM
#1
webdev2 avatar

webdev2

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

store for gift basket delivery presents unique issues

In this gift basket delivery service, there are features unique to this business:

  • customers are charge the standard delivery fee is they order from vendors in a 6 mile mile radius of the delivery address
  • outside this radius, there is a surcharge
  • a delivery fee is charged PER VENDOR, not per basket purchased
  • the order status needs more options like ("delivery person waiting for items", "faxed order", "driver at delivery address", delivery/oder complete",...)

For example, you can buy two baskets from ABC vendor and one basket from ZYX vendor and there would be two delivery fees - one for each vendor.

Any ideas how to do this in osCommerce? (I might have to build a custom application but I don't want to reinvent the wheel if I can help it)

Many thanks.

14 Dec 2007, 4:53 PM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

You will need to calculate the distance with the customer's given address. I'm not sure if such mod is currently available.

14 Dec 2007, 5:58 PM
#3
webdev2 avatar

webdev2

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

yellow - thanks. What about:

  • the delivery fee per store
  • adding "worlkflow" or different status's

Can that be done with existing modules or will that take getting into the code (I am a PHP/MySQL developer)?

Many thanks.

14 Dec 2007, 6:08 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

Any ideas how to do this in osCommerce?

Sorta' off topic here - but Zen Cart is NOT the other shopping cart.

14 Dec 2007, 6:10 PM
#5
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

a delivery fee is charged PER VENDOR, not per basket purchased
--> So your store is sorta like a mall? How will you notify the vendor about the order?

14 Dec 2007, 6:15 PM
#6
webdev2 avatar

webdev2

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

Kim - I meant ZC, not oscommerce - thanks for pointing that out.

yellow - this is like a delivery service that people sell their wares through - like a mall in some regards - and we deliver it. People order online from multiple vendors and we deliver it to them. The delivery fee is based on a per vendor fee, as explained earlier.

Hope that helps.

14 Dec 2007, 6:17 PM
#7
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

And how exactly does this work?
How does the vendor calculate the delivery fee? Per item? Per order? (I'm trying to get a better view here to suggest the best solution)

14 Dec 2007, 10:01 PM
#8
webdev2 avatar

webdev2

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

Per vendor. For ex., a user buys 2 baskets from ABC company and 1 basket from XYZ company in one "order". They are charged two delivery fees because it came from two vendors.

14 Dec 2007, 11:01 PM
#9
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

Yeah, but then the delivery price for each vendor is the same? Will you add the products yourself or will the vendors need to login and add their own products?

15 Dec 2007, 2:56 PM
#10
webdev2 avatar

webdev2

New Zenner

Join Date:
Dec 2007
Posts:
5
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

yellow - exactly - I charge the a standard fee for each vendor for any amount of items per order.

A user orders basket A and basket B and basket C from vendor ABC ALONG WITH AN IN THE SAME ONLINE ORDER she orders basket 123 from vendor LMN. The delivery person goes to ABC to pick up three baskets and then goes to LMN to pick one basket, then delivers the FOUR total baskets to the user.

There were TWO vendors involved in that one order so I charge TWO delivery fees.

15 Dec 2007, 3:04 PM
#11
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: store for gift basket delivery presents unique issues

If you enter the items yourself, from admin panel, this will not be too hard. Yet it still requires a fairly amount of code changes though.