garysgal Posted October 26, 2006 Posted October 26, 2006 What code would I modify to move the "add to cart" button to the top of my product description? I'd rather have it there so if the customer knows what they're looking for (lots of repeat biz), they don't have to scroll down to select. Thanks for your help.
jasonabc Posted October 26, 2006 Posted October 26, 2006 The bit of code you are looking for is: <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.