Zen Cart Logo
Forums / Addon Shipping Modules / Customer Pick-Up With More than One Store?

Customer Pick-Up With More than One Store?

Locked

Views: 1,507

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Nov 2008, 9:12 PM
#1
talk2kmf avatar

talk2kmf

New Zenner

Join Date:
Mar 2008
Posts:
18
Plugin Contributions:
0

Customer Pick-Up With More than One Store?

Zen (Cart) Masters,

I'm looking for a way to have the customer select "pick-up" and choose from one of several locations. I see that the OS Commerce folks have a contribution for this:

addons.oscommerce.com/info/1097

I don't know much about OS Commerce but I know it is similar to Zen Cart. How difficult is it to modify/use an OS Commerce mod for Zen Cart? Any pointers?

Alternatively, the site could have the customer specify the location in the comments box. In that case I'd like to add a comment field that is a drop-down list. (Or have the drop-down selection that gets added to the comments field) Has anyone done this? I'm assuming I need to add a zen_draw_pull_down function but I don't know enough of PHP to figure out how to populate it.

Any suggestions, guidance, or posted code would be greatly appreciated. Thanks!

KMF

22 Nov 2008, 9:23 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Customer Pick-Up With More than One Store?

The easiest way would be to clone the store pickup module and change the text in its language file to reflect an alternative location.

22 Nov 2008, 10:09 PM
#3
talk2kmf avatar

talk2kmf

New Zenner

Join Date:
Mar 2008
Posts:
18
Plugin Contributions:
0

Re: Customer Pick-Up With More than One Store?

I did that at first, but the list got very long because each location had it's own customer pick-up box, radio button, and 0.00 price. If they could all show in a drop-down list instead of radio buttons, then it would be fine.

Is there a setting in Zen Cart to show shipping options as a drop-down instead?

Thanks!

KMF