KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sashwill on April 08, 2009, 07:52:53 pm

Title: Shipping addresses
Post by: sashwill on April 08, 2009, 07:52:53 pm
I'm want to create a shipping module that is for customer pick up, therefore it would not be using one of the customer addresses.
How would i go about storing this address and if they select pick-up it would auto-magicly populate the pick-up address into the delivery field?
Title: Re: Shipping addresses
Post by: sashwill on April 14, 2009, 04:07:13 pm
I found a way to do it.  Not pretty but it seems to work.  If anyone is interested how i solved it, reply and i'll post my solution.
Title: Re: Shipping addresses
Post by: bobrowley on June 11, 2009, 04:04:36 am
Could you post your solution? I'm looking for a solution so that the customer can easy changes the shipping address when checking out.
Title: Re: Shipping addresses
Post by: sashwill on July 07, 2009, 07:36:16 pm
Sorry, I haven't checked the board lately.  My change doesn't allow customer to change address, that already exists in KK.  My change supplies a predefined address, such as "pick-up" location.
Title: Re: Shipping addresses
Post by: ReLLiK75 on July 17, 2009, 12:39:45 am
I rewrote a good portion of KonaKart in Flex.  I have a checkout page that allows users to ship various items to different addresses.  It also allows users to select a single shipping address from their address book and apply it to the entire order.  I'd be happy to post the code, but it's all actionscript/c# based.  It's definitely doable.  The only thing I have yet to do is actually update the handler to deal with multiple shipping addresses.  Not quite sure how to do it properly yet.
Title: Re: Shipping addresses
Post by: Brian on July 17, 2009, 05:58:08 am
Can you post a URL for us to see your Flex client in action?  It would be very interesting to see it!