hoasem Posted January 23, 2010 Posted January 23, 2010 Notice: Undefined index: title in D:\Program Files\EasyPHP5.2.10\www\os\catalog\checkout_confirmation.php the code is: <table border="0" cellspacing="0" cellpadding="2"> <tr> <td class="main" colspan="4"><?php echo $confirmation['title']; ?></td> </tr> <?php for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) { ?> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['title']; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><?php echo $confirmation['fields'][$i]['field']; ?></td> </tr> <?php } ?> the error says $confirmation["title"] ---->Undefined index: title any idea for this? thanks Quote
satish Posted January 31, 2010 Posted January 31, 2010 in application_top.php error_reporting(E_ALL & ~E_NOTICE); replace with error_reporting(0); Dennisra 1 Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.