View Single Post
  #259  
Old 03-22-2008, 11:20 AM
 
deltron3030 deltron3030 is offline
 

Advanced Member
  
Join Date: Feb 2008
Posts: 32
 

Default Re: Pre-Login Shipping Calculator

This mod works fine for me in 4.1.9, Balinor you can get fedex rates my adding this twice below

just under $ship_mods[] = "DHL";

add
if ($fedex_mod == 'FEDEX_direct')
$ship_mods[] = $fedex_mod;



in the myshipper.php file
__________________
xcart 4.2
Reply With Quote