How to setup instore pickup

With Packrooster Shipping you can create a dedicated shipping method for in store pickups.


This is done from Packrooster Shipping —> Settings —> Shipping carriers —> Store. Start by filling all the necessary information of your store/stores here.

After you have filled the information, proceed to Packrooster Shipping —> Settings —> Shipping methods —> "+ Add pickup points" and choose Store / Pickup.

It is important to notice that if you have two or more locations for pick-up like in the example photo, create only one Store pickup rate and set the amount of store locations to "Pickup points shown" field! Packrooster searches for the closest location depending on the customers postal code so if you create more than one Store pickup method the same closest location get shown twice.


In Shopify Notification settings there must be an if function to send the right message to the customer, for example: 

{% case delivery_method %}

{% when 'pick-up' %}

You’ll receive an email when your order is ready for pickup.

{% when 'local' %}

Hi {{ customer.first_name }}, we're getting your order ready for delivery.

{% else %}

Hi {{ customer.first_name }}, we're getting your order ready to be shipped. We will notify you when it has been sent.

{% endcase %}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.