Shipping Wrapper
Other products by Web 2 Market
Item #: SHIPWRAP
Our Price: $395.00
Quantity:
More
Less
 
Add to Cart

Description 

AbleCommerce 5.5 is now obsolete. Looking for an AbleCommerce 7 plugin? Click Here!.
----------------------------------------------------

The Shipping Wrapper files loop through each shipping gateway and modify information for the shipping methods that AbleCommerce displays.

As each section is processed the code checks to see what gateway AC is displaying. When it gets to the section that matches the gateway being displayed it then checks the Shipping Method. Within each section for each specific shipping method you can modify several variables:

  • paymentDisplay - This is the rate. You can adjust the rate returned here.
  • sServiceName - This is the name of the shipping method. For example, you can have UPS Next Day Air display as just Next Day.
  • sSKU - This is the SKU that will be entered in the database. So for UPS ground, instead of 2_03 you could have it enter into OrderItems UPG.
  • ShowMethod - This determines if the method should be displayed or not. This is useful for hiding FedEx methods that the customer doesn't want to display since AC doesn't provide this functionality in the Admin, but it can also be used to hide methods based on certain criteria, for example hide UPS Next Day or UPS 2 Day for only AK and HI addresses.
  • bDefaultMethod - If this is set to True then the shipmeth.cfm template will consider this the default method and have it checked automatically. If nothing is set to the Default AC will automatically check the first method output.

Support: AbleCommerce 5.5 CFMX only.