Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Contributed modules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 06:22 UTC
Updated:
27 Dec 2013 at 11:40 UTC
Jump to comment: Most recent
Comments
Comment #1
rszrama commentedThis should be in a contrib module for in store pickup or something. It won't be a core feature.
Marking postponed until someone picks it up and turns it into a project. : )
Comment #2
arbel commentedI've created a shipping method for this in my site, simply created a free shipping method with the instructions in the title to the address to the pickup.
you can probably use the example shipping method, and modify it for your needs - it has an example field there.
Idan
Comment #3
WilliamV commentedThat doesn't cover the datefield to be set. Also, this must be a unique content pane.
Comment #4
scoff commentedIt looks like easy to implement except for two things — disabling Shipping info pane, as it doesn't make any sense in this case, AND storing/passing the extra data (date/time or whatever). The Example shipping method does not store/pass any data, it just uses it for it's own internal purposes (calculation/validation).
I'm trying to disable that Shipping Info pane via a hook/rule without much luck so far.
Comment #5
locopages commentedAny luck with this? Im trying to disable the shipping information because I want customes to pick up products from store, I dont want to ship anything.
Comment #6
scoff commentedlook here http://drupal.org/node/1285902
but if you don't want to ship anything you could just disable/remove shipping profile
Comment #7
elperuanito commentedI'm looking for something similar. I also want the customer to be able to select the pick-up date (starting 48 hours from today's date). Free shipping doesn't really work in this case. Any ideas?
Comment #8
m.stentahttp://drupal.org/project/commerce_pickup
It's still pretty fresh, but *generally* working. Could use some testing and features... if anyone wants to help? :-)
Comment #9
bojanz commentedThanks, m.stenta.