Login






My Kiva lender page: Kiva Lender Page
© 2012 Lowmips.com, LLC

Tag: Shipping Module

Reggie
USPS Name Change
2013.01.22 16:28:21

The USPS Name change has struck again! The USPSv5 module is based on name matching, so this of course breaks the module for any service that has its name changed.  In this latest edition, the "Parcel Post" is changing to "Standard Post".

To fix your installation of USPSv5, do the following:

In uspsv5.php, find the first line and replace with the second:
"USPS_SHIP20_TEXT" => "Parcel Post<sup>®</sup>", // CLASSID 4  // Disable after 2013-01-27

"USPS_SHIP20_TEXT" => "Standard Post<sup>®</sup>",  // CLASSID 4  // Enable after 2013-01-27

In uspsv5.cfg.php, do the same thing:
define ('USPS_SHIP20_TEXT', '
Parcel Post<sup>®</sup>);  // disable after 2013-01-27

define ('USPS_SHIP20_TEXT', 'Standard Post<sup>®</sup>');  // enable after 2013-01-27

 



Tags: bugfix | Update | Free Software | Shipping Module | VirtueMart | USPSv5

Hits: 299 | Read more...


 
Reggie
On Hold - VM2.0 Shipping modules
2012.10.21 21:31:45

I know I've been promising a lot of people the VirtueMart 2.0 compatible shipping modules in the next few weeks, but I am going to have to put that on hold for a while.  I'm really unsure of how long.  Some life situations have come up that prevent me from having any extra time to work on the modules.  Namely, I'm getting married in January and the plans are taking a lot of time.  Also, my grandfather is terminally ill, and I've been spending more time with him.

So, I'm sorry to dissapoint, and I really do want to complete the modules, but I cannot at this time.  Keep watching this blog for updates, probably after January.

 

Please pray for me and my family, as we need all the prayer and support we can get!



Tags: Joomla | USPSv5 | FedExv2 | UPSv2 | Shipping Module | VM2.0 | VirtueMart 2.0

Hits: 561 | Read more...


 
Reggie
vm119 Combined Shipping Module
2012.07.31 14:39:37

My combined shipping module includes UPSv2, FedExv2, and USPSv5. It is based on VirtueMart 1.1.9 code.

I've had approximately 15 installations with no reports of issues with this module, so I am publicly releasing it.  Visit my "Free Software" page to download today.



Tags: Shipping Module | FedEx | FedExv2 | UPS | UPSv2 | USPSv5 | USPS | Free Software | VirtueMart | Update | gpl

Hits: 820 | Read more...


 
Reggie
VirtueMart 2.0
2012.04.15 00:04:15

I just wanted to clear up any confusion and/or questions about my shipping modules and VirtueMart 2.0.  My UPSv2, USPSv5, and FedExv2 (and all other current modules available for download on my website) do NOT work with VirtueMart 2.0.

 

I do have plans to create a unified module for VM2 at some point in the (hopefully near) future.  I've only just had time to download, install, and begin learning the ins and outs of VM2.0, so the shipping modules are still a good ways out.

 

Thank you, and check back here for updates.

Reggie



Tags: Shipping Module | USPSv5 | USPS | Free Software | VirtueMart | Update | VirtueMart 2.0

Hits: 847 | Read more...


 
Reggie
USPSv5 Service Name Change
2012.01.26 19:24:20
USPS has changed the "First-Class Mail Package" to "First-Class Mail Parcel".  I have updated the vm118 and BASIC versions of the USPSv5 module to reflect this change.  To update your module, download the appropriate zip, unpack uspsv5.php and copy to /administrator/components/com_virtuemart/classes/shipping/.  Save your config a few times to make sure the new name takes effect

Tags: Update | VirtueMart | Free Software | USPS | USPSv5 | Shipping Module

Hits: 658 | Read more...


 
Reggie
USPSv5 Bugfix
2012.01.05 13:53:47
Affected Versions:
vm117-USPSv5.2011.02.10
vm118-USPSv5.2011.03.25
vm11x-USPSv5-2011.02.09BASIC

Bug Description:
Bundled packages with combined weight greater than 70 lbs were not being split into multiple packages

Files affected:
/administrator/components/com_virtuemart/classes/shipping/uspsv5/class.Package.php

Fix:
Download the updated version of your module, and replace this file.

Tags: Shipping Module | USPSv5 | USPS | Free Software | VirtueMart | bugfix

Hits: 493 | Read more...


 
Reggie
YRC Freight
2011.12.02 14:27:22

Woops!

I contacted YRC Freight shipping over a year ago about publishing this shipping module for VirtueMart, but never heard back from them.  I sent several emails, and even phoned them.

 

So, I'm going to go ahead and publish this module, in hopes that YRC will have no objections.  You may find a version for VirtueMart 1.1.5 in my "Free Downloads" software section



Tags: Free Software | VirtueMart | Shipping Module | yrc | gpl

Hits: 478 | Read more...


 
Reggie
Baby Steps, or, A Combined Shipping Module
2011.09.01 23:24:18

At a client's request, I have taken the first small step towards a unified UPSv2 + USPSv5 + FedExv2 module. I've merged them altogether and updated the core files to vm119!  However, I've only tested the bundling option.  I have no idea if the other features even work.

I still plan on merging the feature set so that all modules benefit from all of the neat functions that previously only worked for one of them....but it's going to be a while.

I've also been reading up on cutting and packing algorithms, with the end goal of a box-stuffing algorithm in mind.



Tags: Shipping Module | UPSv2 | USPSv5 | FedExv2 | Free Software | VirtueMart

Hits: 608 | Read more...


 
Reggie
USPSv5.2011.03.25 Released
2011.06.27 13:40:09
vm118-USPSv5.2011.03.25 is now available for download on my Free Software page.

Tags: USPSv5 | USPS | VirtueMart | Shipping Module

Hits: 717 | Read more...


 
Reggie
USPSv5.2011.02.10 Released
2011.06.27 13:39:34
vm117-USPSv5.2011.02.10 is now available download on my Free Software page.

Tags: USPSv5 | USPS | VirtueMart | Shipping Module

Hits: 534 | Read more...


 
Reggie
FedExv2.2011.04.19 Release
2011.06.22 16:41:30
vm118-fedexv2.2011.04.19 is now publicly available on my "Free Software" page.  Thank you donators!

Reggie

Tags: FedExv2 | FedEx Web Services | VirtueMart | Free Software | Shipping Module

Hits: 1011 | Read more...


 
Reggie
vm118-FedExv2.2011.04.19 Available
2011.05.13 15:06:13

This version is simply ported to VM118 code.  It is available on a per-donation basis, to be publicly released when the development time has been covered.'


Send paypal donations using my handy "donate" button, and I'll email the module ASAP.  Please indicate which module the donation is for.



Tags: FedExv2 | FedEx Web Services | VirtueMart | Free Software | Shipping Module

Hits: 717 | Read more...


 
Reggie
UPSv2.2011.04.19 Public Release
2011.05.11 14:05:20
This latest version of the UPSv2 module is based on VirtueMart 1.1.8 code.  It has all of the features of the previous versions, ported to this newer code base.  No no features this time around.

Tags: UPS | Shipping Module | Free Software | Joomla | VirtueMart | UPSv2

Hits: 583 | Read more...


 
Reggie
UPSv2.2011.04.09 Available
2011.04.19 16:35:49

vm118-upsv2.2011.04.09 is now available on a per-donation basis. This module features everything from vm117-upsv2.2011.02.11 does, but has been ported to VirtueMart 1.1.8 code.

This module will be publicly released pending enough donations to cover the time spent porting and testing it.  Send donations via paypal, any amount will suffice.  Please indicate which module the donation is for.



Tags: UPSv2 | VirtueMart | Joomla | Free Software | Shipping Module | UPS v2

Hits: 550 | Read more...


 
Reggie
UPSv2.2011.02.11 Public Release
2011.04.19 16:30:46

vm117-upsv2.2011.02.11 has been publicly released.  It is available from my "Free Software" page.

 

Thank you donators!



Tags: UPSv2 | VirtueMart | Joomla | Free Software | Shipping Module | UPS v2

Hits: 437 | Read more...


 
Reggie
USPSv5.2011-03-25 Available
2011.03.25 14:58:14

This is a very small update of the VM117 version in order to be in line with the recent VM118 release.  There were only 2 files involved, with some minor updates.  You should be able to use the VM117 version with VM118 with little or no consequence.

The previous version of this module (vm117-USPSv5.2011.02.10) is still on a donation basis release schedule, so I cannot yet publicly release this newest version.

If you would like a copy of vm118-USPSv5.2011.03.25, please send a donation and I will email it to you.  This donation will go towards releasing both versions publicly.

NOTE! Anyone who donated previously for the vm117-USPSv5.2011.02.10 version can email me for a free copy.  Please reference the paypal transaction number, or use the email that you used for the payment.



Tags: USPSv5 | USPS | VirtueMart | Shipping Module

Hits: 500 | Read more...


 
Reggie
FedExv2 Bugfix
2011.03.07 20:20:17
Versions affected:
vm114-FedExv2.2010.06.18
vm115-fedexv2.2011.01.06

Description:
- Signature option was malformed, resulting in signature fees not being added to final shipping cost
- please re-download the appropriate archive and replace the following file:
/administrator/components/com_virtuemart/classes/shipping/fedexv2.php

Tags: FedExv2 | FedEx Web Services | VirtueMart | Free Software | Shipping Module | bugfix

Hits: 490 | Read more...


 
Reggie
NOTICE USPSv5.2010.04.05
2011.02.16 14:39:23
The USPS v3 API is being discontinued in April.  I have therefore discontinued support for vm114-uspsv5.2010.04.05, in favor of my new USPSv5 modules which support the v4 API.  These have not been publicly released, but are available on a donation basis.  There are two versions: USPSv5.2011-02-09-BASIC which simply drops in, and has no features; and USPSv5.2011-02-10 which is built on VirtueMart 1.1.7 code and features bundled/unbundled product support, dimension declaration, and GXG service support.  If you would like a copy of either, please send a donation via PayPal to This e-mail address is being protected from spambots. You need JavaScript enabled to view it , and indicate which version of the module you'd like a copy of.  I will publicly release these modules once enough donations are recieved to compensate me for development time.

Tags: USPSv5 | USPS | VirtueMart | Shipping Module

Hits: 500 | Read more...


 
Reggie
UPSv2.2011.2.11 Available
2011.02.11 22:33:20

This latest version of my UPSv2 module is for VirtueMart 1.1.7, and is being released on a donation-to-public basis.  It has all the features of the UPSv2.2011.01.13 module, but has been ported to VirtueMart 1.1.7 for better compatibility.

If you would like a copy, please send a donation via the "Donation" button on the left menu, or paypal directly to me.  Please indicate which module the donation is for, and I'll email you your copy.  Once my time has been compensated for, I will publicly release the module for all.



Tags: UPS v2 | Shipping Module | Free Software | Joomla | VirtueMart | UPSv2

Hits: 476 | Read more...


 
Reggie
USPSv5.2011-02-10 Available
2011.02.10 23:38:45

This version of my USPSv5 module includes:
- v4 Domestic and v2 Inernational API support (IMPORTANT! The old v3 is being phased out.)

- Bundled/Unbundled products

- Package Dimension declaration

- GXG support

- built for VirtueMart 1.1.7

 

Like with my USPSv5.2011-02-09-BASIC module, this module will be donation supported, and once I have obtained enough donations to cover the 6+ hours of time I spent on it, I will publicly release it.  If you would like a copy, please send a paypal donation labeled "USPSv5.2011-02-10", and I'll email a copy to you.



Tags: USPSv5 | USPS | VirtueMart | Shipping Module

Hits: 469 | Read more...


 
Page 1 of 3
<< Start < Prev 1 2 3 Next > End >>
Blog about joomla | IDOBlog - blog for joomla 1.5
template joomla