SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
1
sales@biztechconsultancy.com
USER GUIDE
Australia Post Shipping
(Magento 2)
Compatibility:
Community Edition: 2.0.x
2
Index
1. Introduction..............................................................................................................................3
2. Pre requisite .............................................................................................................................3
3. Installation................................................................................................................................3
3.1. Manual Installation (Installing Magento 2 extension by copying code)...........................3
3.2. Installation via Composer .................................................................................................5
4. Extension Activation.................................................................................................................8
5. Configuration..........................................................................................................................10
6. Quick Notes ............................................................................................................................15
7. Technical Support...................................................................................................................16
8. About Biztech Consultancy ....................................................................................................17
Magento Expertise.........................................................................................................................17
3
1. Introduction
The “Australia Post Shipping” extension allows you to fetch live rates from Australian post for
parcels and letters on your Magento 2 store.
2. Pre requisite
 The user should have an account at Australia Post, as the Australia Post API key is required
to make the extension work.
3. Installation
Mandatory Instruction: Kindly ensure that Magento 2 is set up correctly. Enter developer mode
before initiating the installation. You can achieve the mode by running the following command:
bin/magento deploy:mode:set developer -s
It will enable the developer mode and skip compilation. You can enter default mode after
successful installation of the extension.
3.1.Manual Installation (Installing Magento 2 extension by copying code)
Step 1:
1. For Windows OS:
Go to <your Magento install dir>/app/code. Under that, create the folders using following
hierarchy:
-Biztech
- Auspost
2. For Linux OS:
Enter the following commands keeping their order:
4
cd <your Magento install dir>/app/code
mkdir -p Biztech/Auspost
After this, find the Download Zip and extract all files and folders in Biztech/ Auspost.
Step 2:
After the successful installation you have to run the command on Magento2 root directory-“php
bin/magento setup:upgrade”.
If you see blank page or permission error, go to Terminal (Linux)/ Command Prompt (Windows).
cd [magento root directory][var]
run the following command
$ chmod –R 777 *
Step 3:
After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools
(section) → CACHE MANAGEMENT to clear the cache.
Step 4:
After successful installation, you can see the “Australia Post Shipping” under BIZTECH tab inside
STORES →CONFIGURATION.
5
3.2. Installation via Composer
Step 1:
Install composer from this link. If you already installed composer, skip this step.
Step 2:
Go to app →code →Biztech →Auspost, right click on composer.json and select use composer here.
6
Step 3:
After that you can see command prompt where you have to run the following command:
- composer update
Step 4:
Now go to [magento root directory] and right click on use Composer here.
7
Step 5:
You can see the cmd window and run the following command here:
- php bin/magento setup:upgrade
Step 6:
After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools
(section) → CACHE MANAGEMENT to clear the cache.
Step 7:
After successful installation, you can see the “Australia Post Shipping” under BIZTECH tab inside
STORES →CONFIGURATION.
The installation is successful! Scroll down to activate the extension.
8
4. Extension Activation
Step 1:
Copy an activation key
Copy the activation key from the Order Confirmation Mail.
OR
Log into your account at http://store.biztechconsultancy.com using the email and password you
have provided at checkout process.
Go to Downloadable Options and copy the activation key for the Australia Post Shipping
extension.
Step 2:
Activate the extension
Log into Magento Admin Panel and go to Stores → Configuration → Biztech → Australia Post
Activation and enter the activation key in the ''Activation Key'' field for the Australia Post
extension then click the “Save Config” button.
9
Step 3:
Select Websites
When you enter and save the key it will be verified and you can select the websites where
you need to use the Australia Post extension. Click the ''Save Config'' button after making
your selections.
Now, Australia Post Extension got activated! You just have to set configurations.
10
5. Configuration
Please follow below mentioned steps to configure the shipping method of Australia post.
Go to Stores → Configuration.
Step 1: General Configuration
In the left column under Sales tab click on Shipping Methods tab. Here you can see Biztech
Australia Post sections.
In this tab, you can set basic configurations of Australia Post Extension. Here is the
detailed description of the configuration.
 Enabled: Select "Yes" to enable the Australia Post extension. The extension is
disabled by default. After enabled extension you can see new shipping method in
checkout process.
 Title: Define Title which you want to get displayed in shipping method section.
 Method name: Specify method name for shipping method.
 API Key: Specify API Key provided by Australia Post (you can generate API key from
https://developers.auspost.com.au/apis/pacpcs-registration).
 Calculate Handling Fee: Admin can decide handling fee type either fixed or
percentage wise.
11
 Handling Applied: Admin can decide to apply handling fee per order or per package.
 Warehouse Postcode: Admin can decide his warehouse/dispatched location
postcodes from here.
 Enable Prepaid Satchel’s Service: Select “Yes” to enable the Satchel services for
shipping of your products. You can enable it for products having weight as defined
in the Satchel service guide lines.


Step 2: Enable Shipping Services
 Enable Domestic services for Parcel: Domestic service for parcel can be configured
12
from here either standard/express.
 Enable International services for Parcel: International service for parcel can be
configured from here. Admin can decide which service he/she wants to enable. 
 Enable Domestic services for Letter: Domestic service for letter can be configured
from here either Regular/Express. 
 Enable International services for Letter: International service for letter can be
configured from here. Admin can decide which service he/she wants to enable. 

Step 3: Advance Configuration

























 Disable Signature on Delivery services: If you want to disable Signature on
Delivery methods from frontend then you can do it here. 
 Add Extra Cover Price for Domestic services: Select “Yes" to add extra cover
(insurance) charge for Australia. 
 Add Extra Cover Price for International services: Select “Yes" to add extra cover charge 
for International countries. (insurance)
13
 Ship every Item separately: If set yes, and cart weight is greater than 22KG then
every item will be Shipped in different package. 
 Ship to specific countries: Shipping will be available for one or more specific
country. It gets enabled when shipping is enabled for specific country. 
 Show Method if Not Applicable: If selected “Yes” message will be displayed to
user from “Displayed Error Message” box. If selected “No” method will not be
shown. 
 Displayed Error Message: Defined error message which get displayed in frontend
when shipping method is unavailable. 
 Sort Order: At which order wants to display Australia post shipping method.


Step 4: Product Configuration
In this tab, admin can set default configurations for every product dimension and can
also decide product weight unit to be considered.
 Length, Height, Width: You need to manually bind the three major attributes (properties)
length, width, and height used in this extension with the relevant length, width and height
that the admin has given to different products for their identification. 

14
 Default weight Unit: you can set default weight unit from here like KG/Gram.
 Allow default value for dimension: Australia post works on product dimension and
entering dimension is compulsory for every user, now if admin wants to set default
dimensions for all products it can be done from here.  
 Default Length (in C.M): Default length can be configured from here.

 Default Height (in C.M): Default height can be configured from here.

 Default Width (in C.M.): Default width can be configured from here.
If you haven't created relevant attributes yet then please create it first. For
create attributes please follow below steps:
 Go to Stores→ Attributes section →Product→ Add New Attribute and create 3 new
attributes (length, width and height). 
 Go to Stores → Attributes section→ Attribute Sets and assign these 3 attributes to
appropriate attribute sets. 
 Then go to Stores→ Configuration →Sales → Shipping Methods and open
"Biztech Australia Post" shipping method. Then manually bind the length,
width, and height attributes. 
Step 5: Select Package type
 Go to Products → Catalog and open any product in edit view.
 You will find a new attribute “Australia Post Package Type”. It will have two options:
o Parcel
o Letter
 Select the most appropriate one, according to the weight of the product.
 Be careful here, any wrong selection will not display rate at front end!
15
6. Quick Notes
 API key is a must to define for automatically reflection of changes that takes
place in Australia Delivery Post rates. 
 Merchant has to manually bind the three major attributes (properties) length, width,
and height used in this extension with the relevant length, width and height that the
admin has given to different products for their identification. 
 Units of measurement that has to be used in our extension are below: Weight:
Kg/grams as per configured by admin.
Length: cm
Height: cm
Width: cm
 The admin can configure height, width and length of the attribute for Australia post
method, if not set for product. In addition, the admin has to enter the relevant warehouse
postcode to get the shipping rates for various destination locations, where the parcels
have to be delivered. 
 Admin needs to compulsory define product’s weigh for each product as it is
required to get Australia Post services. 
 Go to Products → Catalog and fill the value of weight, apart from height, width and length
of the attribute, individually for each product. 
 If you select yes for add Cover price then extension will consider cart subtotal price as for
Extra Cover price. 
 If cart subtotal is greater than extra cover max value then it will consider max value,
which is 5000, then it will consider max value of extra cover i.e. 5000. 
 To check Australia Post size and weight guidelines please follow guidelines from below
URL. 
1. http://auspost.com.au/parcels-mail/size-and-weight-guidelines.html
 For Bundle items that are set ‘false’ to ship separately from backed and if
the weight is greater than 22KG then it will not be shown service list. 
All Set! Now, you are ready to use extension.
16
7. Technical Support
We welcome all forms of customized Magento e-commerce queries and deliver tailor-made Magento e-
store solution, given your distinct business needs!
We provide all technical support! Get in touch filling in our online message form to contact our support
team or shoot us an email at support@biztechconsultancy.com.
Your IT Partner, With You Anytime, Anywhere!
You may also like
17
8. About Biztech Consultancy
We simplify your business, offering unique business solution in digital web and IT landscapes.
Our core expertise includes
Magento Expertise
We are Magento e-commerce specialist!
Be it
 Store Development 
 Customization 
 Integration 
 Maintenance 
 Upgradation 
You can trust our expertise!
18
support@biztechconsultancy.com
sales@biztechconsultancy.com
www.biztechconsultancy.com

Contenu connexe

En vedette

Done a different way Genesis 29:1-15
Done a different way Genesis 29:1-15Done a different way Genesis 29:1-15
Done a different way Genesis 29:1-15Ed Sullivan
 
24.10.15
24.10.1524.10.15
24.10.15okean88
 
LGRAUX_Research summary
LGRAUX_Research summaryLGRAUX_Research summary
LGRAUX_Research summaryLionel Graux
 
Campeonato gaúcho 2017 artilharia
Campeonato gaúcho 2017   artilhariaCampeonato gaúcho 2017   artilharia
Campeonato gaúcho 2017 artilhariaRafael Passos
 
Tarush Jaiswal - Resume
Tarush Jaiswal - Resume Tarush Jaiswal - Resume
Tarush Jaiswal - Resume Tarush Jaiswal
 
Algunos Teoremas, Principios y Conceptos
Algunos Teoremas, Principios y ConceptosAlgunos Teoremas, Principios y Conceptos
Algunos Teoremas, Principios y ConceptosAlfonso J. Zozaya
 
Iot, analytics and other trends
Iot, analytics and other trendsIot, analytics and other trends
Iot, analytics and other trendsJim Boland
 
All grown up Genesis 44
All grown up Genesis 44All grown up Genesis 44
All grown up Genesis 44Ed Sullivan
 
What's New in JHipsterLand - DevNexus 2017
What's New in JHipsterLand - DevNexus 2017What's New in JHipsterLand - DevNexus 2017
What's New in JHipsterLand - DevNexus 2017Matt Raible
 
Roman Government
Roman GovernmentRoman Government
Roman Governmentfreealan
 
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreMagento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreBiztech Store
 

En vedette (12)

Done a different way Genesis 29:1-15
Done a different way Genesis 29:1-15Done a different way Genesis 29:1-15
Done a different way Genesis 29:1-15
 
24.10.15
24.10.1524.10.15
24.10.15
 
LGRAUX_Research summary
LGRAUX_Research summaryLGRAUX_Research summary
LGRAUX_Research summary
 
Campeonato gaúcho 2017 artilharia
Campeonato gaúcho 2017   artilhariaCampeonato gaúcho 2017   artilharia
Campeonato gaúcho 2017 artilharia
 
Tarush Jaiswal - Resume
Tarush Jaiswal - Resume Tarush Jaiswal - Resume
Tarush Jaiswal - Resume
 
Algunos Teoremas, Principios y Conceptos
Algunos Teoremas, Principios y ConceptosAlgunos Teoremas, Principios y Conceptos
Algunos Teoremas, Principios y Conceptos
 
Ged
GedGed
Ged
 
Iot, analytics and other trends
Iot, analytics and other trendsIot, analytics and other trends
Iot, analytics and other trends
 
All grown up Genesis 44
All grown up Genesis 44All grown up Genesis 44
All grown up Genesis 44
 
What's New in JHipsterLand - DevNexus 2017
What's New in JHipsterLand - DevNexus 2017What's New in JHipsterLand - DevNexus 2017
What's New in JHipsterLand - DevNexus 2017
 
Roman Government
Roman GovernmentRoman Government
Roman Government
 
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreMagento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
 

Similaire à Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate

oCodewire_Australia_Post_Shipping_Extension_Demo
oCodewire_Australia_Post_Shipping_Extension_DemooCodewire_Australia_Post_Shipping_Extension_Demo
oCodewire_Australia_Post_Shipping_Extension_DemoMagento oCodewire
 
WooCommerce Australia Post Shipping
WooCommerce Australia Post ShippingWooCommerce Australia Post Shipping
WooCommerce Australia Post ShippingAppJetty
 
Feedback Pro Extension - User Guide
Feedback Pro Extension - User GuideFeedback Pro Extension - User Guide
Feedback Pro Extension - User GuideBiztech Store
 
MageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationMageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationAppJetty
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreBiztech Store
 
Delivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User GuideDelivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User GuideBiztech Store
 
Shipping Filter Extension For Magento User Guide
Shipping Filter Extension For Magento User GuideShipping Filter Extension For Magento User Guide
Shipping Filter Extension For Magento User GuideOscprofessionals
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015oscp1
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015Oscprofessionals
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015oscp1
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMageAnts
 
Magento 2 Restrict Cash On Delivery
Magento 2 Restrict Cash On DeliveryMagento 2 Restrict Cash On Delivery
Magento 2 Restrict Cash On DeliveryTheMagicians
 
Magento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMagento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMageAnts
 
Magento 2 shipping table rates
Magento 2 shipping table ratesMagento 2 shipping table rates
Magento 2 shipping table ratesMageAnts
 
Zones Manager Magento Module Manual 1.0.0.0
Zones Manager Magento Module Manual 1.0.0.0Zones Manager Magento Module Manual 1.0.0.0
Zones Manager Magento Module Manual 1.0.0.0innoexts
 
Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Itexus LLC
 
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJetty
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJettyMagento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJetty
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJettyAppJetty
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMageAnts
 
Ocodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoOcodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoMagento oCodewire
 

Similaire à Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate (20)

oCodewire_Australia_Post_Shipping_Extension_Demo
oCodewire_Australia_Post_Shipping_Extension_DemooCodewire_Australia_Post_Shipping_Extension_Demo
oCodewire_Australia_Post_Shipping_Extension_Demo
 
WooCommerce Australia Post Shipping
WooCommerce Australia Post ShippingWooCommerce Australia Post Shipping
WooCommerce Australia Post Shipping
 
Feedback Pro Extension - User Guide
Feedback Pro Extension - User GuideFeedback Pro Extension - User Guide
Feedback Pro Extension - User Guide
 
MageMob Cart Android & iOS Application
MageMob Cart Android & iOS ApplicationMageMob Cart Android & iOS Application
MageMob Cart Android & iOS Application
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento Store
 
Delivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User GuideDelivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User Guide
 
Shipping Filter Extension For Magento User Guide
Shipping Filter Extension For Magento User GuideShipping Filter Extension For Magento User Guide
Shipping Filter Extension For Magento User Guide
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015
 
Shipping filter-21 oct2015
Shipping filter-21 oct2015Shipping filter-21 oct2015
Shipping filter-21 oct2015
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee Extension
 
Magento 2 Restrict Cash On Delivery
Magento 2 Restrict Cash On DeliveryMagento 2 Restrict Cash On Delivery
Magento 2 Restrict Cash On Delivery
 
Magento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMagento 2 Countdown Timer Extension
Magento 2 Countdown Timer Extension
 
Magento 2 shipping table rates
Magento 2 shipping table ratesMagento 2 shipping table rates
Magento 2 shipping table rates
 
Woocommerce 101
Woocommerce 101Woocommerce 101
Woocommerce 101
 
Zones Manager Magento Module Manual 1.0.0.0
Zones Manager Magento Module Manual 1.0.0.0Zones Manager Magento Module Manual 1.0.0.0
Zones Manager Magento Module Manual 1.0.0.0
 
Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.Magento 2 Grouped Promotions Extension by itoris Inc.
Magento 2 Grouped Promotions Extension by itoris Inc.
 
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJetty
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJettyMagento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJetty
Magento Mobile App Builder, Mobile App For Magento Ecommerce Store - AppJetty
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation Menu
 
Ocodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoOcodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demo
 

Plus de Biztech Store

Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2Biztech Store
 
Language Translator Magento 2 Extension
Language Translator Magento 2 ExtensionLanguage Translator Magento 2 Extension
Language Translator Magento 2 ExtensionBiztech Store
 
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store ThemeOdoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store ThemeBiztech Store
 
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture ThemeOdoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture ThemeBiztech Store
 
SugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualSugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualBiztech Store
 
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All IndustriesOdoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All IndustriesBiztech Store
 
Crafito Odoo Theme - User Guide
Crafito Odoo Theme - User GuideCrafito Odoo Theme - User Guide
Crafito Odoo Theme - User GuideBiztech Store
 
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeOdoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeBiztech Store
 
Brush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User GuideBrush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User GuideBiztech Store
 
Tips to Improve your Buyers' Involvement
Tips to Improve your Buyers' InvolvementTips to Improve your Buyers' Involvement
Tips to Improve your Buyers' InvolvementBiztech Store
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginBiztech Store
 
SugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User GuideSugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User GuideBiztech Store
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginBiztech Store
 
Odoo Customer Order Comment Apps
Odoo Customer Order Comment AppsOdoo Customer Order Comment Apps
Odoo Customer Order Comment AppsBiztech Store
 
Advanced Search with Solr - User Guide
Advanced Search with Solr - User GuideAdvanced Search with Solr - User Guide
Advanced Search with Solr - User GuideBiztech Store
 
StarTrack Shipping Extension - User Guide
StarTrack Shipping Extension - User GuideStarTrack Shipping Extension - User Guide
StarTrack Shipping Extension - User GuideBiztech Store
 

Plus de Biztech Store (18)

Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2
 
Language Translator Magento 2 Extension
Language Translator Magento 2 ExtensionLanguage Translator Magento 2 Extension
Language Translator Magento 2 Extension
 
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store ThemeOdoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
 
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture ThemeOdoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
 
SugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualSugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User Manual
 
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All IndustriesOdoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
 
Crafito Odoo Theme - User Guide
Crafito Odoo Theme - User GuideCrafito Odoo Theme - User Guide
Crafito Odoo Theme - User Guide
 
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeOdoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
 
Brush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User GuideBrush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User Guide
 
Tips to Improve your Buyers' Involvement
Tips to Improve your Buyers' InvolvementTips to Improve your Buyers' Involvement
Tips to Improve your Buyers' Involvement
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro Plugin
 
SugarMob Pro
SugarMob ProSugarMob Pro
SugarMob Pro
 
SugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User GuideSugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User Guide
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro Plugin
 
Odoo SEO Suite Apps
Odoo SEO Suite AppsOdoo SEO Suite Apps
Odoo SEO Suite Apps
 
Odoo Customer Order Comment Apps
Odoo Customer Order Comment AppsOdoo Customer Order Comment Apps
Odoo Customer Order Comment Apps
 
Advanced Search with Solr - User Guide
Advanced Search with Solr - User GuideAdvanced Search with Solr - User Guide
Advanced Search with Solr - User Guide
 
StarTrack Shipping Extension - User Guide
StarTrack Shipping Extension - User GuideStarTrack Shipping Extension - User Guide
StarTrack Shipping Extension - User Guide
 

Dernier

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfLivetecs LLC
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfIdiosysTechnologies1
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 

Dernier (20)

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
How to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdfHow to Track Employee Performance A Comprehensive Guide.pdf
How to Track Employee Performance A Comprehensive Guide.pdf
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdf
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 

Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate

  • 1. 1 sales@biztechconsultancy.com USER GUIDE Australia Post Shipping (Magento 2) Compatibility: Community Edition: 2.0.x
  • 2. 2 Index 1. Introduction..............................................................................................................................3 2. Pre requisite .............................................................................................................................3 3. Installation................................................................................................................................3 3.1. Manual Installation (Installing Magento 2 extension by copying code)...........................3 3.2. Installation via Composer .................................................................................................5 4. Extension Activation.................................................................................................................8 5. Configuration..........................................................................................................................10 6. Quick Notes ............................................................................................................................15 7. Technical Support...................................................................................................................16 8. About Biztech Consultancy ....................................................................................................17 Magento Expertise.........................................................................................................................17
  • 3. 3 1. Introduction The “Australia Post Shipping” extension allows you to fetch live rates from Australian post for parcels and letters on your Magento 2 store. 2. Pre requisite  The user should have an account at Australia Post, as the Australia Post API key is required to make the extension work. 3. Installation Mandatory Instruction: Kindly ensure that Magento 2 is set up correctly. Enter developer mode before initiating the installation. You can achieve the mode by running the following command: bin/magento deploy:mode:set developer -s It will enable the developer mode and skip compilation. You can enter default mode after successful installation of the extension. 3.1.Manual Installation (Installing Magento 2 extension by copying code) Step 1: 1. For Windows OS: Go to <your Magento install dir>/app/code. Under that, create the folders using following hierarchy: -Biztech - Auspost 2. For Linux OS: Enter the following commands keeping their order:
  • 4. 4 cd <your Magento install dir>/app/code mkdir -p Biztech/Auspost After this, find the Download Zip and extract all files and folders in Biztech/ Auspost. Step 2: After the successful installation you have to run the command on Magento2 root directory-“php bin/magento setup:upgrade”. If you see blank page or permission error, go to Terminal (Linux)/ Command Prompt (Windows). cd [magento root directory][var] run the following command $ chmod –R 777 * Step 3: After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) → CACHE MANAGEMENT to clear the cache. Step 4: After successful installation, you can see the “Australia Post Shipping” under BIZTECH tab inside STORES →CONFIGURATION.
  • 5. 5 3.2. Installation via Composer Step 1: Install composer from this link. If you already installed composer, skip this step. Step 2: Go to app →code →Biztech →Auspost, right click on composer.json and select use composer here.
  • 6. 6 Step 3: After that you can see command prompt where you have to run the following command: - composer update Step 4: Now go to [magento root directory] and right click on use Composer here.
  • 7. 7 Step 5: You can see the cmd window and run the following command here: - php bin/magento setup:upgrade Step 6: After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) → CACHE MANAGEMENT to clear the cache. Step 7: After successful installation, you can see the “Australia Post Shipping” under BIZTECH tab inside STORES →CONFIGURATION. The installation is successful! Scroll down to activate the extension.
  • 8. 8 4. Extension Activation Step 1: Copy an activation key Copy the activation key from the Order Confirmation Mail. OR Log into your account at http://store.biztechconsultancy.com using the email and password you have provided at checkout process. Go to Downloadable Options and copy the activation key for the Australia Post Shipping extension. Step 2: Activate the extension Log into Magento Admin Panel and go to Stores → Configuration → Biztech → Australia Post Activation and enter the activation key in the ''Activation Key'' field for the Australia Post extension then click the “Save Config” button.
  • 9. 9 Step 3: Select Websites When you enter and save the key it will be verified and you can select the websites where you need to use the Australia Post extension. Click the ''Save Config'' button after making your selections. Now, Australia Post Extension got activated! You just have to set configurations.
  • 10. 10 5. Configuration Please follow below mentioned steps to configure the shipping method of Australia post. Go to Stores → Configuration. Step 1: General Configuration In the left column under Sales tab click on Shipping Methods tab. Here you can see Biztech Australia Post sections. In this tab, you can set basic configurations of Australia Post Extension. Here is the detailed description of the configuration.  Enabled: Select "Yes" to enable the Australia Post extension. The extension is disabled by default. After enabled extension you can see new shipping method in checkout process.  Title: Define Title which you want to get displayed in shipping method section.  Method name: Specify method name for shipping method.  API Key: Specify API Key provided by Australia Post (you can generate API key from https://developers.auspost.com.au/apis/pacpcs-registration).  Calculate Handling Fee: Admin can decide handling fee type either fixed or percentage wise.
  • 11. 11  Handling Applied: Admin can decide to apply handling fee per order or per package.  Warehouse Postcode: Admin can decide his warehouse/dispatched location postcodes from here.  Enable Prepaid Satchel’s Service: Select “Yes” to enable the Satchel services for shipping of your products. You can enable it for products having weight as defined in the Satchel service guide lines.   Step 2: Enable Shipping Services  Enable Domestic services for Parcel: Domestic service for parcel can be configured
  • 12. 12 from here either standard/express.  Enable International services for Parcel: International service for parcel can be configured from here. Admin can decide which service he/she wants to enable.   Enable Domestic services for Letter: Domestic service for letter can be configured from here either Regular/Express.   Enable International services for Letter: International service for letter can be configured from here. Admin can decide which service he/she wants to enable.   Step 3: Advance Configuration                           Disable Signature on Delivery services: If you want to disable Signature on Delivery methods from frontend then you can do it here.   Add Extra Cover Price for Domestic services: Select “Yes" to add extra cover (insurance) charge for Australia.   Add Extra Cover Price for International services: Select “Yes" to add extra cover charge  for International countries. (insurance)
  • 13. 13  Ship every Item separately: If set yes, and cart weight is greater than 22KG then every item will be Shipped in different package.   Ship to specific countries: Shipping will be available for one or more specific country. It gets enabled when shipping is enabled for specific country.   Show Method if Not Applicable: If selected “Yes” message will be displayed to user from “Displayed Error Message” box. If selected “No” method will not be shown.   Displayed Error Message: Defined error message which get displayed in frontend when shipping method is unavailable.   Sort Order: At which order wants to display Australia post shipping method.   Step 4: Product Configuration In this tab, admin can set default configurations for every product dimension and can also decide product weight unit to be considered.  Length, Height, Width: You need to manually bind the three major attributes (properties) length, width, and height used in this extension with the relevant length, width and height that the admin has given to different products for their identification.  
  • 14. 14  Default weight Unit: you can set default weight unit from here like KG/Gram.  Allow default value for dimension: Australia post works on product dimension and entering dimension is compulsory for every user, now if admin wants to set default dimensions for all products it can be done from here.    Default Length (in C.M): Default length can be configured from here.   Default Height (in C.M): Default height can be configured from here.   Default Width (in C.M.): Default width can be configured from here. If you haven't created relevant attributes yet then please create it first. For create attributes please follow below steps:  Go to Stores→ Attributes section →Product→ Add New Attribute and create 3 new attributes (length, width and height).   Go to Stores → Attributes section→ Attribute Sets and assign these 3 attributes to appropriate attribute sets.   Then go to Stores→ Configuration →Sales → Shipping Methods and open "Biztech Australia Post" shipping method. Then manually bind the length, width, and height attributes.  Step 5: Select Package type  Go to Products → Catalog and open any product in edit view.  You will find a new attribute “Australia Post Package Type”. It will have two options: o Parcel o Letter  Select the most appropriate one, according to the weight of the product.  Be careful here, any wrong selection will not display rate at front end!
  • 15. 15 6. Quick Notes  API key is a must to define for automatically reflection of changes that takes place in Australia Delivery Post rates.   Merchant has to manually bind the three major attributes (properties) length, width, and height used in this extension with the relevant length, width and height that the admin has given to different products for their identification.   Units of measurement that has to be used in our extension are below: Weight: Kg/grams as per configured by admin. Length: cm Height: cm Width: cm  The admin can configure height, width and length of the attribute for Australia post method, if not set for product. In addition, the admin has to enter the relevant warehouse postcode to get the shipping rates for various destination locations, where the parcels have to be delivered.   Admin needs to compulsory define product’s weigh for each product as it is required to get Australia Post services.   Go to Products → Catalog and fill the value of weight, apart from height, width and length of the attribute, individually for each product.   If you select yes for add Cover price then extension will consider cart subtotal price as for Extra Cover price.   If cart subtotal is greater than extra cover max value then it will consider max value, which is 5000, then it will consider max value of extra cover i.e. 5000.   To check Australia Post size and weight guidelines please follow guidelines from below URL.  1. http://auspost.com.au/parcels-mail/size-and-weight-guidelines.html  For Bundle items that are set ‘false’ to ship separately from backed and if the weight is greater than 22KG then it will not be shown service list.  All Set! Now, you are ready to use extension.
  • 16. 16 7. Technical Support We welcome all forms of customized Magento e-commerce queries and deliver tailor-made Magento e- store solution, given your distinct business needs! We provide all technical support! Get in touch filling in our online message form to contact our support team or shoot us an email at support@biztechconsultancy.com. Your IT Partner, With You Anytime, Anywhere! You may also like
  • 17. 17 8. About Biztech Consultancy We simplify your business, offering unique business solution in digital web and IT landscapes. Our core expertise includes Magento Expertise We are Magento e-commerce specialist! Be it  Store Development   Customization   Integration   Maintenance   Upgradation  You can trust our expertise!