Zen Cart Logo
Forums / General Questions / Module that allows customers to specify pick up location???

Module that allows customers to specify pick up location???

Views: 788

Results 1 to 6 of 6
5 Feb 2013, 3:02 AM
#1
deel avatar

deel

New Zenner

Join Date:
Jan 2013
Location:
Eustis, Florida, United States
Posts:
84
Plugin Contributions:
0

Module that allows customers to specify pick up location???

My store (http://www.livingtowers.com/coopstore) and it is for members of the co-op to pre-order produce to pick up a on pick-up day. NO PAYMENTs are made online as prices change and items need to be weighed.

There is a group that pick up locally and there is a group that picks up at another location. Is there a way that customers MUST specify during checkout which location (from a predefined list) they are picking up their order?

Thanks

5 Feb 2013, 3:08 AM
#3
deel avatar

deel

New Zenner

Join Date:
Jan 2013
Location:
Eustis, Florida, United States
Posts:
84
Plugin Contributions:
0

Re: Module that allows customers to specify pick up location???

At a quick glance that sounds like exactly what I need! I'll give it a go. Thanks for the super quick reply! :-D

5 Feb 2013, 3:25 AM
#4
deel avatar

deel

New Zenner

Join Date:
Jan 2013
Location:
Eustis, Florida, United States
Posts:
84
Plugin Contributions:
0

Re: Module that allows customers to specify pick up location???

You say > Or you could try this revised storepickup module which lets you enter pickup locations via the admin directly in the module's settings. It's based on v1.3.9 and this file just replaces your existing /includes/modules/shipping/storepickup.php file (after unzipping of course).

You'll need to click "Remove" and then re-"Install" after uploading the new file, else the locations box won't show.
Then just enter a list of pickup locations, separating each with a semicolon (;)
The available locations will show as alternate radio buttons under the Store Pickup choice during checkout.

Radio buttons are drawn for each location.
There is no built-in option to change to a pulldown, since that's completely handled by the tpl_checkout_shipping_default.php template, and has nothing to do with this module. Using a pulldown will require customizing your template files yourself.

Can you just give me a bit more info on clicking on "Remove" and re-"install"? Don't want to screw this up and I am a zen cart beginner. Well I can install modules etc but need step by step isntructions.

Thanks

5 Feb 2013, 3:38 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Module that allows customers to specify pick up location???

In your Admin->Modules->Shipping screen you'll find those buttons.

5 Feb 2013, 6:27 PM
#6
deel avatar

deel

New Zenner

Join Date:
Jan 2013
Location:
Eustis, Florida, United States
Posts:
84
Plugin Contributions:
0

Re: Module that allows customers to specify pick up location???

I have a slight problem. I had previously installed "Minimum Customer Account info" as no payments are made online and orders are not shipped. That requires that items are set as virtual and I think the reason that I don't see the store pick up option during checkout.

Ideally I'd like to have the following setup

  • Do not require address. Just name, email and phone number
  • ALL items in the store will be picked up from one of two locations.
  • The entire order is picked up in one location.

Whether this means they are virtual or free shipping doesn't really matter as long as the end result is the points I listed above. Does anyone know what modules will allow me to do this or what I need to amend in order to get this?