Sunday, January 1, 2017

WooCommerce E-Trade Package Deal Charge Transport


Approximately package charge shipping

The WooCommerce Bundle Fee Shipping Plugin allows you to supply unique bundled shipping charges while a customer purchases a couple of pieces.

The plugin is designed to be flexible, so you can define bundled transport charges in keeping with the shipping destination, the kinds of the goods being bought, or their shipping class.

you can also upload further layers for each class, including a point of complexity that you simply might find appropriate to your store’s scenario. for example, for those who promote books, that you must price $5 for the primary guide, $2 for the second, third and 4th books, and not anything for any further books bought.

you can upload as many layers as you favor.

Examples

1. Fundamental instance

Jane’s store sells books, DVDs and CDs. Her transport rates are configured as follows:

  • Books: $FIVE for the primary guide, $2 for every book thereafter.
  • DVDs: $FOUR for the first DVD, $1 for each DVD thereafter.
  • CDs: $4 for the primary CD, $1 for every CD thereafter.

IN THIS case, if a consumer had been to purchase books, their transport cost can be $7 ($5 for the primary e book, $2 for the second one e-book).

If some other customer have been to order FOUR DVDs, their transport cost can be $7 ($FOUR for the primary DVD, $1 each for the opposite 3).

2. Free transport after FOUR products

Invoice’s store sells books. He charges $4 for shipping if the customer purchases 1-3 books, and provides unfastened transport whilst the client purchases 4 or extra books. Here’s how he configured his shipping rates:

  • 1st merchandise: $4
  • 2d – 3rd merchandise: $0
  • 4th merchandise: $-FOUR
  • Next books: $ZERO

THREE. The Use Of shipping categories

Helen’s save sells beer. it's sold both by the box of 24 bottles, or by a case of 6. To define her charges, she uses two transport categories: Field of 24, and Case of 6. Her charges appear to be this:

  • Box of 24: $12 for the first field, $6 for each box thereafter
  • Case of 6: $8 for the first case, $4 for every case thereafter

FOUR. Loose delivery whilst the order is over $ONE HUNDRED

New in version 1.THREE.THREE: Frank’s save makes use of a typical package fee configuration just like Jane’s save above (exampe 1), but with one very important distinction: Whilst customers purchase over $ONE HUNDRED, he provides unfastened transport.

Frank configures his rates the same approach that Jane did, however uses the woocommerce_brs_shipping_total filter out to offer loose delivery for orders over $ONE HUNDRED:

add_filter( 'woocommerce_brs_shipping_total', 'franks_custom_woocommerce_brs_shipping_total_filter' ); function franks_custom_woocommerce_brs_shipping_total_filter( $shipping_total ) global $woocommerce; // If there is more than $100 in the cart, set shipping to $0 if ( $woocommerce->cart->cart_contents_total > 100 )

5. Staged shipping fee will increase

Misha sells DVDs and ships them in programs that may contain as much as 3 DVDs. The transport value for every bundle is $FOUR. So for each set of 3 DVDs, the delivery price is calculated at $FOUR. She may define her rates as follows:

  • 1st DVD: $FOUR
  • 2-3 DVDs: $ZERO
  • 4th DVD: $FOUR
  • 5-6 DVDs: $0
  • seventh DVD: $4
  • 8-9 DVDs: $0
  • and so on…

What others have mentioned

Amy5 says:

This plugin does precisely what i wanted it to do. i will practice it to two categories and depart flat price transport on the other classes. Good! Thanks!! :)

gabitech says:

Just desired to say, as others stated, this is a super plugin!

peterash says:

that is a will have to-have plugin for Woo.

ameliorable says:

Simply desired to say thanks for the good plugin – it’s wonderful how lengthy I spent trying to in finding one thing that will do this easy factor for me! sustain the nice work, matey. x

tannerlinsley says:

You guys are saving our lives here in this one. such a easy plugin that may be tremendous powerful. Props to the Studio!

calvary21concepts says:

Eric used to be improbable in offering his make stronger for integration into a advanced site. His provider went above the bar and expectations. i used to be extraordinarily impressed at his willingness to followup, take a look at and combine to conform to the WooCommerce install I had. If ANYONE is on the fence in this plugin, you want to make investments the money and do not hesitate. the product worked great and seemlessly on a site with over 887 merchandise and FIFTY TWO classes. Extraordinarily glad!!!

No Longer the usage of WooCommerce?

There are bundle rate delivery plugins to be had for Jigoshop and WP-Ecommerce besides.

Necessities

  • Wordpress THREE.5+
  • WooCommerce 1.5+ (in the event you’re using Woocommerce 1.THREE or 1.FOUR, version 1.1.7 will still paintings for you)

in addition, when you wish to have two shipping strategies, but use bundle fee configurations for both, you'll acquire our better half plugin: http://codecanyon.net/item/woocommerce-package deal-rate-transport-secondary/5706776?ref=Studio164a

This plugin allows you to set up two separate shipping strategies (for instance, Usual Fee and Specific Charge), both of which calculate their charges in response to bundle fee configurations.

Want something tailor-made?

if you happen to have a custom requirement that gained’t fairly work out of the box with Package Fee Transport, we can lend a hand. you'll be able to guide a service made only for you over at Envato Studio.

Changelog

1.3.8 – June 6, 2015
  • Fixes a JS bug with antique usage of Chosen script.
1.THREE.7 – February 12, 2015
  • Updated for compatibility with WooCommerce 2. THREE
  • Fixes a worm that led to the bundle rates to not be available in positive instances while virtual merchandise were in the cart.
1.3.6 – July 7, 2014
  • Fixes a malicious program that brought about issues with the drop down listing of countries.
  • Fixes a bug showing a disabled Upload Layer button whilst adding a brand new configuration.
1.3.5 – April 28, 2014
  • Javascript malicious program restoration.
1.THREE.FOUR – February 17, 2014
  • Updated to beef up of WooCommerce 2.1
1.THREE.THREE – September NINE, 2013
  • Introduced woocommerce_brs_shipping_total filter. This Allows subject matters/plugins to override the shipping overall calculated by means of package charge delivery.
  • Delivered woocommerce_brs_shipping_configurations filter. This Permits issues/plugins to override the configurations utilized by bundle price transport.
1.THREE.2 – July 19, 2013
  • Mounted Javascript malicious program that didn’t permit more than 10 fee levels to be set for a unmarried configuration.
1.THREE.1 – May 15, 2013
  • Added compatibility for WooCommerce Branding plugin.
1.THREE – April FIVE, 2013
  • Introduced the power to set bundle fee configurations on a in step with-state basis for positive international locations (U.s., Australia, Canada + others). This has been requested a number of times, and to those customers who have waited patiently for this—thank you.
  • Mounted up a Javascript trojan horse introduced in with the closing replace.
1.2.2 – April 2, 2013
  • Prevent virtual merchandise from being counted in delivery calculations.

1.2.1 – March 7, 2013

  • Fixes a malicious program brought in by the closing version.

1.2.0 – March FIVE, 2013

  • Update to Woocommerce 2.0 + compatibility. This model is not going to give a boost to any versions of Woocommerce previous to 1.5. for those who are purchasing the plugin new and wish it for an older model, send me a message and i can send you the closing solid working copy for Woocommerce variations earlier than 1.FIVE.
  • Fastened a number of Javascript errors.

1.1.7 – October 18, 2012

  • Fixed a worm going on after configurations have been got rid of.

1.1.6 – September 20, 2012

  • Fastened trojan horse the place a product model with a shipping class different to its determine product had the figure product’s transport class applied, instead of its personal

1.1.5 – August 15, 2012

  • Updated for compatibility with up to date version of WooCommerce (1.6.FOUR)
  • Corrected drawback discovered whilst configuration indicates explicit u . s . a . without in truth record a selected united states of america

1.1.FOUR – July 24, 2012

  • Fastened a worm in the calculation noticed when adding greater quantities

1.1.THREE – July 19, 2012

  • Fixed jQuery struggle malicious program

1.1.2 – July 16, 2012

  • Javascript restoration

1.1.1 – July 14, 2012

  • Fix for problem with transport magnificence not saving

1.1 – July 10, 2012

  • Prime update. New options: – Create more than one bundle charge configurations and resolve which products/carts they are implemented to in line with transport vacation spot, product category and/or delivery elegance – Prioritize configurations
  • woocommerce_brs_apply_base_rate_once clear out deprecated in favour of new environment in the admin house

1.ZERO.FOUR – April 25, 2012

  • Up To Date for WooCommerce 1.FIVE.4
  • Brought woocommerce_brs_apply_base_rate_once filter to modify how rates are calculated while products from a couple of categories are bought.

1.0.THREE – April 12, 2012

  • Restore for problem with handling charges set as proportion

1.ZERO.2 – February 21, 2012

  • Minor worm fix

1.ZERO.1 – February 7, 2012

  • Updated for complete compatibility with WooCommerce 1.4

FULL DOWNLOAD

No comments:

Post a Comment

Trik tersembunyi Bermain Slither.io agar menjadi no 1 | cara tau ampuh

Slither.io Unblocked Play Engaging in online game playing avails a chance for one to have a great experience. This opens up an enormous amo...