Announcement

Collapse
No announcement yet.

PayPal not taking payments.

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

    #31
    Hi Mike,

    Yes, it's the email address, not the merchant number.

    Do you mean putting # in front of the line $sCountry =~ s/^UK$/GB/;?

    So

    my $sCountry = $::g_LocationInfo{INVOICE_COUNTRY_CODE};
    #$sCountry =~ s/^UK$/GB/;
    my $sState = $::InvoiceContact{ADDRESS4};
    if ('US' eq $sCountry)
    {
    #
    # Only send state code for US addresses
    #
    $sState = ($::g_LocationInfo{INVOICE_REGION_CODE} ne $ActinicOrder::UNDEFINED_REGION) ?
    ActinicLocations::GetISOInvoiceRegionCode() : $::InvoiceContact{ADDRESS4};
    }


    Thanks again
    Kind Regards
    Karen

    Charmed Cards & Crafts

    Comment


      #32
      Yes, that's the one.

      It's a simple change and easily undone if it doesn't work.

      Mike

      PS; This makes me laugh as it is sending the state information.

      # Only send state code for US addresses
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #33
        Hi Mike, Can't change that, it says access is denied when trying to save it?
        Kind Regards
        Karen

        Charmed Cards & Crafts

        Comment


          #34
          This is the one in your Documents > Sellerdeck 2016 > Sites > Site1 > CommonOCC Folder? (for example with Site1 in Sellerdeck 2016)

          I can't think why there should be any access restrictions on that.

          You don't have multiple copies open or anything like that?

          Mike
          -----------------------------------------

          First Tackle - Fly Fishing and Game Angling

          -----------------------------------------

          Comment


            #35
            Originally posted by Mike Hughes View Post
            This is the one in your Documents > Sellerdeck 2016 > Sites > Site1 > CommonOCC Folder?

            I can't think why there should be any access restrictions on that.

            You don't have multiple copies open or anything like that?

            Mike
            Also consider opening the file with admin privileges, make sure SellerDeck is closed as well.
            Matt. M - SMR Enterprises Ltd.

            Comment

            Working...
            X