Page 139 of 361 FirstFirst ... 3989129137138139140141149189239 ... LastLast
Results 1,381 to 1,390 of 3605
  1. #1381
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Fyi, the patch identified at http://www.zen-cart.com/showthread.p...18#post1236718 is no longer required. Github has been updated with the patch.

    This is applicable to the version forked from chadderruski. When he posts the new version he's been working on, the expectation is that features added will get incorporated through our joint effort. (Ie he may incorporate them,, I will or perhaps a third party. Goal is to continue to have a continuously functional product that has the features and capability desired/possible.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #1382
    Join Date
    Feb 2014
    Location
    Austin, TX USA
    Posts
    48
    Plugin Contributions
    0

    Default EasyPopulate clarifications needed

    I'm working on creating a CSV file to import into my new Zencart shop. I'm importing a little over 1K products so I need to make sure I automate as much as possible to save time on error debugging.

    • I cannot find which version of EasyPopulate my web designer installed -- it is not on the Tools->Easy Populate page
      I have also read the wiki, dated 2007 and cannot find my answers there

      I'd like to know how important the time stamp is within the v_date_added field. I would like to retain my product by date order. My old ecommerce platform did not use a time stamp, only the date.
      e.g. 1/12/2012

      It looks like EasyPopulate wants something more akin to this:
      1/12/2012 15:48

      My question is can I leave off the time stamp? Will EasyPopulate be able to handle this? Or do I need to insert a time stamp into each entry.


    • Second question is about single and double quotes. I've read that EasyPopulate is not happy with quotes. I currently have quote-less titles but my descriptions do have quotes, both single and double as well as a smattering of other special characters like accented chars and various forms of punctuation like commas, semicolons, etc. Does the quote-less restriction apply to the v_products_description_1 field too? What about commas and other forms of punctuation? If there are issues, is there an escape character (like \ in regex) that will work? Otherwise any advice on this?

      I've got, as I've said, over 1K products and most of the descriptions are unique.


    Thanks in advance.

  3. #1383
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate clarifications needed

    Quote Originally Posted by linniedarling View Post
    I'm working on creating a CSV file to import into my new Zencart shop. I'm importing a little over 1K products so I need to make sure I automate as much as possible to save time on error debugging.

    • I cannot find which version of EasyPopulate my web designer installed -- it is not on the Tools->Easy Populate page
      I have also read the wiki, dated 2007 and cannot find my answers there

      I'd like to know how important the time stamp is within the v_date_added field. I would like to retain my product by date order. My old ecommerce platform did not use a time stamp, only the date.
      e.g. 1/12/2012

      It looks like EasyPopulate wants something more akin to this:
      1/12/2012 15:48

      My question is can I leave off the time stamp? Will EasyPopulate be able to handle this? Or do I need to insert a time stamp into each entry.


    • Second question is about single and double quotes. I've read that EasyPopulate is not happy with quotes. I currently have quote-less titles but my descriptions do have quotes, both single and double as well as a smattering of other special characters like accented chars and various forms of punctuation like commas, semicolons, etc. Does the quote-less restriction apply to the v_products_description_1 field too? What about commas and other forms of punctuation? If there are issues, is there an escape character (like \ in regex) that will work? Otherwise any advice on this?

      I've got, as I've said, over 1K products and most of the descriptions are unique.


    Thanks in advance.
    The absence of the easy populate option from your tools menu option is probably related to your "upgrade" process. Older versions were installed differently than those in ZC 1.5.x. More than likely there is a file named easy_populate or similar in your admin directory, looking at the contents (header area) you should be able to identify the version number.if not, please address in a new thread.

    Regarding EP4, if you omit the column for date_added, EP4 will populate the column with the current time at least for new products. If it is included then it will use the provided date/time.

    2. EP4 has a few configure settings to address handling characters such as qus, single quotes, etc and will run addslashes (php command) that will modify the "input" to address the concerns some/many of the concerns expressed. (Btw, the escape code is typically a backslash (\) before the character that would cause the problem; however, EP4 doesn't extra backslash, so if you wanted to import: my "name" is short, you wouldn't want to have it listed as my \"name\" is short in your description because the result would maintain the backslashes in the description that the customer would see.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1384
    Join Date
    Jul 2013
    Posts
    57
    Plugin Contributions
    0

    Default Re: EasyPopulate clarifications needed

    Does EP4 handle quantity discounts?
    Does EP4 handle custom product fields? I have Numinix Product Fields installed and need to be able to update this info via EP4.
    Last edited by k1ra; 8 Mar 2014 at 11:00 PM.

  5. #1385
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate clarifications needed

    Quote Originally Posted by k1ra View Post
    Does EP4 handle quantity discounts?
    Does EP4 handle custom product fields? I have Numinix Product Fields installed and need to be able to update this info via EP4.
    Not sure what you mean by questioning if EP4 handles quantity discounts. Discounts are not applied to the product table, but a different table in general. What table or operation applies quantity discounts? Off the top of my head, there is nothing that is in the products table or attributes tables that apply that. So, if the product(s) can be setup (placed in a category or a designated manufacturer or something similar) then the answer would be yes as long as the discount is/can be applied to that designated group. Otherwise, would need more information.

    Regarding custom product fields, yes, there is the ability to incorporate custom fields that are a part of the products table. These are entered into the configuration area of EP4 as the name of the field separated by commas for each additional field. Do not prepend a v_, just the field's name as it is provided/added to the product table.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1386
    Join Date
    Jul 2013
    Posts
    57
    Plugin Contributions
    0

    Default Re: EasyPopulate clarifications needed

    Quote Originally Posted by mc12345678 View Post
    Not sure what you mean by questioning if EP4 handles quantity discounts. Discounts are not applied to the product table, but a different table in general. What table or operation applies quantity discounts? Off the top of my head, there is nothing that is in the products table or attributes tables that apply that. So, if the product(s) can be setup (placed in a category or a designated manufacturer or something similar) then the answer would be yes as long as the discount is/can be applied to that designated group. Otherwise, would need more information.

    Regarding custom product fields, yes, there is the ability to incorporate custom fields that are a part of the products table. These are entered into the configuration area of EP4 as the name of the field separated by commas for each additional field. Do not prepend a v_, just the field's name as it is provided/added to the product table.
    I have a client whose products are available in quantities of 100,250,500,1000,2500 each at different prices. Currently these are setup with the Pricing Manager in Admin. I'm not sure that their current setup is the best way, but I kinda got dumped in the middle of what another person was working on.

    Thank you for explaining the custom fields. That sounds easy enough to figure out.

  7. #1387
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: EasyPopulate clarifications needed

    Quote Originally Posted by k1ra View Post
    I have a client whose products are available in quantities of 100,250,500,1000,2500 each at different prices. Currently these are setup with the Pricing Manager in Admin. I'm not sure that their current setup is the best way, but I kinda got dumped in the middle of what another person was working on.

    Thank you for explaining the custom fields. That sounds easy enough to figure out.
    Well, I just applied a qty discount to an item on a local store, and well, it seems to me that that option is not a bad way to go.
    I haven't gone to look at the fields associated with quantity discounts and what is exported using EP4, but if it isn't already, the products_discount_type field could be included in the export/import, which would allow manual revision of the type of discount to be applied; however, the actual product discount "multiplier" is in the products_discount_quantity table. Export/import of that would require additional coding; however, if a product already existed, updates of that product would be applied using the "rules" of the qty discount, so, if the discount is percentage off or money off, etc., then whatever new price is entered will have the same modification then as it did before.

    In that regards EP4 does "handle" quantity discounts, at least not have a problem because they are applied, but it doesn't currently apply changes to or modify quantity discount quantities.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1388
    Join Date
    Jul 2013
    Posts
    57
    Plugin Contributions
    0

    Default Re: EasyPopulate clarifications needed

    Well I feel dumb. Apparently the 'Model/Price/Breaks' import/export option was exactly what I was after!

  9. #1389
    Join Date
    Mar 2014
    Location
    Darby, Pa.
    Posts
    7
    Plugin Contributions
    0

    Default Re: EasyPopulate clarifications needed

    It seems that the csv file for easy populate doesn't allow for importing the sort order of products, or am I missing something? Thanks for your imput.

  10. #1390
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: EasyPopulate clarifications needed

    It's been my experience a product sort order was not exported in my template.
    In my original spread sheet I ordered my 750 products in ascending order and assigned Model numbers in an ascending order.
    Now when I export all products it groups them by Category.
    Last edited by linuxguy2; 10 Mar 2014 at 03:56 AM.

 

 

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