janewhitman Posted July 1, 2010 Posted July 1, 2010 hi all.. i searched but wasnt able to find a way to shorten the standard description without doing a new (vanilla) install. currently the product description is too long and the "addtocart" button is too far down after the detailed description.. I suppose one can add another "addtocart" button on top right below the description and price..is there an addon i should look at ? thanks J
janewhitman Posted July 2, 2010 Author Posted July 2, 2010 hi all.. i searched but wasnt able to find a way to shorten the standard description without doing a new (vanilla) install. currently the product description is too long and the "addtocart" button is too far down after the detailed description.. I suppose one can add another "addtocart" button on top right below the description and price..is there an addon i should look at ? thanks J anybody?..pretty please? =)
shadow007 Posted July 2, 2010 Posted July 2, 2010 Edit product_info.php, insert the lines below: <tr> <td class="main" align="right"><?php echo tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> </tr> under these lines below: <tr> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> </tr> Make any necessary changes to fit your own store... Everyone is changing the world. Everyone is a world. For everyone needs my help, PM or email if I amn't online.
janewhitman Posted July 2, 2010 Author Posted July 2, 2010 Edit product_info.php, insert the lines below: <tr> <td class="main" align="right"><?php echo tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> </tr> under these lines below: <tr> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> </tr> Make any necessary changes to fit your own store... Hello i went to catalog>product_info.php but wasnt able to find the lines you mentioned.. <tr> <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> </tr>[/code] am i in the right directory? also what do you mean "Make any necessary changes to fit your own store"..will there be an option in the admin or something? or do you mean make changes via code manipulation or something?? thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.