Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2008
    Posts
    34
    Plugin Contributions
    0

    Default Having multiple Walk In adresses

    And I would like to give the possibility to customer to chose one by a drop down list in the checkout page in the Walk In option section. Does it exist something similar in a module I could install? Or someone can explain how I can do this?

    I did a lot of searches here and trying to find how for more then a month now. Any help will be appreciated.

    Originally described here: http://www.zen-cart.com/forum/showthread.php?t=92214

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Having multiple Walk In adresses

    You could probably clone or just alter the Store Pickup module and update the quote() function to supply the several results in an appropriately-structured array.

    The available results would show up as radio buttons in the shipping choices area, not as a pulldown.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    Quote Originally Posted by DrByte View Post
    You could probably clone or just alter the Store Pickup module and update the quote() function to supply the several results in an appropriately-structured array.

    The available results would show up as radio buttons in the shipping choices area, not as a pulldown.
    That's a great idea, thanks. I'll try it and let you know.

  4. #4
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    Quote Originally Posted by DrByte View Post
    You could probably clone or just alter the Store Pickup module and update the quote() function to supply the several results in an appropriately-structured array.

    The available results would show up as radio buttons in the shipping choices area, not as a pulldown.
    I am trying to do this same thing.
    Would I need to modify the database for this option?

  5. #5
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    Quote Originally Posted by DrByte View Post
    You could probably clone or just alter the Store Pickup module and update the quote() function to supply the several results in an appropriately-structured array.

    The available results would show up as radio buttons in the shipping choices area, not as a pulldown.
    I modified the quote() function as suggested but how do i get this to show up on the checkout_payment page now? everything just shows up as Store pickup (walkin), it doesn't carry over to the other pages or email you what location you chose...

  6. #6
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    Quote Originally Posted by apathy View Post
    I modified the quote() function as suggested but how do i get this to show up on the checkout_payment page now? everything just shows up as Store pickup (walkin), it doesn't carry over to the other pages or email you what location you chose...
    Can someone tell me how difficult this would be to achieve?

  7. #7
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    I know there's not much of a point to posting here since no one usually responds but trying anyway.

    The problem with what DrByte suggested is that when i add new methods like so:
    $this->quotes = array('id' => $this->code,
    'module' => MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE,
    'methods' => array(
    array('id' => 'sanfrancisco',
    'title' => 'San Francisco',
    'cost' => '$0.00'
    ),
    array('id' => 'sanjose',
    'title' => 'San Jose',
    'cost' => '$0.00'
    ),
    array('id' => 'monterey',
    'title' => 'Monterey',
    'cost' => '$0.00'
    ),


    everything is working fine, but when i go to the next step, payment, no matter what i choose, for example if i chose San Jose option i will always get "Store Pickup (San Francisco)" as the text. If i chose Monterey, i again get San Francisco.. It is always the first array item in the Methods array. not sure how to make this work.

  8. #8
    Join Date
    Mar 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    I played with that too with the same result. I finally decided to hire a real PHP programmer to help me building exactly what I need for my business, which is the following:
    - A configuration section in the admin to add and modify all my stores with the data I need (name, address, zone, open hours, phone, link, map image, the % they get, etc.)
    - all these stores represented with these info in zencart
    - These stores shown in a box like banners
    - Email modified if one of these store is chosen, with their specific info in the email, and other email automaticaly created on request like the payment confirmation specific to the relay-store, the availability mail for the customer, etc
    - some documents automatically created in PDF format (receipt that will be with the packages, the stickers with the items in the package for my relay-store, the customer pick up confirmation sheet, the summary delivery sheet, the invoice, etc )
    And a lot more stuff. All these will be done in 25 days and will take him 41 hours, for xxxxCAD. So after that, all will be automatically done and will do exactly what I want. Too bad I wasn't able to find someone here to help me with my specific request. But hey, I'm not complaining, I knew it's hard to get answer with free open source complex application. But thanks a lot DrByte for your suggestion. I just do not have the time to just play and loose time in this. I need a working solution. Now I have it and it will work in a month and I'll able to use my time to develop the company instead of triyng to make something to partially work.



    Moderator Note: we do not discuss rates on the forum
    Last edited by YesNoMaybe; 29 May 2008 at 02:57 AM.

  9. #9
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Having multiple Walk In adresses

    bumpity bump bump

 

 

Similar Threads

  1. Having multiple categories on a single page
    By erica62 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Mar 2014, 06:14 AM
  2. Contact Us form to multiple email adresses
    By Andy Dean in forum General Questions
    Replies: 11
    Last Post: 21 Sep 2011, 07:58 PM
  3. Old adresses with ceon uri mapping
    By Tallyho in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Dec 2010, 12:39 PM
  4. Multiple Shipping adresses
    By lowell in forum Addon Shipping Modules
    Replies: 0
    Last Post: 14 Dec 2007, 08:52 AM
  5. Having multiple issues....
    By Xanfar in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 10 May 2007, 04:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg