Virtuemart 3 Joomla 3 Postcode - ZIP code Shipping Plugin released - Joomla & VirtueMart Tips & How To's

GJC Website Design UK, Joomla Developer, VirtueMart Developer, Template Developer, web site designs, England, Britain, UK, Belgium, search-engine optimisation (SEO). Multilingual.

Home Joomla - VirtueMart Virtuemart 4-3 ZIP / Postcode Shipping Plugin

Fri

27

Jul

  • VirtueMart 3 & 4
  • Postcode - ZIP code Shipping Module
  • Joomla 3 & 4

We are happy to announce a VirtueMart 4 & 3 Postcode - ZIP code Shipping Plugin that fully integrates and allows a complete Postcode - ZIP code area solution with only one setup.
Installs as a native VirtueMart 3 or 4, Joomla 3 or 4 Shipping Plugin.
Latest Version: v4.0.0 - Fully tested on Joomla 4.2+ / VM4.0.8
See a working example at VM test site?2?, there is a lot more country specific info there.
User : testshopper
Pass : testshopper

You can download it here -?Download?Price is ?40.00 - You can download the full instruction PDF here: GJC_Postcode_Shipping_Virtuemart_3.pdf



This is a VirtueMart 3 & 4 Shipping Module/Plugin that allows a very simple configuration of all a countries Postcode - ZIP code areas in one method. Latest Version: v4.0 .0

Remember - updates for current major VM or Joomla releases free for 12 months!!!


You no longer need multiple shipping methods for every Postcode - ZIP code area PLUS it works perfectly with Alpha/Numeric codes as in the UK and Canada.

Has been tested on:
  • USA ZIP Codes
  • UK Postcodes
  • Canadian Postcodes
  • French Postcodes
  • German Postcodes (PLZ)
  • Australian Postcodes
Will work on any known country Postcode - ZIP Code system.

 

Configuration is very simple - basically a comma separated list pasted in the text area to configure the method.
The format is:
Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,PriceTrigger,PriceFree
Each zone is on a new line.

vm4.0 postcode shipping configuration
Paste in a comma separated list of parameters each on a new line.
Each Postcode Area in each Zone should be separated by an asterisk.
The Postcode is checked in 4 steps to 4 digits so entries such as Y1A1 are valid.

  • BasePrice: Fixed fee - can be used in conjunction with the 'Up To Weight' condition setting an upper limit

  • PriceMultipier: can be a percentage or sum that is multiplied by the Sale price or Weight

  • Trigger: If set and the 'Trigger' is set to 'Trigger by Price' and the Sale Price is above this figure then the PriceMultipier will be triggered.

    If the 'Trigger' is set to 'Trigger by Weight' and the weight is above this value then the PriceMultipier will be triggered.

  • PriceFree: If the Sale price is above this figure Shipping will be free


Install the Joomla 3 or 4 Plugin by using the standard Joomla installer for the file VM.Postcode.shipping.4.0.0.zip.

The next step is to go to Virtuemart-->Shop->Shipment Methods and click 'New'.
Configure the various parameters. These are:

  • Country.
  • Lowest Weight.
  • Highest Weight.
  • Minimum number of products.
  • Maximum number of products.
  • Minimum order amount.
  • Maximum order amount.
  • Tax.
  • Default Zone values - Base, Multiplier, Trigger and Free. These values will be used if the postcode is not found.
  • Trigger by weight or price
  • Price Multiplier - choose to multiply by weight or Sales Price.
  • Price Multiplier Type - choose if to add the base value to the multiplier value.
  • Full debug on/off
  • Minor debug on/off



See a working example at VM test site 2 , there is a lot more country specific info there.
User : testshopper
Pass : testshopper



vm4.0 postcode shipping configuration-overview


Below are some configuration examples:

Example One: Base price then fixed amount per dollar over the trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,10,0.15,40,150.00

This will give $10 shipping up to $40 and add 15 cents for each $ over.

Over $150 shipping is free.

Example Two: Base price then fixed amount per kilo over the trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,10,2,3,150.00

This will give $10 shipping up to 3kg and add $2 for each Kg over.

Over $150 shipping is free.

Example Three: Intial price then fixed amount per kilo over the trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,10,4,2,150.00

This will give $10 intial shipping up to 2kg and $4 for each Kg over the 2kg trigger.

Over $150 shipping is free.

Example Four: Intial price then fixed amount per $ over the trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,10,0.14,60,150.00

This will give $10 intial shipping up to $60 sale price and 14 cents for each $ over the $60 trigger.

Over $150 shipping is free.

 

Example Five: Simple price per $ value of sales - use 0 as trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,,0.14,0,150.00

This will give 14 cents for every $ of sales price.

Over $150 shipping is free.

Price Multiplier Type setting is ignored.

Example Six: Simple price per Kg - use 0 as trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,,2,0,150.00

This will give $2 shipping for every Kg.

Over $150 shipping is free.

Price Multiplier Type setting is ignored.

Example Seven: Simple base price - use x as trigger.

Pasted code:

Name,Postcode*Postcode*Postcode,BasePrice,PriceMultiplier,Trigger,PriceFree

Northern Scotland,HS12*HS19*HS20*HS29*HS33*HS43*HS53*HS65,10,,x,150.00

This will give a shipping price of $10 for this postcode match.

Over $150 shipping is free.

Price Multiplier Type & Price Multiplier setting is ignored.

 

Last Updated on Wednesday, 23 November 2022 12:02
 
VirtueMart
Your Cart is currently empty.

Latest Joomla & VirtueMart Tips

See all tips & examples



Virtuemart 3 Joomla 3 Postcode - ZIP code Shipping Plugin released|Joomla & VirtueMart Tips & How To's



GJC Website Design UK, Joomla Developer, VirtueMart Developer, Template Developer, web site designs, England, Britain, UK, Belgium, search-engine optimisation (SEO). Multilingual.


postcode, trigger, price, shipping, code, free, example, baseprice, weight, pricemultiplier, zip, pasted, multiplier, scotland, pricefreenorthern, joomla, virtuemart, simple, base, postcodes, fixed, value, sale, setting, country, type, intial, area, plugin, sales, add, configuration, zone, separated, cents, use, pricemultipier, set, download, ignored


guru

We use cookies to improve our website and your experience when using it. Cookies used for the essential operation of the site have already been set.
To find out more about the cookies we use and how to delete them, see our privacy policy.

I accept cookies from this site.