Page 31 of 67 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 667
  1. #301
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    Quick Updates v2.03a

    Added support for UPC/ISBN product fields.

    The UPC/ISBN mod was created to allow Zen Cart merchants to add UPC/ISBN information to each product. This information can then be extracted from the database into a feed file with such mods as the Google Base Feeder. To make adding the UPC/ISBN information more efficient, I have updated the Quick Updates module to version 2.03a which does not attempt to fix any bug issues.

    The new features are disabled by default as to not interfere with users who have not installed the UPC/ISBN mod. Therefore, if you are not going to be using UPC/ISBN, there is no difference between v2.03 and v2.03a.

  2. #302
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    Correction: to use v2.03a, you need to install the UPC/ISBN mod whether or not you are going to use them or not.

    Thus, if you are not going to use them, don't bother upgrading.

  3. #303
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    If you already did upgrade and haven't already installed UPC/ISBN support, to avoid any SQL errors when trying to run quick updates, install these two SQL commands:

    PHP Code:
    ALTER TABLE products ADD products_upc varchar(32NULL default NULL after products_model
    ALTER TABLE products ADD products_isbn varchar(32NULL default NULL after products_upc

  4. #304
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I'm trying to upload the SQL patch, but keep getting this error

    1062 Duplicate entry 'QUICKUPDATES_MODIFY_UPC' for key 2
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Display the ID.', 'QUICKUPDATES_DISPLAY_ID', 'true', 'Enable/Disable the products id displaying', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Display the thumbnail.', 'QUICKUPDATES_DISPLAY_THUMBNAIL', 'true', 'Enable/Disable the products thumbnail displaying', @t4, 2, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the model.', 'QUICKUPDATES_MODIFY_MODEL', 'true', 'Enable/Disable the products model displaying and modification', @t4, 3, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the UPC.', 'QUICKUPDATES_MODIFY_UPC', 'true', 'Enable/Disable the products UPC displaying and modification', @t4, 4, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the ISBN.', 'QUICKUPDATES_MODIFY_ISBN', 'true', 'Enable/Disable the products ISBN displaying and modification', @t4, 5, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the name.', 'QUICKUPDATES_MODIFY_NAME', 'true', 'Enable/Disable the products name editing', @t4, 6, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the Description.', 'QUICKUPDATES_MODIFY_DESCRIPTION', 'true', 'Enable/Disable the displaying and modification of products description', @t4, 7, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the status of the products.', 'QUICKUPDATES_MODIFY_STATUS', 'true', 'Allow/Disallow the Status displaying and modification', @t4, 8, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the weight of the products.', 'QUICKUPDATES_MODIFY_WEIGHT', 'true', 'Allow/Disallow the Weight displaying and modification?', @t4, 9, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the quantity of the products.', 'QUICKUPDATES_MODIFY_QUANTITY', 'true', 'Allow/Disallow the quantity displaying and modification', @t4, 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the manufacturer of the products.', 'QUICKUPDATES_MODIFY_MANUFACTURER', 'false', 'Allow/Disallow the Manufacturer displaying and modification', @t4, 11, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the class of tax of the products.', 'QUICKUPDATES_MODIFY_TAX', 'false', 'Allow/Disallow the Class of tax displaying and modification', @t4, 12, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the category.', 'QUICKUPDATES_MODIFY_CATEGORY', 'true', 'Enable/Disable the products category modify', @t4, 13, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Display price with all included of tax.', 'QUICKUPDATES_DISPLAY_TVA_OVER', 'true', 'Enable/Disable the displaying of the Price with all tax included when your mouse is over a product', @t4, 20, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Display the link towards the products information page.', 'QUICKUPDATES_DISPLAY_PREVIEW', 'false', 'Enable/Disable the display of the link towards the products information page ', @t4, 30, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Display the link towards the page where you will be able to edit the product.', 'QUICKUPDATES_DISPLAY_EDIT', 'true', 'Enable/Disable the display of the link towards the page where you will be able to edit the product', @t4, 31, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Activate or desactivate the commercial margin.', 'QUICKUPDATES_ACTIVATE_COMMERCIAL_MARGIN', 'true', 'Do you want that the commercial margin be activate or not ?', @t4, 40, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the sort order.', 'QUICKUPDATES_MODIFY_SORT_ORDER', 'true', 'Enable/Disable the products sort order modify', @t4, 14, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Use popup edit.', 'QUICKUPDATES_MODIFY_DESCRIPTION_POPUP', 'true', 'Enable/Disable using popup edit link to description editing', @t4, 14, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the UPC.', 'QUICKUPDATES_MODIFY_UPC', 'false', 'Enable/Disable the products UPC displaying and modification', @t4, 15, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the ISBN.', 'QUICKUPDATES_MODIFY_ISBN', 'false', 'Enable/Disable the products ISBN displaying and modification', @t4, 16, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    The very first page has someone who had this same problem, and he found a solution to it, but I don't know what files he was referring to that fixed his problem. What should I do?

  5. #305
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    Delete the last two lines of the SQL file and on the third to last line replace the comma , with a colon ;
    PHP Code:
    # remove Quick Updates setting 
    #

    #SELECT @quick_updates_id:=configuration_group_id
    #FROM configuration_group WHERE configuration_group_title="Quick Updates";
    #DELETE FROM configuration WHERE configuration_group_id=@quick_updates_id;
    #DELETE FROM configuration_group WHERE configuration_group_id=@quick_updates_id;

    # if not already added, install UPC/ISBNsupport:
    #
    #ALTER TABLE products ADD products_upc varchar(32) NULL default NULL after products_model; 
    #ALTER TABLE products ADD products_isbn varchar(32) NULL default NULL after products_upc;


    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title
    'Quick Updates';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;

    INSERT INTO configuration_group VALUES ('''Quick Updates''Set Quick Updates Options''1''1');
    UPDATE configuration_group SET sort_order last_insert_id() WHERE configuration_group_id last_insert_id();

    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title
    'Quick Updates';

    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES
    ('''Display the ID.''QUICKUPDATES_DISPLAY_ID''true''Enable/Disable the products id displaying', @t41NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Display the thumbnail.''QUICKUPDATES_DISPLAY_THUMBNAIL''true''Enable/Disable the products thumbnail displaying', @t42NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the model.''QUICKUPDATES_MODIFY_MODEL''true''Enable/Disable the products model displaying and modification', @t43NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the UPC.''QUICKUPDATES_MODIFY_UPC''false''Enable/Disable the products UPC displaying and modification', @t415NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the ISBN.''QUICKUPDATES_MODIFY_ISBN''false''Enable/Disable the products ISBN displaying and modification', @t415NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the name.''QUICKUPDATES_MODIFY_NAME''true''Enable/Disable the products name editing', @t46NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the Description.''QUICKUPDATES_MODIFY_DESCRIPTION''true''Enable/Disable the displaying and modification of products description', @t47NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the status of the products.''QUICKUPDATES_MODIFY_STATUS''true''Allow/Disallow the Status displaying and modification', @t48NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the weight of the products.''QUICKUPDATES_MODIFY_WEIGHT''true''Allow/Disallow the Weight displaying and modification?', @t49NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the quantity of the products.''QUICKUPDATES_MODIFY_QUANTITY''true''Allow/Disallow the quantity displaying and modification', @t410NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the manufacturer of the products.''QUICKUPDATES_MODIFY_MANUFACTURER''false''Allow/Disallow the Manufacturer displaying and modification', @t411NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the class of tax of the products.''QUICKUPDATES_MODIFY_TAX''false''Allow/Disallow the Class of tax displaying and modification', @t412NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the category.''QUICKUPDATES_MODIFY_CATEGORY''true''Enable/Disable the products category modify', @t413NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Display price with all included of tax.''QUICKUPDATES_DISPLAY_TVA_OVER''true''Enable/Disable the displaying of the Price with all tax included when your mouse is over a product', @t420NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Display the link towards the products information page.''QUICKUPDATES_DISPLAY_PREVIEW''false''Enable/Disable the display of the link towards the products information page ', @t430NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Display the link towards the page where you will be able to edit the product.''QUICKUPDATES_DISPLAY_EDIT''true''Enable/Disable the display of the link towards the page where you will be able to edit the product', @t431NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Activate or desactivate the commercial margin.''QUICKUPDATES_ACTIVATE_COMMERCIAL_MARGIN''true''Do you want that the commercial margin be activate or not ?', @t440NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Modify the sort order.''QUICKUPDATES_MODIFY_SORT_ORDER''true''Enable/Disable the products sort order modify', @t414NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'),
    (
    '''Use popup edit.''QUICKUPDATES_MODIFY_DESCRIPTION_POPUP''true''Enable/Disable using popup edit link to description editing', @t414NOW(), NOW(), NULL'zen_cfg_select_option(array(''true'', ''false''),'); 

  6. #306
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    If you haven't already installed the UPC/ISBN remove the # from the appropriate lines and copy and paste those individual lines to be added to your sql database.

  7. #307
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    When I upload the upgrade.sql, I get this error"

    1062 Duplicate entry 'QUICKUPDATES_MODIFY_UPC' for key 2
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Modify the UPC.', 'QUICKUPDATES_MODIFY_UPC', 'false', 'Enable/Disable the products UPC displaying and modification', @t4, 15, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),'), ('', 'Modify the ISBN.', 'QUICKUPDATES_MODIFY_ISBN', 'false', 'Enable/Disable the products ISBN displaying and modification', @t4, 16, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    and, when I try access quick updates, i get this error:
    1054 Unknown column 'p.products_upc' in 'field list'
    in:
    [select p.products_id, p.products_type, p.products_image, p.products_model, pd.products_name, p.products_status, p.products_upc, p.products_isbn, p.products_weight, p.products_quantity, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping, pd.products_description, p.products_quantity_order_max, p.products_sort_order, p.master_categories_id, m.manufacturers_name, p2c.categories_id from zen_products p LEFT JOIN zen_products_description pd ON (p.products_id = pd.products_id and pd.language_id = '1') LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN zen_products_to_categories p2c ON (p.products_id = p2c.products_id) order by p.products_id DESC limit 0, 20]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


  8. #308
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    I told you how to resolve both issues in my post.

    For the second in particular you need to install the "ALTER TABLE" lines from the SQL buy copying and pasting those lines and removing the #.

  9. #309
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quick Update 2.03b is generating the following error:
    PHP Code:
    1054 Unknown column 'p.products.epier' in 'field list'
    in:
    [
    select p.products_idp.products_typep.products_imagep.products_modelpd.products_namep.products_statusp.products_upcp.products_isbnp.products.epierp.products_weightp.products_quantityp.manufacturers_idp.products_pricep.products_tax_class_idp.products_date_addedp.products_last_modifiedp.products_date_availablep.products_quantity_order_minp.products_quantity_order_unitsp.products_priced_by_attributep.product_is_freep.product_is_callp.products_quantity_mixedp.product_is_always_free_shippingpd.products_descriptionp.products_quantity_order_maxp.products_sort_orderp.master_categories_idm.manufacturers_namep2c.categories_id from products p LEFT JOIN products_description pd ON (p.products_id pd.products_id and pd.language_id '1'LEFT JOIN manufacturers m ON (p.manufacturers_id m.manufacturers_idLEFT JOIN products_to_categories p2c ON (p.products_id p2c.products_idorder by p.products_id DESC limit 020]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
    It appears that one of the files included in this distribution assumes everyone is using epier which obviously is not the case. It probably wouldn't be a bad idea when packaging a contribution to use the standard Zen Cart stock and apply the changes to that as supposed to a custom file that may already include code changes for other contribution.

    Thanks!

  10. #310
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    It would be great if you can please provide this contribution without support/integration with epier. The assumption that every user of Quick Updates wants epier is faulty.

    Thanks!

 

 
Page 31 of 67 FirstFirst ... 21293031323341 ... 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