Page 7 of 22 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 304

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default

    You can create your own image directories and call them whatever you like BUT you need to remember a couple of things.

    Let's say you have image01.jpg and you want to store it in /myproducts. /myproducts has to live in /images, so it should be /images/myproducts.

    Now, you can have 3 image sizes: small, medium, large. image01.jpg is the small one. The next size up would be image01_MED.jpg (note the change in case! It is case sensitive). You should put that one in /images/medium/myproducts. The largest image would be image01_LRG.jpg and should be in /images/large/myproducts.

    What you'd end up with would be:
    /images/myproducts/image01.jpg
    /images/medium/myproducts/image01_MED.jpg
    /images/large/myproducts/image01_LRG.jpg

    HTH!

  2. #2
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default

    ...and following up on my earlier questions,

    What's the best way of processing all these images..

    FTP up the _MED and _LRG

    Then ADD the new product and BROWSE to upload the small thumbnailed image? One by one.. with each new product as it's added...

    thanx..
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default

    That's what I usually do. I create the folders I need in /images before creating the products.

  4. #4
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default

    Heheh... OK, I'm feeling like a ghost here..

    How do you all process the images...?? all 3 or 4 if you're setting the product up for a download 4th being a zip file in download...
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

  5. #5
    Join Date
    Feb 2005
    Posts
    13
    Plugin Contributions
    0

    Default

    Originally posted by afo@Feb 15 2005, 03:47 PM
    You should put that one in /images/medium/myproducts. The largest image would be image01_LRG.jpg and should be in /images/large/myproducts.
    A-Ha! - Thank you. I'd been using
    [font=Courier]/images/myproduct/medium/pic_MED.jpg[/font]
    instead of
    [font=Courier]/images/medium/myproduct/pic_MED.jpg[/font]

    As a newbie i did find this confusing. I see from browsing that there are some modules that create the other sized pics with GD (although mogrify gives much better results IMO). Are there plans that something like that gets incorporated into future versions? Along with more user friendly multiple image handling.

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default

    I haven't done anything with downloads, so I'm not really sure what you're asking. Maybe someone who's more familiar with downloads can address that for you.

    Here's the deal with the images as I described them:

    Let's say someone is selling artwork. He/she can upload 3 versions of the piece of art - art.jpg, art_MED.jpg and art_LRG.jpg. When a potential customer is looking at that item, ZC makes the art_LRG.jpg available automatically for "view larger image" so the customer can get a better look.

  7. #7
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default

    With regard to preparation, I am of the firm belief that the best results are achieved by doing ALL image editing before uploading, and saving the 3 variants at the dimensions you wish to use for display.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  8. #8
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default

    Ok, I'm not making me clear. I'm in "Simple" mode and just the phyiscal moving of photos up to the zencart site.

    In other words.
    I make the 3 copies on my hard drive.
    reg = thumbnail
    Med = _MED (400x600 or so)
    Lg =_LRG (600x800 or so)
    download = large - .zip file

    What's the "BEST" way of working these files.

    Do I:
    FTP upload the _MED, _LRG and .zip to the appropriate folders medium, large, and download restpectively??

    Leaving the reg (thumnail 200x200) still on my hard drive.

    Then:
    I go to set up a NEW product and UPLOAD the reg pic into the normal "IMAGES" file.

    Once that is completed the NEW Product will show using the "reg (thumbnail)" image and the about product will show the _MED and the larger will show _LRG.

    Then to set up the Download I have to identify the file in the NEW Product area, at the very bottom of the page. (would be nice if there was BROWSE option there)

    I'm thinking that's the easiest way, but not having worked with zencart, there could be a simplier way by just uploading FTP ALL files to the appropriate directorys and the NEW Products will appear needing editing..

    Thanx for any confirmation or hints..

    Heheh.. I hope that helps... it's just the simple way of processing the images, what's the best way..

    Sorry, for not being able to clarify...
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

  9. #9
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default

    Like afo, I've not worked with doenloads, but I assume your download.zip(s) is/are your product(s).

    So as you say,

    1. FTP all MED & LRG to the appropriate folder.

    2. Add/edit each product through admin and use that to upload the Product thumbnail.

    You can do the above in reverse order if you wish.

    If you have many products, another possibility is to upload all data directly to the database - depends how comfortable you are with that side of things.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  10. #10
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default

    OK Ryk,
    Thanks much... hehheh.. but now you've set the hook so-to-speak..
    Upload to DB... using an SQL statement?? actually into the DB or just FTP into the appropriate directories...

    The download.zip, I believe, is just a zipped copy of the individual photo (thats my product) in a large, high quality format. It's zipped to keep the general file size to a minimum. The Download directory is where ZenCart holds them and directs/links the customer to that file after paying for it and their ready to download it... or I believe that's the path..

    Thanx for the info, would like just a hint of doing the DB thing.. otherwise, it's product by product... thanx..
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

 

 
Page 7 of 22 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v151 Zen image preparation 3 (small, medium, large) images folder?
    By gsmsalers in forum General Questions
    Replies: 4
    Last Post: 4 Oct 2013, 05:01 PM
  2. v150 How do I swap main product image with an attribute image?
    By bazza_87 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 May 2012, 08:30 AM
  3. how to modify the image SRC for image-handler images?
    By jason1116 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 2 Sep 2009, 01:00 PM
  4. Preparation advice for upgrade v1.3.7.1 to 1.3.8a
    By Computer Candy in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 19 Feb 2008, 11:07 PM
  5. Replies: 2
    Last Post: 21 Dec 2007, 09:59 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