Page 310 of 360 FirstFirst ... 210260300308309310311312320 ... LastLast
Results 3,091 to 3,100 of 3595
  1. #3091
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by jodean View Post
    Is the 1.56c version now supported?
    Not 100% sure how to answer this question. As written (which may be related to a language issue) the answer is yes because issues that are identified are corrected. As perhaps understood to be meant, I have been able to successfully use EP4 as provided from GitHub on ZC 1.5.6c. Currently, one of the added features is not 100% complete.

    The new feature of using the extension of _en or similar to denote a specific language works for the full import; however, does not for one or two of the other imports.

    Note, that this new feature has been incorporated to allow continued use of the import file(s) as they were (a language dependent field ending with the language_id associated with how that database is setup) but it also offers some override type features where if both the language_code (e.g. en, de) and language_id were used then one overrides the other.

    Further note, that although I chose to be somewhat forceful in discussion with a recent user at the cost of being seen as a jerk, the information obtained led to a solution that resolved the issues that otherwise were going to be ignored.

    As far as the software with Zen Cart 1.5.6c there is nothing done to that version of software affecting this, the issues if any are or expected to be related to php versions.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #3092
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    ZC 1.5.6a Classic Clone.
    CheckBoxTextBoxIconV1.0.3
    EasyPopulate-4.master-ZC
    one_page_checkout-2.0.5
    ColumnGridLayout_for_155f

    Using two "Product Types"
    (Type 1) Product General and (Type 4) Document Product.
    When I export with ep4 the v_products_type column is correct.
    ( I get 1 & 4 )
    When I import all type 4 get changed to type 1.
    Searched all morning but could not find a solution.
    Is there a setting that over rides product types when importing with EP4?

    In Admin "editing " category mode (Type) doesn't have any effect on the Product Type setting of products already entered.
    When entering new products in Admin the Type setting works correctly

    Thank You in Advance for your time.

  3. #3093
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by linuxguy2 View Post
    ZC 1.5.6a Classic Clone.
    CheckBoxTextBoxIconV1.0.3
    EasyPopulate-4.master-ZC
    one_page_checkout-2.0.5
    ColumnGridLayout_for_155f

    Using two "Product Types"
    (Type 1) Product General and (Type 4) Document Product.
    When I export with ep4 the v_products_type column is correct.
    ( I get 1 & 4 )
    When I import all type 4 get changed to type 1.
    Searched all morning but could not find a solution.
    Is there a setting that over rides product types when importing with EP4?

    In Admin "editing " category mode (Type) doesn't have any effect on the Product Type setting of products already entered.
    When entering new products in Admin the Type setting works correctly

    Thank You in Advance for your time.
    While there are few "restrictions" really placed on the software, one that is present is by default allowing the product type to be changed on update. That said, because it is a product field, there is the ability to incorporate it as a user defined field in the configuration area. In this way, updates will attempt to modify the products_type field so long as products_type is identified there.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #3094
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by linuxguy2 View Post
    ZC 1.5.6a Classic Clone.
    CheckBoxTextBoxIconV1.0.3
    EasyPopulate-4.master-ZC
    one_page_checkout-2.0.5
    ColumnGridLayout_for_155f

    Using two "Product Types"
    (Type 1) Product General and (Type 4) Document Product.
    When I export with ep4 the v_products_type column is correct.
    ( I get 1 & 4 )
    When I import all type 4 get changed to type 1.
    Searched all morning but could not find a solution.
    Is there a setting that over rides product types when importing with EP4?

    In Admin "editing " category mode (Type) doesn't have any effect on the Product Type setting of products already entered.
    When entering new products in Admin the Type setting works correctly

    Thank You in Advance for your time.
    Quote Originally Posted by mc12345678 View Post
    While there are few "restrictions" really placed on the software, one that is present is by default allowing the product type to be changed on update. That said, because it is a product field, there is the ability to incorporate it as a user defined field in the configuration area. In this way, updates will attempt to modify the products_type field so long as products_type is identified there.
    I've tried to look further into what might cause a change in the status and see that it seems if the v_products_type field is not present in the import file, then the value might be changed. Could you please identify the presence of that field in an import file where this type conversion has occurred? Have a few ideas about how to address what appears to be a todo item, though I thought it had been otherwise addressed.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #3095
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    I've tried to look further into what might cause a change in the status and see that it seems if the v_products_type field is not present in the import file, then the value might be changed. Could you please identify the presence of that field in an import file where this type conversion has occurred? Have a few ideas about how to address what appears to be a todo item, though I thought it had been otherwise addressed.
    The v_products_type field is in the import file and contains the desired values ( 1 & 4)
    As I indicated the export file contains the correct value 1&4 in the v_products_type field which was entered/selected via the Admin interface.
    Uploading the same file flips all v_products_type back to 1.

    Thanks,

  6. #3096
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by linuxguy2 View Post
    The v_products_type field is in the import file and contains the desired values ( 1 & 4)
    As I indicated the export file contains the correct value 1&4 in the v_products_type field which was entered/selected via the Admin interface.
    Uploading the same file flips all v_products_type back to 1.

    Thanks,
    And the settings for the User defined fields in configuration->Easy Populate V4?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #3097
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    And the settings for the User defined fields in configuration->Easy Populate V4?
    I believe I just use the default settings.
    Please see attached images
    Click image for larger version. 

Name:	EP4_Dashboard_01.jpg 
Views:	39 
Size:	60.2 KB 
ID:	18747Click image for larger version. 

Name:	EP4_Config_01.jpg 
Views:	36 
Size:	19.3 KB 
ID:	18748

  8. #3098
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by linuxguy2 View Post
    I believe I just use the default settings.
    Please see attached images
    Click image for larger version. 

Name:	EP4_Dashboard_01.jpg 
Views:	39 
Size:	60.2 KB 
ID:	18747Click image for larger version. 

Name:	EP4_Config_01.jpg 
Views:	36 
Size:	19.3 KB 
ID:	18748
    Ahh yes, that version 4.0.36.ZC did have a little issue with products_type on import which at least is partially addressed in the current master branch. I thought that change had been incorporated sooner, but see that is not the case.

    Anyways, I wanted to acknowledge the issue and am trying to put together even just some code here to address it, but at the moment I'm a little short on resources.

    I do "think" that if the field were added as a user identified field that the file's value would override the code's attempt to set/maintain a value.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #3099
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Ahh yes, that version 4.0.36.ZC did have a little issue with products_type on import which at least is partially addressed in the current master branch. I thought that change had been incorporated sooner, but see that is not the case.

    Anyways, I wanted to acknowledge the issue and am trying to put together even just some code here to address it, but at the moment I'm a little short on resources.

    I do "think" that if the field were added as a user identified field that the file's value would override the code's attempt to set/maintain a value.
    Cool! No rush. Just wanted to be sure I wasn't overlooking some setting.
    I'll see if I can find the fix in the code, a work around or upgrade to the newest version.
    Haven't used this feature before and because I'd like to display "Quantities on Hand" on specific items it will come in handy.

    This Plugin has been such a time saver I can't imagine using ZC without it.

    Thanks, For Your time!!!!

  10. #3100
    Join Date
    Sep 2008
    Location
    Calgary, AB
    Posts
    33
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi all. Upgrading from Easy Populate 1.2.5.4
    Please confirm that I'm understanding this correctly:
    Old version: v_categories_name_1, v_categories_name_2, v_categories_name_3 (etc.) was Category, Sub-Category, Sub-sub-Category (etc.) (ie. Vegetable, Tomato, Roma, for example)
    New version: v_categories_name_1, v_categories_name_2, v_categories_name_3 (etc.) are now languages (ie. English, French, German, etc. would be Vegetable, Légume, Gemüse, etc.)
    To get sub-categories, I need to put all words in the v_categories_name_1 (for English) separated by carats Vegetable^Tomato^Roma
    Correct?
    Thanks.
    My Sewing Room
    #148, 8228 Macleod Tr SE, Calgary, AB T2H 2B8
    mysewingroom.ca

 

 

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