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 - categories

    Quote Originally Posted by amandavz View Post
    Hi Everyone...

    I need some help understanding what I am doing here. I've got the Easy Populate module installed and it seems to be working. I downloaded a FullEP set and added some products and it all seemed to load just fine. My issue is that I am selling downloadable products and would like to be able to add the zip file field right to the same spreadsheet and upload it. I already have my option names and option values set up in the store as Download 1 - Zip 1 (radio button).

    My question is: Can I simply add the fields for my zip file onto the same spreadsheet as all my other product info? and if so...
    What do I list the fields as and where do I add the zip file name?

    Thanks so much...
    So, I must say a good question. First would say that as a result of the appropriate fields not showing up, that it may take a little more to turn around and get the desired data back into your database. Typically the field name in your spreadsheet file is the field name in the database with v_ prepended. So would have to identify what the field name(s) are that would be needed to hold the information you are looking to include. The other part of that is what table(s) hold that additional information. My thought is that some additional coding would be necessary to accomplish the task. The functions file under the full section of the set file layout would need to include the additional lookup info in the sql command, and then I think in the import area some more coding may be necessary to properly upload/import the new data to the correct table(s).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by amandavz View Post
    Hi Everyone...

    I need some help understanding what I am doing here. I've got the Easy Populate module installed and it seems to be working. I downloaded a FullEP set and added some products and it all seemed to load just fine. My issue is that I am selling downloadable products and would like to be able to add the zip file field right to the same spreadsheet and upload it. I already have my option names and option values set up in the store as Download 1 - Zip 1 (radio button).

    My question is: Can I simply add the fields for my zip file onto the same spreadsheet as all my other product info? and if so...
    What do I list the fields as and where do I add the zip file name?

    Thanks so much...
    Quote Originally Posted by mc12345678 View Post
    So, I must say a good question. First would say that as a result of the appropriate fields not showing up, that it may take a little more to turn around and get the desired data back into your database. Typically the field name in your spreadsheet file is the field name in the database with v_ prepended. So would have to identify what the field name(s) are that would be needed to hold the information you are looking to include. The other part of that is what table(s) hold that additional information. My thought is that some additional coding would be necessary to accomplish the task. The functions file under the full section of the set file layout would need to include the additional lookup info in the sql command, and then I think in the import area some more coding may be necessary to properly upload/import the new data to the correct table(s).
    Basically, I might have been able to edit my last post, but doubtful within the time allowed, so thought I would answer the questions asked a little more specifically.

    Yes you can eventually have the related information added to your table, but I think you will have to have additional coding to handle it. The zip file location would be a path much like the photo path. I thought I remembered seeing download attribute information though in the attribute(s) file(s). So it would take a series of download/upload to get all of the info into the database the way desired.

    I haven't personally looked into that attribute of it yet, but I seem to remember seeing the additional fields addressed in the code. If that is the case (and I'll take a quick look in the near future to see if I'm right), then you would work with the appropriate attributes file after the product description/details were uploaded.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by mc12345678 View Post
    Basically, I might have been able to edit my last post, but doubtful within the time allowed, so thought I would answer the questions asked a little more specifically.

    Yes you can eventually have the related information added to your table, but I think you will have to have additional coding to handle it. The zip file location would be a path much like the photo path. I thought I remembered seeing download attribute information though in the attribute(s) file(s). So it would take a series of download/upload to get all of the info into the database the way desired.

    I haven't personally looked into that attribute of it yet, but I seem to remember seeing the additional fields addressed in the code. If that is the case (and I'll take a quick look in the near future to see if I'm right), then you would work with the appropriate attributes file after the product description/details were uploaded.
    Okay, so had an opportunity to look at the code from a computer. The detailed attributes file is the way that EP4 is currently setup to handle/address the attributes that you are looking for. If you download a version of that file now, you should see examples of how to format and upload additional attributes. One reason that I think this is setup this way is that you can have multiple files associated with a single product, therefore, a format like how the attributes files work is the path to go. As said previously, this would require working with two different files. The full file for all of the data associated with/specific to the item, and then an attributes file to link the download file information to the product.

    Specifically, the fields: v_products_attributes_filename, v_products_attributes_maxdays, and v_products_attributes_maxcount would at least be applicable. with your zip file filename listed in the first field designator shown here.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    Okay...So I downloaded the attributes files and set it up with the following fields:

    v_products_model
    v_products_options_name
    v_products_options_type
    v_products_options_values_name
    v_products_attributes_filename
    v_products_attributes_maxdays
    v_products_attributes_maxcount

    I then added only 1 product to test this and imported the information. In doing so I get this error:

    File Import Completed with issues.
    An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer

    Do I not need to add the

    v_products_options_name
    v_products_options_type
    v_products_options_values_name

    To the file since they are already set up in the store? I am not sure I completely understand how this works but I do appreciate your helping me. Thanks so much. :)

  5. #5
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    I GOT IT!!! :)

    Thanks for all your help!!! :)

    Okay...so I tried multiple ways to get this thing right. I ended up downloading the Basic Products Attributes and added the fields you mentioned above. I was trying to create it with JUST the fields above, I left the Basic Attributes in tact and added the fields you specified, uploaded, imported and it worked!!!

    I am going to run a test purchase just to make sure I got it all correctly done...thank you so much for your help. My customer will be very happy. :)

  6. #6
    Join Date
    Mar 2009
    Location
    Crockett, Texas
    Posts
    139
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 - categories

    UPDATE:

    So I ran the test purchase and everything "looks" like it is there, t shows me the attributes attached to the product, but there is no actual zip file t download at the end of the checkout.

    It only takes me to a page that says: "Please notify me of updates to these products" if I go into My Account, it does not show the download button there either.

    I feel that I am so close to getting this, I am just not there yet and not sure what I am missing.

    If you want to take a look, the site is: http://studiorockcreek.com/shop/ and it's the product marked FREE.

    Thanks. :)

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

    Default Re: EasyPopulate 4.0 - categories

    Quote Originally Posted by amandavz View Post
    UPDATE:

    So I ran the test purchase and everything "looks" like it is there, t shows me the attributes attached to the product, but there is no actual zip file t download at the end of the checkout.

    It only takes me to a page that says: "Please notify me of updates to these products" if I go into My Account, it does not show the download button there either.

    I feel that I am so close to getting this, I am just not there yet and not sure what I am missing.

    If you want to take a look, the site is: http://studiorockcreek.com/shop/ and it's the product marked FREE.

    Thanks. :)
    What were the results of downloading the detailed attributes file? It seemed that there were more fields in there that would accomplish what you are trying to do, and the way the code appears to be written it includes download (and subsequent upload) of the information needed to populate/activate the download. Perhaps another question is, the file that is "linked" to the product, does it exist where it is supposed to be and named the way it is supposed to be on the server?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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