Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chuglobal

Archived
  • Posts

    27
  • Joined

  • Last visited

Everything posted by chuglobal

  1. Update ... I finally decided to drop this contribution because I couldn't figure out how to access the additional images and no one knew it either as others have posted the same question. I am now playing w/ UltraPics - MS2 Image Addon Pack ... defintiely more progress w/ this in 24hrs than the original over the last few weeks. :)
  2. I installed the contribution: UltraPics - MS2 Image Addon Pack (http://addons.oscommerce.com/info/1642) updated on 12/17/2008. It was a decent/straight-forward install as you only had to work w/ 5 files excluding the images. It's 90% running however I have 2 questions. First, it seems like the popup windows only allows for a max of ~350 pixels width for the original image however allows the remaining 6 images to be any size; the popup window + navigation bar will resize itself to fit the 6 images but not the original image. Are the codes different between how the popup works for the original image vs. the 6 additional images? Second, the contribution adds in the admin page: configuration > images the following 6 titles: additional thumb w/h, medium image w/h and large image w/h. The additional thumb w/h controls the images in the detailed description of each item. However changing the settings for the medium image w/h and large image w/h doesn't seem to affect anything. The popup images automatically load the full size of the images. Are the mediumlarge w/h supposed to control anything? Anyone have ideas on these 2 questions? Thanks.
  3. This is an update to my last post on 6/17; X = is the number of characters to display is the testimonial box NOT the box pixel width. You will still need to add the <td></td> & change the <td width=X%> to the desired %. I've included an example below. <!-- left_navigation_eof //--> </table> </td> <td width="12"></td> <!-- body_text //--> <td width="56%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  4. I still cannot get the Product page to display the additional images; I can upload them in the admin/catalog "New Product." The DB table "products" shows columns "products_images_1-6." I think the last part of this equation resides somewhere w/ the product_info.php and/or additional_images.php. I have uploaded all the "Uploaded New" as is and uploaded all the "Uploaded Modified" files modified w/ WinMerge ... thus I have now touched all the files in the contribution. Uploaded New: /catalog/oscthumb.php /catalog/phpThumb folder /catalog/css folder /catalog/images folder /catalog/admin/categories.php /catalog/includes/classes/oscthumb.php /catalog/includes/languages/english/images/buttons folder /catalog/includes/modules/additional_images.php Uploaded Modified: catalog/admin/includes/functions/general.php catalog/includes/application_top.php catalog/includes/functions/html_output.php Does anyone know which codes/lines on the product_info.php and/or additional_images.php are "supposed" to pull the images from DB? How should/would you need to modified to display the additional images. I tried playing w/ lines 87-89 and 123-139 (BOF and EOF) in the product_info.php but they were not it. Also, I noticed that I cannot change the "Text Watermark Size" even changing the values from 15 to 55 ... has anyone else done it?
  5. Iggy, I appreciate the response. I think it's funny that you mentioned that I did "not completely installed it" because I was pondering the same thing; I noticed that the HTML directions did not ask to include/modify three potential important files: product_info.php, admin/categories.php and includes/modules/additional_images.php which were included w/ the Zip file. Good news ... I uploaded the ZIP admin/categories.php and now I have the 7 (1+6) additional image options. Bad news ... I used WinMerge and compared the ZIP product_info.php and modifed llines 87-89 and 123-139 that started and ended w/ BOF and EOF however I only 2 images, both of which are the same. The second image seems to link to oscthumb.php. What am I missing to get to display the images? Thanks.
  6. I'm also wondering the same thing ... how do you upload multiple images? I installed the http://addons.oscommerce.com/info/6480; now the admin has the additional Thumbnails section and Images has the additional titles. I can change the sizes, watermarks, etc however I don't see a feature to upload multiple images. Which file(s) would would control it; I listed the files from the instruction below? Thanks. /catalog/oscthumb.php /catalog/phpThumb folder /catalog/includes/classes/oscthumb.php /catalog/admin/includes/functions/general.php /catalog/includes/application_top.php /catalog/includes/functions/html_output.php
  7. I think I finally figured out #2 ... Go to /boxes/customer_testimonials.php > Go to line 20 "$testimonial = substr($random_testimonial['testimonials_html_text'], 0, X);" where X = the desired pixel width. You will also need to add <td></td> and specify the width in the customer_testimonials.php and customer_testimonials_write.php in the catalog directory for the correct spacing.
  8. 1. My fault ... I was looking at all the modified files and somehow overlooked all the new files. I thought I looked at them but obviously I didn't. I got it now. 2. I tried editing the "widths" however I still have the same issue. What are the specific lines in which I should focus on? 3. OK
  9. I downloaded and installed Customer Testimonials (CT) v4 yesterday and all the functions seem to work. I also used Winmerge to compare the the files between the New Files vs. Modified Files folder and there were no real changes; however you will need to copy the "button_submit" from the Modified Filed folder. I do have questions regarding the formatting of the CTv4 module. I appreciate any help. Thanks. 1. Where do I go to change text such as “We’re interesting in hearing you opinion …” or “Submit Your Testimonial?” I went through all the 11 new/modified files and also the the files in the /includes/languages/english folders however did not find anything? 2. Where do I go to change the widths of the testimonial boxes/section? It currently pushes/squeezes both the left and right columns. I tried manually changing the "td width'X" but it's still off. 3. Does the CTv4 continue as one long page w/ all the testimonials or can/does it separate after a specific number of testimonials? I've already tried 11 and it's all on one page.
×
×
  • Create New...