Page 48 of 67 FirstFirst ... 38464748495058 ... LastLast
Results 471 to 480 of 667
  1. #471
    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

  2. #472
    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/

  3. #473
    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.

  4. #474
    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

  5. #475
    Join Date
    Apr 2008
    Location
    Ohio
    Posts
    22
    Plugin Contributions
    0

    Default Re: Quick Updates v2.5

    OK this may sound pretty stupid, but I am new to using quick updates.

    if I add a +15% it updated the public price offered, however it does not alter the wholesale price, I am sure I am doing something very simple wrong, but have tried several different combination's and nothing seems to work.

    I am using the dual pricing mod for the wholesale pricing.

    I do not want to alter the retail prices as I use specials for that, what I need is to update the wholesale pricing.

    Simply put I want to use easy populate to add all my products, then I will go to quick updates and update the wholesale price so that it has my small markup in it to my wholesale customers.

    I tried this combo in the pricing box +0%, +15% and it did not work. I only have retail and wholesale one level each, so I am not sure what I am doing wrong.

    Can someone please give me details as to how I would structure the input to alter the wholesale only?

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

    Default Re: Quick Updates 1.3 ?

    (I don't use wholesale prices and I currently use a heavily modified version of quick updates, but) If I remember well wholesale prices were added as a quick hack at the time, and I am almost sure you can only edit the wholesale prices one by one by entering the new values. So you can't apply a percentage or add an amount to all displayed wholesale prices in one go.

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by 2004g35 View Post
    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
    It's probably a very low memory limit setting on the server.

  8. #478
    Join Date
    Apr 2008
    Location
    Ohio
    Posts
    22
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    (I don't use wholesale prices and I currently use a heavily modified version of quick updates, but) If I remember well wholesale prices were added as a quick hack at the time, and I am almost sure you can only edit the wholesale prices one by one by entering the new values. So you can't apply a percentage or add an amount to all displayed wholesale prices in one go.
    ah phooey, that's the reason I installed quick updates so I could do a percentage increase on the wholesale side, as the retail discounts I have already in the easy populate file.

    Thanks for your help.

  9. #479
    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.

  10. #480
    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.

 

 
Page 48 of 67 FirstFirst ... 38464748495058 ... 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