Page 36 of 67 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 667
  1. #351
    Join Date
    Feb 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I have just installed the Module.

    Install patch gave me following error:

    ERROR: Cannot insert configuration_key "" because it already exists

    Module works as expected except the quick update page only displays the product ID, not it's name.

    How can I display the product name?

  2. #352
    Join Date
    Feb 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Also, when I go to configuration/quick updates, I get an empty page - it's a zencart page with no options regarding quick updates.

  3. #353
    Join Date
    Feb 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Ok, I found it - the sql patch tried to insert an invalid value - 0 - instead of the actual group_id_value assigned to the table row. I manually replaced the @t4 variable in the patch with the appropriate value from the configuration_group tabla and can now edit the configurations from the admin.

  4. #354
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    When I install Zen Cart I make sure to leave the optional table prefix empty. Then you can install all sql using phpMyAdmin without modification :-)

    When your database tables do have a prefix however, you need to add that same prefix to the table names in the sql file before you can feed it to phpMyAdmin.

    (no idea what exactly causes the error messages in some cases, I only know using phpMyAdmin helps)

  5. #355
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    update for v2.03

    While checking the number of queries and query time I found that, when viewing only 320 products in approximately 60 categories, the script would execute over 22000 queries (when viewing with "Edit Linked Cats" selected).

    But fortunately it's easy to fix

    Open admin/quick_updates.php for editting and:

    replace all (2 instances?):
    Code:
    zen_get_category_tree()
    by:
    Code:
    $quick_updates_category_tree
    and after:
    Code:
    // eof get manufacturers
    add:
    Code:
    // bof get category_tree
    $quick_updates_category_tree = zen_get_category_tree();
    // eof get category_tree

    After these changes the number of queries, and the query time, are reduced over 20x (number of queries from 22335 to 1097) in the formentioned example.

  6. #356

    Default Re: Quick Updates 1.3 ?

    Just struggling with this mod in terms of displaying the product cost and margin. Everything else seems to work fine.

    I want to know how exactly i enable the products_purchase_price and margin feature?

    i have read through the thread 3 times now but am still not sure how to create the necessary coulmns.

    Any help would be appreciated very much.

  7. #357
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Is the problem with adding the fields to your database? Or?

  8. #358
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Quick Updates 1.3 ?

    Has anyone compiled a list of corrections/fixes/mods for Quick Update 2.03?

    Paulm: such as the one you just posted :)

    Also, I have added field for Product Qty Minimum and Product Qty Units (but need to add an admin switch for them).

    If we could get a solid list of accepted fixes we could post an updated version however minor it may be.

  9. #359
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Quick Updates 1.3 ?

    Oh! I forgot!

    Paulm... are you still working on a 3.x version???

  10. #360
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by chadderuski View Post
    Oh! I forgot!

    Paulm... are you still working on a 3.x version???
    Yes and No
    I still think about it sometimes and even write some lines code now and then. But at a certain point I started to get more and more doubts about it's core and about what direction it should move. And so I slowely but surely got further and further away from a release.
    Has anyone compiled a list of corrections/fixes/mods for Quick Update 2.03?

    Paulm: such as the one you just posted :)
    The only real issue that I know about is the one I just posted. More improvents will be possible of course. For example posting all old and new data values (which qu currently does) all the time seems not very smart, I think there are better/faster ways, which also would reduce the bandwith usage dramaticly when updating lots of products. But those are ideas only, not fixes...

    I don't have plans to upload an updated version. But if you are going to release one, and it includes the above queries fix, I think it would great

 

 
Page 36 of 67 FirstFirst ... 26343536373846 ... LastLast

Similar Threads

  1. Quick Updates
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 1 Mar 2008, 11:08 AM
  2. Quick Updates 2.0*
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Jun 2007, 01:32 PM
  3. Quick Updates
    By tuckerm in forum Customization from the Admin
    Replies: 11
    Last Post: 16 Dec 2006, 11:45 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR