Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default [not a bug] error in tpl_checkout_confirmation_default.php

    On an upgrade from 1.3.02 - 1.3.5

    In tpl_checkout_confirmation_default.php where the cart contents are displayed during checkout, the word 'Array' appears appended to each product name. I believe this is due to a typo in the line which says:

    Code:
    <?php echo $stock_check;  ?>
    but should read:

    Code:
    <?php echo $stock_check[$i];  ?>
    Jeff

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

    Default Re: error in tpl_checkout_confirmation_default.php

    This is on line 134:
    PHP Code:
              <?php  echo $stock_check[$i]; ?>
    Did you miss an update?
    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
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: error in tpl_checkout_confirmation_default.php

    Yes, not quite sure how it happened but I must have missed that line during the updating, the archive code is correct, sorry for the false alarm.

    Jeff

 

 

Similar Threads

  1. Replies: 2
    Last Post: 16 Oct 2011, 11:27 PM
  2. [Not a bug] customers.php code error
    By chadderuski in forum Bug Reports
    Replies: 1
    Last Post: 4 Jun 2010, 09:41 PM
  3. Parse error tpl_checkout_confirmation_default.php
    By Phid in forum General Questions
    Replies: 1
    Last Post: 25 Apr 2007, 03:57 PM
  4. Replies: 3
    Last Post: 11 Aug 2006, 10:54 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