Page 1 of 2 12 LastLast
Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Feb 2015
    Posts
    23
    Plugin Contributions
    0

    Default Re: Using EP4 to update existing products

    Also, just so we are clear on how I am doing this. I am doing my edits the same way someone would add new products. At the bottom (end) of the spreadsheet, I add the product information as if it were a new product. From my understanding, it should just overwrite whatever information has been changed. It seems to work fine, since it edits the quantity and doesn't create a doubled product. BUT it deletes the product name.

    Now .... when I specifically go to a current item .... if I merely change the qty and import, everything is fine. Qty gets updated and everything is in tact. The filename only gets wiped when the method is like I'm adding a new product.

  2. #2
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Using EP4 to update existing products

    Does this plugin allow exporting products images as well?

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

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by Thannaree View Post
    Does this plugin allow exporting products images as well?
    This plugin is a database related plugin and will export the path to the base image (please read the applicable FAQ for additional images). It does not export the actual image itself. It is generally considered that ftp be used to export the file that is the image (or "right" clicking the image and saving it when it is displayed onscreen).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by mc12345678 View Post
    This plugin is a database related plugin and will export the path to the base image (please read the applicable FAQ for additional images). It does not export the actual image itself. It is generally considered that ftp be used to export the file that is the image (or "right" clicking the image and saving it when it is displayed onscreen).
    Thank you

  5. #5
    Join Date
    Mar 2015
    Location
    Queensland, Australia
    Posts
    11
    Plugin Contributions
    0

    Default Re: Using EP4 to update existing products

    Hi mc12345678

    so will the code you posted fix the v_options_values_price_w issue? or is that an added feature of an update in the works?

    $row2 = ($ep_uses_mysqli ? mysqli_fetch_array($result2) : mysql_fetch_array($result2));

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

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by HugoStiglitz View Post
    Hi mc12345678

    so will the code you posted fix the v_options_values_price_w issue? or is that an added feature of an update in the works?

    $row2 = ($ep_uses_mysqli ? mysqli_fetch_array($result2) : mysql_fetch_array($result2));
    No, unfortunately the posted fix does not address the field that is in question.

    Perhaps I could get a little help based on the following:
    To ensure that the new field is incorporated only for those that have the applicable plugin installed, what "flag" on the right side of the screen indicates "on" or "yes" when only the applicable plugin is installed?
    If the answer is none, then I have a clear path forward.
    If something specific, then need to account for that "other" plugin and this one.
    Verification on my side to identify requires me to install the. Plugin upfront to correct (a bit of a time issue involved and I'd like to provide a resolution rapidly)

    Jeking, able to identify this?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Mar 2015
    Location
    Queensland, Australia
    Posts
    11
    Plugin Contributions
    0

    Default Re: Using EP4 to update existing products

    unfortunately I'm not sure what you mean.
    however I can provide access to the admin & ftp of an installation that has the plugins installed.

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

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by Jenovee View Post
    Also, just so we are clear on how I am doing this. I am doing my edits the same way someone would add new products. At the bottom (end) of the spreadsheet, I add the product information as if it were a new product. From my understanding, it should just overwrite whatever information has been changed. It seems to work fine, since it edits the quantity and doesn't create a doubled product. BUT it deletes the product name.

    Now .... when I specifically go to a current item .... if I merely change the qty and import, everything is fine. Qty gets updated and everything is in tact. The filename only gets wiped when the method is like I'm adding a new product.
    This is a process different than tested... Seems that if the model# is known, it could be just as easily searched for as compared to retyped, unless I am missing something... Will still look at the process to see why "adding" the product anew in the list has a different affect than modifying the item in the list. Would almost suggest in this scenario that all other line records be removed from the list other than the one instance of the model#(s) being revised.

    For further clarification when stating:
    Quote Originally Posted by Jenovee View Post
    The filename only gets wiped when the method is like I'm adding a new product.
    the term filename refers to the product name correct? And that is the only data that the code removes or unexpectedly modifies in this scenario?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Feb 2015
    Posts
    23
    Plugin Contributions
    0

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by mc12345678 View Post
    This is a process different than tested... Seems that if the model# is known, it could be just as easily searched for as compared to retyped, unless I am missing something... Will still look at the process to see why "adding" the product anew in the list has a different affect than modifying the item in the list. Would almost suggest in this scenario that all other line records be removed from the list other than the one instance of the model#(s) being revised.
    Yes, it would be error-free doing it by search and edit method. The reason I am doing it this way is because I am trying to sync my quantities with those of a dropshipper. I would have to manually search for every product to edit, which would take hours. But this way, I can simply import all the data within a few minutes. Even products I don't carry can be imported without sorting, since EP will simply ignore it with: "SKIPPED! - Model: CGG3333333333 - No category provided for this new product"

    Since there is no dropshipper module that I can find, this is the easiest and fastest method I currently see.

    Quote Originally Posted by mc12345678 View Post
    For further clarification when stating:


    the term filename refers to the product name correct? And that is the only data that the code removes or unexpectedly modifies in this scenario?
    Yes, I'm sorry. I was typing faster than I was thinking. I meant to say the product name; and only the product name.

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

    Default Re: Using EP4 to update existing products

    Quote Originally Posted by Jenovee View Post
    Yes, it would be error-free doing it by search and edit method. The reason I am doing it this way is because I am trying to sync my quantities with those of a dropshipper. I would have to manually search for every product to edit, which would take hours. But this way, I can simply import all the data within a few minutes. Even products I don't carry can be imported without sorting, since EP will simply ignore it with: "SKIPPED! - Model: CGG3333333333 - No category provided for this new product"

    Since there is no dropshipper module that I can find, this is the easiest and fastest method I currently see.



    Yes, I'm sorry. I was typing faster than I was thinking. I meant to say the product name; and only the product name.

    No problem, just double checking...

    So back to my earlier suggestion, how do things work if the file is "blank" of products listed and just the dropshipper's data populates it? (Headings still in place and assuming that the dropshipper's data has the model listed once only. If listed more than once, could setup a quick calc column to show a duplicate and then delete the desired duplicate before saving for uploading.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 2 12 LastLast

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