picup / shipping
Picup Shipping Module
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:magento2-module
README
Introduction
The Picup Shipping module comprises of the following:
- Direct Access to the Picup Admin module via the Magento Backend
- Integrated weight and dimensions on each product
- Scheduled deliveries
- Realtime pricing on delivery on checkout
Picup Shipping - Magento2 Plugin
The Picup Shipping module has been tested on Magento 2.3.4 and higher and will be continuously maintained to support newer versions of magento.
Installation
The recommended installation is to install the plugin using composer but a manual installation is possible with some experience.
Composer Installation
composer require picup/shipping
Manual Installation
git clone https://github.com/PicupTechnologies/picup-magento-publish.git
Copy the Picup folder from the code respository to your Magento2 webroot and place the files under
<webroot>app/code/Picup/Shipping
Post Installation
From your website root folder you should run the following to make sure the plugin installed correctly
bin/magento module:enable Picup_Shipping
bin/magento setup:upgrade
bin/magento setup:static-content:deploy --force
bin/magento cache:clean
bin/magento cache:flush
Overview
Once your installation is complete and you have flushed your caches you should see the Picup module in your backend
Picup Setup
You need to register for a Picup account on our website and retrieve your API keys so you can integrate your store.
Store Setup
Click on the store settings link in the Magento plugin and it will take you to your default store's shipping settings where you can enter your API credentials.
Important Settings
- Enabled - Make sure this is enabled for our plugin to work
- On Demand Shipping - enables a once off quote along with your shift pricing
- Warehouse ID - If you have multiple stores you can allocate different warehouses to each store
- Test Mode - Make sure this is Off when you go to production
Buckets & Shift Setup
- Setup shifts for each day with the price that you want for that shift.
- Shift times on the same day can overlap and will work as long as the start and end times are configured correctly.
- Give your shifts good descriptions as that will be displayed to the customers on checkout.
Product Setup
- Each product can be tied in with your Picup deliveries, we rely on the product dimensions to give the most accurate quotes.
- You can also tie a product in with certain shifts so those appear on the cart checkout.
Uninstall
Removing our plugin is as easy as the installation
composer remove picup/shipping
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento cache:flush
After this you can remove the tables which have the picup_ prefix in your database if you don't plan to reinstall.
Peformance Testing
bin/magento setup:performance:generate-fixtures setup/performance-toolkit/profiles/ce/small.xml