Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

beckiehawk

Pioneers
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by beckiehawk

  1. I downloaded the Georgia Sales Tax by county. It is based on the Ohio tax by county. When I try to import the 4 sql files, the first one, Georgia Zones, executes with no problem, but when I import the second one, Georgia Tax Rates, I get the following error

     

    Error
    SQL query:
    
    INSERT INTO tax_rates
    VALUES (
    
    '',  '2',  '1',  '1',  '7.00',  'Atkinson County Tax (7.00%)', NULL , NOW( ) ,  'ATKINSON'
    );
    
    MySQL said: 
    
    #1062 - Duplicate entry '0' for key 'PRIMARY' 

     

    When I try to import the third one, Zones I get this error:

     

    SQL query:
    
    INSERT INTO zones
    VALUES (
    
    '', 223,  'GA',  'Georgia (Atkinson County)'
    );
    
    MySQL said: 
    
    #1062 - Duplicate entry '0' for key 'PRIMARY' 

     

    Then the last one, Zones to Georgia Zones, executes successfully.

     

    I am not a an expert in SQL, so I don't know what to do about this. Can anyone tell me what I need to do here?

  2. I'm having the same issue and I've made sure the Zip code is in the shipping config in the admin panel, the account has been switched to the production server, I have uninstalled and reinstalled the USPS module and re-added the username and password. STILL NOT WORKING. Does anyone have any other ideas?

  3. I've installed the module and see "Discount Coupons" under "Catalog" in the admin area, but when I click the "Discount Coupons" link, I get a "Page Not Found" error:

     

    404 Not Found

     

    The requested URL /bookstore/admin/FILENAME_DISCOUNT_COUPONS does not exist.

     

    I've run the SQL you provided in the instructions, I've double checked to make sure I uploaded all the files into all the right directories. Any ideas about what's happening here?

×
×
  • Create New...