Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Where are these break tags?

    On my subcategories pages, there are these huge spaces between the product price and 'more info' text that is below it. When I view the page source, it shows that there are two <br /> tags after the price... thus the problem.

    However, I have been working for over two hours now looking for those darned break tags in just about every file I can think of so I can remove one, and cannot find them. Does anyone know where they can be found?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Where are these break tags?

    Have you an URL to the page that you are trying to clean up?
    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!

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Where are these break tags?

    Oops! Yes I suppose that might help.

    http://www.puppycoatjunction.com/cat...dex&cPath=3_10

    I am using Zen 1.3.7 and the Column Layout Grid module, if that helps too.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Where are these break tags?

    That add-on has additional code in it ...

    I don't use it myself so I am not sure what all is being touched ...

    You might look in your directory for:
    /includes/modules/your_template_dir

    And see if there isn't a custom code file that you are missing ...

    Or, perhaps some kind soul also using that could add a few cheery words of wisdom ...
    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!

  5. #5
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Where are these break tags?

    In that custom directory is a product_listing.php file, which has some edits for the column grid thingy but otherwise is the same as the stock product_listing.php file.

    I did have this spacing problem before I installed the module though, but have been working on other areas of the cart this week so have just now started to address it.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Where are these break tags?

    One of the <br /> is on line 147:
    PHP Code:
              $lc_price zen_get_products_display_price($listing->fields['products_id']) . '<br />'
    The other <br /> is on line 187:
    PHP Code:
              $lc_text .= '<br />' zen_get_buy_now_button($listing->fields['products_id'], $the_button$products_link) . '<br />' zen_get_products_quantity_min_units_display($listing->fields['products_id']); 
    If I am looking at this right ...
    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!

  7. #7
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Where are these break tags?

    Got it. Thank you

 

 

Similar Threads

  1. Where are these images?
    By adiamond in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jan 2011, 05:10 PM
  2. Where Can I Add These Tags To Benefit My Rankings?
    By bumba000 in forum General Questions
    Replies: 14
    Last Post: 29 Mar 2007, 08:00 PM
  3. Where are these styles??
    By BekahRuth in forum Basic Configuration
    Replies: 1
    Last Post: 18 Feb 2007, 04:21 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