Developer forum

Forum » Swift » supporting parcelshop as delivery with anonymous users

supporting parcelshop as delivery with anonymous users

Mikkel Hammer
Mikkel Hammer
Reply

Hi DW,

We've recently moved a rapido solution to a swift 1.10, which had the feature of selecting a parcelshop as delivery address.

We ran into issues regarding anonymous users, since in the checkout flow, you're only asking for a delivery address in step 1 (Information).
When we then select a parcelshop as delivery address in step 2 (Delivery) and change back to another delivery option, we're stuck with the newly selected parcelshop address, aswell on the payment step it shows the parcelshop as the billing address.

Is there any plans in the swift roadmap to handle parcelshop delivery out of the box?
We also had to give up on implementing the google maps part thats supported in rapido that uses the Map.js, since we saw no easy way of implementing it in swift out of the box.
Expectionally the part where you can select a parcelshop through a marker on google maps is no where to be found in the current swift google maps.

For others having the same issue:
We've made a custom solution where we use the delivery address information entered in Step 1 and set the Order.Customer.Address, Order.Customer.Zip and so on to the same information to have it stored on the order.
When selecting another option than a parcelshop address, we then set the delivery address to what we have stored in Order.Customer.Address.
Though we still have a problem if the user selects a parcelshop and goes back to step 1, then all the delivery information is filled with the parcelshop information and will override the saved Order.Customer.Address quick fix we've made if they proceed without changing it.

Best regards,
Mikkel H
 


Replies

 
Mikkel Hammer
Mikkel Hammer
Reply

Any update this on this - general if parcelshop will be supported in the frontend for swift?

Best regards,
Mikkel Hammer

 
Nicolai Pedersen
Reply
This post has been marked as an answer

It will be eventually. But it is not part of a plan currently, so I cannot give you an indication... Should be fairly simple to add - and feel free to provide a pull request :-)

BR Nicolai

Votes for this answer: 1
 
Mikkel Hammer
Mikkel Hammer
Reply

Hi Nicolai,

Thanks for the clarification.
We'll see if we can make something generic and make a PR ;-)

Best regards,
Mikkel

 

You must be logged in to post in the forum