Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Product description question

    NOTE: might want to check your site out on a larger display ... on my notebook at 1680 x 1000+ your images on the centerboxes are split ...

    I did not go through the whole site, but you may wish to play with display sizes ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: Product description question

    Yes thanks for that I have actually just been testing that...I am using the sliding door method and it seems to be working GREAT except I wasn't able to test it at that high of a resolution. I will increase the width of the images so there isn't a gap. Thanks for the tip.

    I am sure the flash banner at the top is pretty out of sorts as well. I am currently working on that to get it to work well with different resolutions but having some trouble. The only way I am able to do it is to make the actual flash file huge in width so it works with other resolutions but this makes it very difficult to change the flash banner and to add different images. Any thoughts on how to get this fixed?

    I have been researching it on this thread

    http://www.zen-cart.com/forum/showth...t=80341&page=3

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

    Default Re: Product description question

    Quote Originally Posted by welchyboy View Post
    I'm sorry I don't understand the question. I am interested in having multiple description areas. I have discovered that I can have descriptions and just have spaces in between and I can still change the font size and text which is nice. However I was also wanting to do something similar to the site i mentioned above to where I can have brief description then maybe an image or something underneath it then some more descriptions. This is all on the product information page. Like product_info_display.php or something?
    I started this thread because of something I was trying to do. My post was another question on the original topic, not a reply to your post.

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

    Default Re: Product description question

    Quote Originally Posted by afo View Post
    I need to apply the same thing to "new products" and "all products". What files need to be changed?
    I found them!

    includes/templates/template_default/templates/tpl_modules_products_all_listing.php
    includes/templates/template_default/templates/tpl_modules_products_featured_listing.php
    includes/templates/template_default/templates/tpl_modules_products_new_listing.php

    I copied the above to my custom folder and made the following change (in red) The line that's commented out is the original code.

    Code:
          if (PRODUCT_ALL_LIST_DESCRIPTION > '0') {
            $disp_text = zen_get_products_description($products_all->fields['products_id']);
            list($byline, $story) = explode("</p>", $disp_text);
           // $disp_text = zen_clean_html($disp_text);
            $disp_text = zen_clean_html($story);

  5. #15
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: Product description question

    OH sorry about that thought you were replying to me.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. product description question
    By ilovedoingwebsites in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 31 May 2011, 11:23 PM
  2. product description question
    By nevada in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 22 Feb 2010, 07:59 AM
  3. Product Description Question
    By hottytoddysummer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Mar 2008, 08:29 PM
  4. Product Description question
    By JohnsonY in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Nov 2006, 07:52 AM

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