Hello magento friends todays in this blog post im share with you to How to Configure Store Pickup Functionality in Magento 2.
Configuring store pickup functionality in Magento 2 involves several steps. By default, Magento 2 provides the necessary tools and options to enable this feature. Here's a step-by-step guide to set up store pickup functionality:
Step 1: Enable the In-Store Pickup Shipping Method
- Log in to the Magento 2 Admin Panel.
- Navigate to Stores > Settings > Configuration.
- In the left sidebar, under Sales, click on Shipping Methods.
- Look for "In-Store Pickup" and click on it to expand the configuration settings.
- Set "Enabled" to "Yes" to enable the in-store pickup shipping method.
- Configure the title and method name as you want it to appear during checkout.
- Configure any additional settings like handling fees, display settings, etc., as per your requirements.
- Save the configuration.
Step 2: Create Store Locations
- In the Magento Admin Panel, navigate to Stores > Settings > Configuration.
- Under Sales, click on "Multistore" (or "Stores" depending on your Magento version).
- Click on "Store Locations."
- Click "Create Store" to add a new store location.
- Fill in the necessary details like store name, address, contact information, etc.
- Save the store location.
Step 3: Assign Products to Store Locations
- In the Magento Admin Panel, navigate to Catalog > Products.
- Select the product(s) that you want to enable for in-store pickup.
- On the product edit page, go to the "Advanced Inventory" section.
- Look for the "Manage Stock" setting and set it to "Yes."
- After enabling stock management, additional options will appear, including "Qty for Item's Status to Become Out of Stock." Set this value as per your requirements.
- Under the "Sources" option, choose the store locations where you want the product to be available for pickup.
- Save the product.
Step 4: Set Up Pickup Location at
- In the Magento Admin Panel, navigate to Stores > Settings > Configuration.
- Under Sales, click on "Shipping Settings."
- In the "Store Pickup" section, you can configure additional settings related to the pickup method display on the frontend, like instructions, allowed countries, etc.
- Save the configuration
Step 5: Test the Store Pickup Functionality
- Add the enabled products to the cart on the frontend.
- Proceed to the checkout page.
- Select the "In-Store Pickup" shipping method.
- Choose the desired store location from the available options.
- Complete the checkout process and place the order.
Now your Magento 2 store should have the store pickup functionality enabled, allowing customers to pick up their purchased items from designated store locations. Remember to test the whole process thoroughly to ensure a seamless user experience.