Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Like
    [email protected] reacted to Roaddoctor in FedEx - Web Services v9   
    All-
     
    I will be posting a new and vastly improved version of theis module within a day or two... just a few more details to iron out.
     
    - Added "Ship-Seperate" (FedEx Real Time quote users) aka "ready-to-ship" (UPS users) functionality
    - added seperate surcharges for ground, express, intl, etc....
    - improved the rate presentation with item count, weight, and transit days for ground services.
    - Several more minor enhancements
     
    If there is anyone with developer coding skills that can help me iron out a few last bugs,,,, I could use a little help. Message me please and I will call you.
     
    Almost there....
  2. Like
    [email protected] reacted to petercascio in FedEx - Web Services v9   
    I put this in at line 256. Shouldn't be hard to adjust if you don't ship to too many countries.
     
    You can also keep whatever % you already charge as a handling fee. If you charge a flat handling fee just hard code the amount below.
     
    We have to change the shipping adjustments frequently -- we have FIERCE competitors in a small niche wholesale market -- so I use a spreadsheet and copy and paste the adjustments.
     
    BTW, we used this in the UPS module before we switched to Fedex.
     
     

    /* mod: adjust Fedex shipping quote up or down by a set percentage; this mod requires handling fee to be set to % in Fedex module admin. 15 = 15% increase and -15 = 15% decrease */ //$state_discounts = array ('CA' => -7.00, 'OR' => -7.00, 'WA' => -7.00, 'AK' => 18.00, 'AL' => 18.00, 'AR' => 18.00, 'AZ' => 18.00, 'CO' => 18.00, 'CT' => 23.00, 'DC' => 23.00, 'DE' => 23.00, 'FL' => 18.00, 'GA' => 18.00, 'HI' => 13.00, 'IA' => 18.00, 'ID' => 18.00, 'IL' => 18.00, 'IN' => 18.00, 'KS' => 18.00, 'KY' => 18.00, 'LA' => 18.00, 'MA' => 23.00, 'MD' => 23.00, 'ME' => 23.00, 'MI' => 18.00, 'MN' => 18.00, 'MS' => 18.00, 'MT' => 18.00, 'NC' => 18.00, 'ND' => 18.00, 'NE' => 18.00, 'NH' => 23.00, 'NJ' => 23.00, 'NM' => 18.00, 'NV' => 18.00, 'NY' => 23.00, 'OH' => 23.00, 'OK' => 18.00, 'PA' => 18.00, 'PR' => 13.00, 'RI' => 23.00, 'SC' => 18.00, 'SD' => 18.00, 'TN' => 18.00, 'TX' => 18.00, 'UT' => 18.00, 'VA' => 18.00, 'VT' => 23.00, 'WI' => 18.00, 'WV' => 18.00, 'WY' => 18.00); $state_discounts = array ('AK' => -15.00, 'HI' => -15.00, 'CA' => -15.00, 'OR' => -15.00, 'WA' => -15.00, 'AZ' => -10.00, 'NM' => -10.00, 'TX' => -10.00, 'CO' => -10.00); /* end mod */ $cost += $cost*(str_replace('%','',$this->handling_fee)/100);
  3. Like
    [email protected] reacted to homewetbar in NEW! Complete Order Editing Tool!   
    FYI for everyone having errors with this contribution (excluding custom installs) use version 5.0.7 by surfalot. It fixed the errors I was having with version 5.0.9 and works great. The other versions since have had errors introduced into them.
×
×
  • Create New...