Page 2 of 2 FirstFirst 12
Results 11 to 20 of 678

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    92
    Plugin Contributions
    0

    Default How do I launch Quick Update

    I have installed version Quick Update 2.05 and can see the 'Quick Updates' in configuration but can not see where to actually launch the software. There is no menu option in either 'Tools' or 'Extras'.

    The installation process was error free.

    Please could some one enlighten me as to where the mod is run from?

    Thanks

    Paul



    Running on version:

    Zen Cart 1.3.7
    Database Patch Level: 1.3.7
    v1.3.6 [2006-11-28 13:20:20] (Version Update 1.3.5->1.3.6)
    v1.3.5 [2006-11-28 13:20:19] (Version Update 1.3.0.2->1.3.5)
    v1.3.0.2 [2006-11-28 13:20:18] (Version Update 1.3.0.1->1.3.0.2)
    v1.3.0.1 [2006-11-28 13:18:50] (Version Update 1.3.0->1.3.0.1)
    v1.3.0 [2006-11-28 13:18:50] (Version Update 1.2.7->1.3.0)
    v1.2.7 [2006-11-28 13:10:56] (Version Update 1.2.6->1.2.7)
    v1.2.6 [2005-09-10 08:43:21] (Fresh Installation)
    Paul
    ######################################################################
    http://kiwisouvenirs.com/

  2. #2
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: How do I launch Quick Update

    Quote Originally Posted by pstarling View Post
    Please could some one enlighten me as to where the mod is run from?
    Admin>Catalog>Quick Updates

  3. #3
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    92
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    As you can see below I don't have an entry in the catalog area!

    Anyone got any ideas?

    Paul

    Catalog

    Categories/Products
    Product Types
    Products Price Manager
    Option Name Manager
    Option Value Manager
    Attributes Controller
    Downloads Manager
    Option Name Sorter
    Option Value Sorter
    Manufacturers
    Reviews
    Specials
    Featured Products
    SaleMaker
    Products Expected
    Paul
    ######################################################################
    http://kiwisouvenirs.com/

  4. #4
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by pstarling View Post
    As you can see below I don't have an entry in the catalog area!
    Then you need to reinstall because not all of the files transferred.

  5. #5
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    great program - installed just fine. Doesn't want to do a site wide update of prices - about 1000 products. I made sure all were checked - it only updated the first 8 items. Another site that I have with 200 products worked Ok. What am I missing. Thanks - I am using ver 2.05

  6. #6
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I am trying to add a new column to the quick update UI and I am having a tough time understanding a few aspects of the file. When I view the live site I have name, description, price, price inc, all the fields but when i run it locally I only see the two fields name and price. All the other fields are not visible. Upon further review of the quick_updates.php I noticed some if statements that wrapped most of the fields in the view. For example::

    if(QUICKUPDATES_MODIFY_NEW_COLUMN_1 == 'true')
    echo zen_quickupdates_table_head('p.' . QUICKUPDATES_MODIFY_NEW_COLUMN_1, TABLE_HEADING_NEW_COLUMN_1);
    if(QUICKUPDATES_MODIFY_NAME == true)
    echo zen_quickupdates_table_head('pd.products_name', TABLE_HEADING_PRODUCTS);
    if(QUICKUPDATES_MODIFY_DESCRIPTION == 'true')
    echo zen_quickupdates_table_head('pd.products_description', TABLE_HEADING_PRODUCTS_DESCRIPTION);
    if(QUICKUPDATES_MODIFY_MANUFACTURER == 'true')
    echo zen_quickupdates_table_head('m.manufacturers_name', TABLE_HEADING_MANUFACTURERS);
    if(QUICKUPDATES_MODIFY_STATUS == 'true')
    echo zen_quickupdates_table_head('p.products_status', TABLE_HEADING_STATUS);
    if(QUICKUPDATES_MODIFY_SORT_ORDER == 'true')
    echo zen_quickupdates_table_head('p.products_sort_order', TABLE_HEADING_SORT_ORDER);
    if(QUICKUPDATES_MODIFY_QUANTITY == 'true')
    echo zen_quickupdates_table_head('p.products_quantity', TABLE_HEADING_QUANTITY);


    The problems is that most of those constants are not defined anywhere in the application. So of course they are always going to execute to false. My question is whether anyone has any knowledge of why these if statements are there and do they serve some purpose.

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

    Default Re: Quick Updates 1.3 ?

    Looks like the sql file is not loaded. By loading the sql file the settings (constants) are added to the database, so that you can configure the setting in your Zen Cart admin panel.

  8. #8

    Default Re: Quick Updates 1.3 ?

    Help! What have I done? (not actually expecting an answer to that one LOL)

    I had this installed, worked perfect, beautifully in fact. I love everything about it. Then I had to uninstall another mod (FedEx) and this stops working. I have re-uploaded the files from version 2.03 -2.05 and restored the good backup copy of my database, ran the sql each time and the only thing i ever get is redirected to www.mysite.com/admin/index.php. No updates, no blank page, just kicks me back to start.

    The one thing I didn't do was to delete this mod completely and then start over, but why should i? I did check that the files were overwriting. They are.
    I have tried running the sql through phpMyadmin and the install sql patches area in the store admin. Nothing. I'm getting very frustrated. Hope someone can help me.
    The only thing I can think of is maybe the "good" copy isn't so good? But why would it matter if the sql uninstalls itself before it installs again? Or does it?

    I can see it all. I can play with it, pull down the boxes, write in the spaces, select the radio buttons, but when I click "Update", it doesn't.

  9. #9

    Default Re: Quick Updates 1.3 ?

    Okay, I just found out that the copy feature does work. It will copy a product, but then you can't update it unless you go to the normal edit product page to do it.

    I also found out there is a security vulnerability in the mod according to Web Developer Toolbar for FF.

  10. #10

    Default Re: Quick Updates 1.3 ?

    I found the answer finally. I had to do with an incomplete security update. I had overwritten the html_output.php file with the non-security updated one, when un-installing one of the mods. I appreciate all the help and quick responses with my problem. Someone could have at least told me to look elsewhere if you didn't know the answer.

 

 
Page 2 of 2 FirstFirst 12

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

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