Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default Error Checkout Success

    Hi Reader,

    I am getting the following error in checkout sucess:

    Thanks for shopping with us online!
    1146 Table 'csi_zencart.zen_orders_total' doesn't exist
    in:
    [select value FROM zen_orders_total WHERE class='ot_subtotal' AND orders_id = 487]

    Any ideas what's causing it.

    Thanks

    RR

    Zen 1.3.8a

    PS (I don't kow if this error was there or is due to) could it be the following code I was asked to put into the tpl_checkout_success_default.php

    <div id="checkoutSuccessOrderLink"><?php echo TEXT_SEE_ORDERS;?></div>

    <div id="checkoutSuccessContactLink"><?php echo TEXT_CONTACT_STORE_OWNER;?></div>

    <h3 id="checkoutSuccessThanks" class="centeredContent"><?php echo TEXT_THANKS_FOR_SHOPPING; ?></h3>
    </div>
    <?php

    $gv_query1= "select value FROM zen_orders_total WHERE class='ot_subtotal' AND orders_id = " . (int)$orders->fields['orders_id'] ;

    $gv_result1 = $db->Execute($gv_query1);

    if (!$gv_result1->EOF) {

    if ($gv_result1->fields['value'] > 0) {

    ?>

    <img src="https://www.clixGalore.com/AdvTransaction.aspx?AdID=12479&SV=<?php echo $gv_result1->fields['value']; ?>&OID=<?php echo (int)$orders->fields['orders_id']; ?>" height="0" width="0" border="0">

    <?php
    }
    }
    ?>
    Last edited by Renz; 25 Aug 2010 at 04:27 AM.

 

 

Similar Threads

  1. Replies: 6
    Last Post: 11 Jan 2013, 12:51 PM
  2. 500 internal server error at checkout success
    By indigobnb in forum General Questions
    Replies: 0
    Last Post: 10 Sep 2010, 05:04 PM
  3. Checkout Success - Server Error 500
    By mizliz in forum General Questions
    Replies: 1
    Last Post: 6 Jul 2010, 02:42 AM
  4. Error 500 on checkout success page
    By Pauls in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 23 Oct 2009, 08:34 AM
  5. Checkout Success Parse Error, on the Japanese side...
    By Peace Freak in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 16 Aug 2006, 03:57 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