Table of Contents

Magento 2 Store Pickup Extension

Extension context

This is a Toweringmedia Magento 2 extension guide in the Store Operations category. Use this page for pickup scheduling and order flow validation.

Overview

Store Pickup extends Store Locator with pickup-specific checkout and operations behavior, including pickup slot selection and pickup order tracking.

Core capabilities:

Installation

cd /path/to/magento
composer require toweringmedia/module-store-pickup:<VERSION>
php -d memory_limit=-1 bin/magento setup:upgrade
php -d memory_limit=-1 bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Versioning notes

Configuration

Primary admin areas:

Recommended setup order:

  1. Confirm Store Locator is configured with active locations.
  2. Configure pickup rules (prep time/cutoff/schedule).
  3. Verify pickup option visibility in checkout.
  4. Test pickup slot selection and order submission.

Validation checklist

Troubleshooting