Announcement

Collapse
No announcement yet.

Error with shipping to USA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error with shipping to USA

    My site has suddenly started to produce the following error:

    Error executing the advanced shipping plug-in script. Undefined subroutine &ActinicOrder::SetDefaultShipping called at (eval 29) line 1265.

    I have searched my site1 for SetDefaultShipping and found just one instance, a call to the routine in sub CalculateMultiPackageShipping in ShippingTempate.pl

    Any suggestions as to what has gone wrong?
    Kes

    #2
    Hi Kes

    Please open the ShippingTemplate.pl and find the following line

    Code:
    #
    # Handle no valid zone/class combinations and no valid SSP Providers for 
    our location
    #
    if(@$parrZonesClasses == 0 &&
            @$pProviderList == 0)
            {
            return(SetDefaultShipping());
            }
    Change return(SetDefaultShipping());

    to

    return(SetDefaultCharge());

    Save and Update. Should work now. Also upgrading to the latest version of 5 should also fix it. You can download the latest version from http://www.actinicdownloads.com/v5/

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks

      Nadeem

      Thanks very much. Looks good.

      Kester
      Choices
      Kes

      Comment

      Working...
      X