Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

IMPORTANT ANNOUNCEMENT: Plugin development ceased, all plugins made available freely (GPL)

With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.

It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!

Template for Extensions for the Shipping by Rules Plugins for VirtueMart

Extensions for the Shipping by Rules plugins for VirtueMart. These plugins provide custom variables or custom functions to be used in the rules.
plg_vmshipping_rules_shipping_plugins_icon.pngplg_vmshipping_rules_shipping_plugins_icon.png

RegExp Plugin

This plugin provides the following RegExp-related functions to the shipping by rules plugin:

RegExpMatch(pattern, value)
returns whether the value matches the expression (true/false)
RegExpMatches(pattern, value)
returns an array of all matches of regexp within the value (array)
RegExpReplace(pattern, value)
preforms a regexp replacement on the value, returns the resulting string (string)
RegExpSplit(pattern, value)
splits value using the regexp as delimiter, returns array of all substrings (excluding the delimiter) (array)
RegExpFilter(pattern, array)
returns all members of the array that match the regexp (array)

AwoCoupon Plugin

This plugin provides access to the coupon granted by AwoCoupon. For technical reasons that coupon is not part of the Amount variable in the rules. The reason is that VirtuMart handles coupon plugins like AwoCoupon after shipping plugins, so when the shipping rules are evaluated, the coupon plugins have not been evaluated. This plugin uses the internals of the AwoCoupon component to extract the coupon discount directly and makes it available.

Template for vmshipmentrules Plugins

This is a template for developers who want to write their own plugins to extend the Shipping by Rules plugins. It can be installed, but does not provide any useful functionality, unless a programmer implements the corresponding functions.

 

Demo Server

Frequently Asked Questions (FAQ)

Support Forum

License

These plugins are licenced unter the GNU GPLv3.