Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default [Done 1.3.9b] 1.3.8-1.3.9a very small html error in collect_info.php (closing tr tag)

    In the admin/includes/modules/product/collect_info.php file, lines 270-272 read

    PHP Code:
              <tr>
                <td colspan="2" class="main" align="center"><?php echo (zen_get_categories_status($current_category_id) == '0' TEXT_CATEGORIES_STATUS_INFO_OFF '') . ($out_status == true ' ' TEXT_PRODUCTS_STATUS_INFO_OFF ''); ?></td>
              <tr>
    and the tr tag is not closed.

    I believe this should be changed to:

    PHP Code:
             <tr>
                <td colspan="2" class="main" align="center"><?php echo (zen_get_categories_status($current_category_id) == '0' TEXT_CATEGORIES_STATUS_INFO_OFF '') . ($out_status == true ' ' TEXT_PRODUCTS_STATUS_INFO_OFF ''); ?></td>
              </tr>
    Note the / added to line 272 for closing the row (tr) tag.

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

    Default Re: 1.3.8-1.3.9a very small html error in collect_info.php (closing tr tag)

    Good catch ...

    That will need to be done in each of the collect_info.php files:

    admin/includes/modules/document_general/collect_info.php
    admin/includes/modules/document_product/collect_info.php
    admin/includes/modules/product/collect_info.php
    admin/includes/modules/product_free_shipping/collect_info.php
    admin/includes/modules/product_music/collect_info.php
    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: v1.5.5]
    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
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: [Done 1.3.9b] 1.3.8-1.3.9a very small html error in collect_info.php (closing tr

    Thanks. Just moved and had no internet/computer for more than a week.

    Glad to see plenty of bugs fixed in 1.3.9b. Upgrading soon!

 

 

Similar Threads

  1. Replies: 1
    Last Post: 18 Dec 2013, 09:20 AM
  2. [Done v1.3.9] Missing </tr> in collect_info.php
    By torvista in forum Bug Reports
    Replies: 1
    Last Post: 10 Jul 2010, 03:16 PM
  3. Replies: 0
    Last Post: 4 Jun 2010, 03:17 AM
  4. collect_info.php (copy of product_music\collect_info.php) dynamic dropdownlist
    By SPsen in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 1 Feb 2010, 10:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR