Results 1 to 2 of 2

Thread: Shipping Providers not updating via admin gui

  1. #1
    scliburn is offline Sugar Community Member
    Join Date
    Sep 2005
    Location
    Southern California
    Posts
    50

    Default Shipping Providers not updating via admin gui

    We cannot update our shipping providers via the admin console.

    We have had to update the list directly via the DB.

    anyone experience this before I post the bug?

    Is the list limited to 20 records? I guess i will check the query.
    Last edited by scliburn; 2005-11-17 at 06:50 PM.

  2. #2
    scliburn is offline Sugar Community Member
    Join Date
    Sep 2005
    Location
    Southern California
    Posts
    50

    Talking Re: Shipping Providers not updating via admin gui

    The number of listings per page is set via the config.php page

    When adding manually via the admin section, the ID is not incrementing via the mysql increment field option.
    This is causing problems as the code in this aspect is not well written.

    I entered a new shipping provider and it was entered with the same id number as another provider. I found this by manually checking mysql.

    there were in fact 4 duplicate records. None of which were slated as deleted. 24 in all, but only 19 showing.

    I guess i will aplly my own patch to this and force the incrementing index id, and to rewrite the delete functions.
    nothing seems to be deleted from Smart. everything gets flagged with an arbitrary 1/0. this is not wise as your db can grow quickly causing some issues.

    the last statement is opinion!
    Last edited by scliburn; 2005-11-17 at 11:51 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •