lordofcb Posted March 3, 2007 Share Posted March 3, 2007 I have gone thru the install of v2.62 and everything in the instructions matched up except the following =============================================================================== In product_info.php (around line 104) FIND <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> REPLACE with <td valign="top"><h1><?php echo $products_name; ?></h1></td> <td align="right" valign="top"><h1><?php echo $products_price; ?></h1></td> ================================================= I was unable to find this code anywhere. the only reference to class="pageHeading i could find was... class="pageHeading" align="left" width="60%">' . $product_info['products_name'] . '</td><td align="center" class="main">Model: ' . $product_info['products_model'] . '</td></tr></table>'; } else { $products_name = '<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="pageHeading" align="left">' . $product_info['products_name'] . '</td></tr></table>'; } I am unsure how to get by this issue, and any help would be appreciated. All the other references to code in all other files in catalog and admin install instructions matched exactly except the one referenced above. Thank You, Quote Link to comment Share on other sites More sharing options...
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.