Page 182 of 361 FirstFirst ... 82132172180181182183184192232282 ... LastLast
Results 1,811 to 1,820 of 3601
  1. #1811
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    What is the significance of using a zero instead of a +? The ZC standard price_prefix of those two is, '+, -, or blank' does a value (number not a character) of zero mean something unique in your store?, if so, then may have to look up which line(s) to change to force the conversion to use a value instead of a string...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #1812
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi, is there a way to import products and setting in csv file Product Qty Min/Unit Mix = Yes ?

    thx

  3. #1813
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by solo_400 View Post
    Hi, is there a way to import products and setting in csv file Product Qty Min/Unit Mix = Yes ?

    thx
    Yes, by including the field header of: v_products_quantity_mixed
    for each value that is to have Product Qty Min/Unit Mix set to Yes, use the numerical value 1 in that row.

    A value of 0 will set it to No.

    If you would like that field to be included more often, ie on each export as applicable, then in the configuration for Easy Populate, add the following into the custom field section:
    products_quantity_mixed

    Then on export, the current value will be included, and then on import it will also be incorporated.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1814
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I have placed column v_products_quantity_mixed using value 1 after column v_products_quantity but after the import product has Product Qty Min/Unit Mix = No

  5. #1815
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by solo_400 View Post
    I have placed column v_products_quantity_mixed using value 1 after column v_products_quantity but after the import product has Product Qty Min/Unit Mix = No
    Maybe should have also asked: ZC version? Try a product with a value of 0? Also was the user defined field populated as described above. If not mistaken in one ZC version change they swapped the values. I verified in zc 1.5.1 that 1 was was yes, and 0 was no. It may be reversed in an older version.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1816
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    What a crack ... I don't like when I can't understand .

    -My version is 1.5.0
    -I tried with 0 and 1 and no change
    - I got mysql under query logging
    -When I import ( in this case by updating the already imported product.. result don't change when product is new ) I can see the sql log:

    UPDATE products SET
    products_price = '135.9',products_image = 'xxxx/xxxxxxx.pg',
    products_weight = '0',
    products_discount_type = '0',
    products_discount_type_from = '0',
    product_is_call = '0',
    products_sort_order = '0',
    products_quantity_order_min = '0',
    products_quantity_order_units = '0',
    products_priced_by_attribute = '0',
    product_is_always_free_shipping = '0',
    products_tax_class_id = '1',
    products_date_available = NULL,
    products_date_added = '2015-01-24 00:00:00',
    products_last_modified = CURRENT_TIMESTAMP,
    products_quantity = '1',
    manufacturers_id = '56',
    products_status = '1',
    metatags_title_status = '0',
    metatags_products_name_status = '0',
    metatags_model_status = '0',
    metatags_price_status = '0',
    metatags_title_tagline_status = '0' WHERE (products_id = '8917')

    As we can see the column products_quantity_mixed is not present on update or insert ( I have also did a general search for this field in all module's files ) action. That's why is being imported with default 0 column value.

    Am I doing something wrong here ?

  7. #1817
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Have you added the field into the configuration section of Easy Populate?

    Admin panel->configuration->Easy Populate 4
    Towards the bottom of the selections is a menu option similar to custom fields.
    Click on it and a box should appear on the right side, if it has an edit button, select the edit button, otherwise enter: products_quantity_mixed

    If there is already something there, then add a comma and then products_quantity_mixed without spaces....

    If anything, that right now is what has been missed or not identified as being done.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1818
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    And to provide understanding. The default install does not include the field products_quantity_mixed, so yes will default to whatever the database has as a default. In this case a zero. That said, eP4 was brilliantly written (not by me) to allow adding other fields that are in the products table to be appended.... This happens through the custom fields data entered in the admin.... If you search the code for custom you can find how/where it is used....
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1819
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    You totally zenned me :-) Thank you, it worked.

    Now I have a more serious problem:

    How can I tell EP4, after each product import to generate ceon_uri_mappings links ?

    my_new_product
    my_new_product/reviews
    my_new_product/review
    my_new_product/write-a-review

    Please don't tell me after new 1000 products imported one must manually go on every product and press update in order to generate ceon uri mappings links.

    thx

  10. #1820
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by solo_400 View Post
    You totally zenned me :-) Thank you, it worked.

    Now I have a more serious problem:

    How can I tell EP4, after each product import to generate ceon_uri_mappings links ?

    my_new_product
    my_new_product/reviews
    my_new_product/review
    my_new_product/write-a-review

    Please don't tell me after new 1000 products imported one must manually go on every product and press update in order to generate ceon uri mappings links.

    thx
    Let me see if I can zennly state it. Without venturing away from this site to obtain some additional software (maybe by following a link on this post/page), it would require a manual edit/save... I think beyond that I'm not allowed to publicly discuss it much further...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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