Page 113 of 361 FirstFirst ... 1363103111112113114115123163213 ... LastLast
Results 1,121 to 1,130 of 3601
  1. #1121
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by scubasteve View Post
    I am having two issues with getting the v_products_description_1 field to update.

    1. It seems to load on a completely new product but when I try to update it does not change.
    2. I also have issues with it truncating the field at random lengths. I have queries that search and replace all special characters with their HTML friendly equivalent which seemed to help in some instances. These are MEMO fields in Access 2007 and when I export I always go into the export spec file and make sure the field is set to MEMO and has a width of 8000 characters or so.

    The text files look good and import the other fields like quantity and call the correct values. I'm currently working trying to update the Manufacturer: Charles Industries on my www.navigatorschoice.com site with is v1.5.0 but have the same problems with www.scubastevesmarine.com which is v1.5.1.

    I have attached the file I'm importing currently. A link to one of the items is http://www.navigatorschoice.com/inde...oducts_id=1527, it updated successfully the quantity to zero and product is call to 1. But the description should have had some red text added to it which didn't update.

    Any assistance with these issues is appreciated.
    I've been thinking about this the last couple of days, but unfortunately haven't been at the right computer long enough to download and review your sample file.
    I'm curious though about the lack of updating description 1 after originally uploading it.
    What file type is/was used to originally insert it and then what filetype is/was used to try to update it? What type of modification was attempted? Was it just an attempt to add html color coding? (If so, I can't remember if there are tag filters in this plug-in and if there are whether those tags missing are the ones "needed/desired".

    Unfortunately there is also an added complexity of all of the substitutions needed for the Access 2007 conversion.

    A little more description/clarity is needed (ie. about where all of this "work" is occurring and tests done to possibly determine the cause of the random truncation. Anything consistent about the text file that is updated in relationship to the truncation point? Etc...)

  2. #1122
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    I need to:
    1. Move products to new categories.
    2. Delete the old categories


    Moving did not seem to be a problem, I just changed the "v_categories_name_1" reference. HOWEVER... when I did this, all the products showed up as LINKED. @#%$!!!

    Just as annoying, there appears to be no way to delete the old categories, short of going manual.

    Grrrrrrrrrrrr! Are there any paid mods out there that are worth a look? I'd pay a grand without batting an eye for a simple way to edit my db en masse.

  3. #1123
    Join Date
    Oct 2005
    Posts
    54
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    I've been thinking about this the last couple of days, but unfortunately haven't been at the right computer long enough to download and review your sample file.
    I'm curious though about the lack of updating description 1 after originally uploading it.
    What file type is/was used to originally insert it and then what filetype is/was used to try to update it? What type of modification was attempted? Was it just an attempt to add html color coding? (If so, I can't remember if there are tag filters in this plug-in and if there are whether those tags missing are the ones "needed/desired".

    Unfortunately there is also an added complexity of all of the substitutions needed for the Access 2007 conversion.

    A little more description/clarity is needed (ie. about where all of this "work" is occurring and tests done to possibly determine the cause of the random truncation. Anything consistent about the text file that is updated in relationship to the truncation point? Etc...)
    Original file type that was upload was a text file. I don't think this is the issue as the scubastevesmarine.com site was originally uploaded with Advanced Easy Populate 3.0.3 (tab delimited text file) and the Navigatorschoice.com was originally loaded with this version of EP4 a csv text file. They both experience the same issue.

    Of course both sites now use EP4 and a csv text file. I have developed a search and replace code in Access to change all the special characters to their HTML equivalent to fix the issue with special characters causing a problem if loaded as the special character and not HTML. I have experienced copyright symbols, etc causing problems with loading of long memo text. Simple but long replace function that works effectively at cleaning up all the special characters. I'll put the code at the end of this post in a quote.

    As for what I'm modifying it would be just uploading the complete descriptions now that I have figured out a way to resolve the special characters issue in a manner that is efficient for fixing 14,000+ items. The file I attached is adding new text which is highlighted in red. Essentially the same thing just a small sample that is easy to work with. I could manually do this for these but it really wouldn't address the issue of 100's or 1,000's of items that need to be updated, which is the real issue.

    The products all contained in a Access 2007 database for each website 14,000 in on and 4,000+ in the other. All the queries build export tables to update various fields on the website. As I indicated above the description field is "cleaned" of special characters. For a description update the file exported would typically have the v_product_description_1 field at the end of the table to make the file specification in Access easier to deal with in setting the export field to a Memo field and setting the character length to a sufficient length to capture all the characters in the field for each product (I have tried differing lengths 8k, 10k, 12k all produce same import results). I have also tried loading just the description field alone with the only other field being product_model, same results.

    The necessity to clean the special characters comes from the supplier whose data files send the HTML code mixed with special characters as opposed to their HTML equivalents. I have never had issue with the ACCESS 2007 export file function other than with this field. The csv files it creates function properly on any other import except for the description field.

    One other thing it seems the fields while random seem to cut off around 400 or so characters if I recall correctly.

    I appreciate any assistance you can provide. Let me know if there is anything else I could provide to assist in troubleshooting the issue. Thanks again.

    Quote Originally Posted by ACCESS 2007 REPLACE SPECIAL CHARACTERS FUNCTION
    unction DescSpecCharToHTML(v_products_description_en) As String

    Dim fdesc_nospec As String

    fdesc_nospec = Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace( Replace(Replace(Replace(Replace(Replace(Replace(v_products_description_en, Chr(34), """), Chr(145), "‘"), Chr(146), "’"), Chr(147), "“"), Chr(148), "”"), Chr(153), "™"), Chr(174), "®"), Chr(169), "©"), Chr(96), "`"), Chr(44), ","), Chr(176), "°"), Chr(39), "'"), Chr(126), "~"), Chr(153), "™"), Chr(133), "…"), Chr(252), "ü")

    DescSpecCharToHTML = fdesc_nospec

    End Function

  4. #1124
    Join Date
    Oct 2005
    Posts
    54
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Also here are the EP4 settings if they might help with resolving the issue:

    Upload Directory: MY_ADMIN_UPLOADS
    Verbose Feedback: TRUE
    Split Records: 4000
    Execution Time: 120
    Convert Curly Quotes: No Change
    Convert Char 0x92: No Change
    Enable Products Metatags: 1
    Enable Products Music: 0

    Custom Products Fields
    Product Short Descriptions: FALSE
    Product Unit of Measure: FALSE
    Product UPC Code: FALSE
    Google Product Category: FALSE
    Manufacturer's Suggested Retail Price: FALSE
    Group Pricing Per Item: FALSE
    Exclusive Products Mod: FALSE

    User Defined Products Fields:

    Installed Languages
    1-en: English
    Default Language: 1-English
    Internal Character Encoding: UTF-8
    DB Collation: utf8

    Database Field Lengths
    categories_name:32
    manufacturers_name:32
    products_model:32
    products_name:100

  5. #1125
    Join Date
    May 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Hi,

    Been using the Advanced Easy Populate on v1.3.9. Does anyone know if it will still work in v1.5.1?
    Is Easy Populate 4.0 better? What is the difference? This is beta version, is it still unstable and subject to testing?

  6. #1126
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by waterbender View Post
    Hi,

    This is beta version, is it still unstable and subject to testing?
    Sorry, for not being able to answer the rest of your questions, but as I understand it, this is to be published soon as an actual Zen Cart plug-in, but the author has had some other priorities above doing that. I would say that the only unstable part I have observed is the user knowing what the program will do based on the data provided and it's current limitations. (Ie, documentation does not have great depth... Yet.)

    One thing that seems to be relatively different from other versions of easy populate is that it depends on the product model field to perform all of its actions. Subject to testing? Well isn't every plug-in? It does seem that those new to it go through a sort of initial testing phase as they become familiar with the file naming requirements, the interaction of the various files (what needs to be imported to get from nothing to a product priced by newly created attributes for example). Beyond that, I can't say that I have used the other versions identified. To me, the code of this plug-in is relatively straight forward so if there is something to be done with it like to rearrange or add onto, its not terribly difficult to find where to put it.

    I do know there is some development being done to better support multiple languages, but not sure where that is at in development.

  7. #1127
    Join Date
    Oct 2005
    Posts
    54
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by waterbender View Post
    Hi,

    Been using the Advanced Easy Populate on v1.3.9. Does anyone know if it will still work in v1.5.1?
    Is Easy Populate 4.0 better? What is the difference? This is beta version, is it still unstable and subject to testing?

    Advanced Easy Populate is not compatible with 1.5.1 as I understand it. Which is the reason I made the switch recently. It required me to make some changes to the files the EOREOR record is no longer required. The files are CSV instead of tab-delimited. You must upload the files prior to import and split them if necessary instead of streaming the import. I found this to be much faster than Adv EP. Overall I think this version is as good or better. It does everything I need it to do. I'm having a small issue with the long text description field but that may be unique to my situation. Still trying to figure that out. One of the changes with Categories is using the ^ symbol instead of ~ to delimit the categories. Overall once I got used to the changes I like this version a little better than Adv EP. You can install EP4 in 1.3.9h and use them both if you haven't upgraded to 1.5.1 yet while you transition.

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by scubasteve View Post
    Original file type that was upload was a text file. I don't think this is the issue as the scubastevesmarine.com site was originally uploaded with Advanced Easy Populate 3.0.3 (tab delimited text file) and the Navigatorschoice.com was originally loaded with this version of EP4 a csv text file. They both experience the same issue.

    Of course both sites now use EP4 and a csv text file. I have developed a search and replace code in Access to change all the special characters to their HTML equivalent to fix the issue with special characters causing a problem if loaded as the special character and not HTML. I have experienced copyright symbols, etc causing problems with loading of long memo text. Simple but long replace function that works effectively at cleaning up all the special characters. I'll put the code at the end of this post in a quote.

    As for what I'm modifying it would be just uploading the complete descriptions now that I have figured out a way to resolve the special characters issue in a manner that is efficient for fixing 14,000+ items. The file I attached is adding new text which is highlighted in red. Essentially the same thing just a small sample that is easy to work with. I could manually do this for these but it really wouldn't address the issue of 100's or 1,000's of items that need to be updated, which is the real issue.

    The products all contained in a Access 2007 database for each website 14,000 in on and 4,000+ in the other. All the queries build export tables to update various fields on the website. As I indicated above the description field is "cleaned" of special characters. For a description update the file exported would typically have the v_product_description_1 field at the end of the table to make the file specification in Access easier to deal with in setting the export field to a Memo field and setting the character length to a sufficient length to capture all the characters in the field for each product (I have tried differing lengths 8k, 10k, 12k all produce same import results). I have also tried loading just the description field alone with the only other field being product_model, same results.

    The necessity to clean the special characters comes from the supplier whose data files send the HTML code mixed with special characters as opposed to their HTML equivalents. I have never had issue with the ACCESS 2007 export file function other than with this field. The csv files it creates function properly on any other import except for the description field.

    One other thing it seems the fields while random seem to cut off around 400 or so characters if I recall correctly.

    I appreciate any assistance you can provide. Let me know if there is anything else I could provide to assist in troubleshooting the issue. Thanks again.
    Okay, so there was a communication issue. My question was basically what is the name of the file that you are uploading to your database? (Provided as examples even though the capitalization and length of the filename may not be correct for this plugin: Basic, Full, Advanced, Attributes, etc...)

    In order to identify why the description block as reported here will not update even though a new/revised line of data is provided, it is important to know some of the other details besides those from the screen:

    Quote Originally Posted by scubasteve View Post
    Also here are the EP4 settings if they might help with resolving the issue:

    Upload Directory: MY_ADMIN_UPLOADS
    Verbose Feedback: TRUE
    Split Records: 4000
    Execution Time: 120
    Convert Curly Quotes: No Change
    Convert Char 0x92: No Change
    Enable Products Metatags: 1
    Enable Products Music: 0

    Custom Products Fields
    Product Short Descriptions: FALSE
    Product Unit of Measure: FALSE
    Product UPC Code: FALSE
    Google Product Category: FALSE
    Manufacturer's Suggested Retail Price: FALSE
    Group Pricing Per Item: FALSE
    Exclusive Products Mod: FALSE

    User Defined Products Fields:

    Installed Languages
    1-en: English
    Default Language: 1-English
    Internal Character Encoding: UTF-8
    DB Collation: utf8

    Database Field Lengths
    categories_name:32
    manufacturers_name:32
    products_model:32
    products_name:100
    For example, I don't think that having the model name and description 1 fields in the attributes file will result in a change to description 1.
    If however, an applicable/appropriate filename is being used, then there is probably yet some special character in the data. Might do some sort of check for characters to be allowed in the text of the field after all of the substitutions. Also, look through your CSV that is to be manipulated using a standard text editor/viewer to verify that the text is not cutoff there at/after each save. May even want to save the file with a different name as you work from step to step so that you can run a text compare to see what changes between the two.

    I'm still a little unclear as to at what point in the process the text of description 1 gets truncated. Is it from the export by access where the information is treated as a memo of tens of thousands of characters, or is it upon import to Zen Cart, or is it somewhere in between (ie, change something about the file?)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1129
    Join Date
    May 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by scubasteve View Post
    Advanced Easy Populate is not compatible with 1.5.1 as I understand it. Which is the reason I made the switch recently. It required me to make some changes to the files the EOREOR record is no longer required. The files are CSV instead of tab-delimited. You must upload the files prior to import and split them if necessary instead of streaming the import. I found this to be much faster than Adv EP. Overall I think this version is as good or better. It does everything I need it to do. I'm having a small issue with the long text description field but that may be unique to my situation. Still trying to figure that out. One of the changes with Categories is using the ^ symbol instead of ~ to delimit the categories. Overall once I got used to the changes I like this version a little better than Adv EP. You can install EP4 in 1.3.9h and use them both if you haven't upgraded to 1.5.1 yet while you transition.
    Thanks for these helpful info, mc12345678 and scubasteve.

    A few more questions:
    "You must upload the files prior to import and split them if necessary instead of streaming the import."
    - Do you mean I have to upload the file and then click import? Where do I upload the file? Is there a limit on the number of products?

    "I'm having a small issue with the long text description field but that may be unique to my situation."
    - I use long description regularly. What issues are you experiencing?

    Can someone show me a sample files with all the necessary field titles? These are the fields I use in advanced easy populate. Are they totally different now?
    v_products_id (How do I use products_id as the unique primary index in EP4?)
    v_products_model (If products_id can be the primary index, can products_model field still be used?)
    v_products_type (Do I still put "Product - General" in this?)
    v_products_image
    v_products_name_en
    v_products_description_en
    v_products_url_en
    v_specials_price
    v_specials_date_available
    v_specials_expires_date
    v_products_price
    v_products_weight
    v_products_date_available
    v_products_date_added (Is there a specific date format to follow in EP4?)
    v_products_quantity
    v_products_quantity_order_units
    v_products_quantity_order_min
    v_products_quantity_mixed
    v_products_qty_box_status
    v_manufacturers_name
    ptc_categories_index_path (You said ^ is used instaed of ~)
    ptc_categories_destination_path
    ptc_categories_linked_path
    v_tax_class_title
    v_products_status
    EOREOR (If this is no longer required, what do we use instead?)

  10. #1130
    Join Date
    Oct 2005
    Posts
    54
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by waterbender View Post
    Thanks for these helpful info, mc12345678 and scubasteve.

    A few more questions:
    "You must upload the files prior to import and split them if necessary instead of streaming the import."
    - Do you mean I have to upload the file and then click import? Where do I upload the file? Is there a limit on the number of products?
    Yes, Easy Populate 4 is in the Tools Menu just as AEP similar interface for uploading files. No limit that I know of, I have over 14,000 items in one store. I can't load all those at once so anything I do updating all products I split into 4,000 items per file. I believe the default is 2,000. This is changed in the Configuration menu item for EP4.

    Quote Originally Posted by waterbender View Post
    "I'm having a small issue with the long text description field but that may be unique to my situation."
    - I use long description regularly. What issues are you experiencing?
    See my previous posts on page 112 and 113 of this thread. Hoping someone can figure out what the issue is, I'm stumped.

    Quote Originally Posted by waterbender View Post
    Can someone show me a sample files with all the necessary field titles? These are the fields I use in advanced easy populate. Are they totally different now?
    v_products_id (How do I use products_id as the unique primary index in EP4?)
    v_products_model (If products_id can be the primary index, can products_model field still be used?)
    v_products_type (Do I still put "Product - General" in this?)
    v_products_image
    v_products_name_en
    v_products_description_en
    v_products_url_en
    v_specials_price
    v_specials_date_available
    v_specials_expires_date
    v_products_price
    v_products_weight
    v_products_date_available
    v_products_date_added (Is there a specific date format to follow in EP4?)
    v_products_quantity
    v_products_quantity_order_units
    v_products_quantity_order_min
    v_products_quantity_mixed
    v_products_qty_box_status
    v_manufacturers_name
    ptc_categories_index_path (You said ^ is used instaed of ~)
    ptc_categories_destination_path
    ptc_categories_linked_path
    v_tax_class_title
    v_products_status
    EOREOR (If this is no longer required, what do we use instead?)
    v_products_name_en now v_products_name_1
    v_products_description_en now v_products_description_1
    v_products_url_en now v_products_url_1
    anything with an _en ending is now _1, metatags fields come to mind as other fields where this is an issue.

    Date format hasn't changed. 9/14/2012 0:00

    I don't believe you update these category fields below anymore for the product category I use v_categories_name_1 (format... Top Category^Sub Cat1^Sub Cat2). I used to load categories separately with sort orders, not sure if you can do this in EP4. I haven't tried to play around with updating sort orders on categories.

    ptc_categories_index_path (You said ^ is used instaed of ~)
    ptc_categories_destination_path
    ptc_categories_linked_path

    There is no replacement for EOREOR the field goes away under EP4, took me awhile to realize that.

    You can do a complete download which will have all the field names as an example. EP4 can also be installed with AEP3.0.3 without conflicting then you can remove AEP3.0.3 before upgrading your site to 1.5.1.

 

 

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