Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Custom Product Field Names.zipYes. I typed information into the "product_information" custom product field from within phpMyAdmin. Then under Product & Pricing Export / Import Options, I chose Complete Products with Metatags to export my products. A look at the exported file revealed that the data that was typed using phpMyadmin was exported.


    [FONT=Verdana, sans-serif]Product & Pricing Export/Import Options:
    [/FONT]
    Complete Products (with Metatags)

    [FONT=Verdana, sans-serif]The attachment is very interesting.[/FONT]
    Interesting indeed, (if I was able to open it). I highly suggest you rename your admin directory right now. It is included in the posted link. :/
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    Interesting indeed, (if I was able to open it). I highly suggest you rename your admin directory right now. It is included in the posted link. :/
    Hi MC:

    Something you said gave me a tip. I changed the beginning of the name of my csv file from FULL to Full and pre-pended the custom product field names in my csv file I created with "v_", redid the upload and it worked... Thanks

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by FoodSourceDirect View Post
    Hi MC:

    Something you said gave me a tip. I changed the beginning of the name of my csv file from FULL to Full and pre-pended the custom product field names in my csv file I created with "v_", redid the upload and it worked... Thanks
    Welcome, though the thanks should go to Chadderuski as it is has been his suggestion to export first to see how things look and respond before trying to upload. Also to back up back up, back up before making changes to the database. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Can a product be moved from one category to a newly desired category and subcategory using "FUll-EP_" import?

    Example:
    Move from: Products^T-Shirts
    To: Clearance^T-Shirts

    I did this by changing the v_categories_name_1 column from Products^T-Shirts to Clearance^T-Shirts. By doing this it retained the "Product Master Category" and created a linked product.

    Furthermore even though it says it has created a linked product, the linked product can NOT be found in the cart. When the product model is searched in the cart, it only shows up in the master category.

    The idea was to bulk move products from one category to another!
    Last edited by Kevin205; 26 Aug 2014 at 04:35 PM.
    Using Zen Cart 1.5.1

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Kevin205 View Post
    Can a product be moved from one category to a newly desired category and subcategory using "FUll-EP_" import?

    Example:
    Move from: Products^T-Shirts
    To: Clearance^T-Shirts

    I did this by changing the v_categories_name_1 column from Products^T-Shirts to Clearance^T-Shirts. By doing this it retained the "Product Master Category" and created a linked product.

    Furthermore even though it says it has created a linked product, the linked product can NOT be found in the cart. When the product model is searched in the cart, it only shows up in the master category.

    The idea was to bulk move products from one category to another!
    My thought on this would be to delete the product (status of 9) and then re-upload the product with the desired category. I believe that because assigning the product to more than one category that this creates (or is supposed to create) a linked product and that the statement has been made that EP4 doesn't play well with linked products that the method used will not work.

    The problem with what I suggest above is that the existing product(s) will lose their original product I'd and therefore may cause some other issues.

    Orriginally I thought that perhaps the category import/export would be the right way to go, but perusing the code I didn't see that it was mandatory or would do anything extra/different. :/
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by mc12345678 View Post
    My thought on this would be to delete the product (status of 9) and then re-upload the product with the desired category. I believe that because assigning the product to more than one category that this creates (or is supposed to create) a linked product and that the statement has been made that EP4 doesn't play well with linked products that the method used will not work.

    The problem with what I suggest above is that the existing product(s) will lose their original product I'd and therefore may cause some other issues.

    Orriginally I thought that perhaps the category import/export would be the right way to go, but perusing the code I didn't see that it was mandatory or would do anything extra/different. :/


    If EP4 can't do this task, then to retain products_id; products have to be moved manually, one by one through Zen Cart's move function.

    Thanks for the reply.
    Using Zen Cart 1.5.1

  7. #7
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    For the lack of time to browse 163 pages, I will post my issue:

    I am trying to import a list of categories from a CSV file.

    I have the following columns:

    v_categories_name_1, v_metatags_keywords_1

    I tried before with those two and including the v_categories_id column to specify my own category ID but I took it out. Even after taking it out I still got the same errors.

    Every time I try to import, I get nothing but 'No model field in record. This line was not imported' errors for every row.

    All I want to do is import categories with no products yet.

    Can someone help me please? I have opened the CSV file in Notepad and verified it is comma-delimited (no tabs, blank spaces at end, etc).

    Thank you!

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

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Kevin205 View Post
    If EP4 can't do this task, then to retain products_id; products have to be moved manually, one by one through Zen Cart's move function.

    Thanks for the reply.
    It maybe time to incorporate a status marker to perform the same move functionality that is performed in ZC. Ideally chadderruski and I can finish our documentation of the existing program first then conquer other aspects of functionality.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Jul 2014
    Location
    Santiago
    Posts
    53
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    renamed. Thanks for the heads-up

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 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

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