marcndannie Posted August 16, 2013 Posted August 16, 2013 Hi. I would like to know if it is possible to move the 'buy now' button to the top right side under product price. I have some listings with very long descriptions and it requires customers to scroll alllllll the way down to the bottom of the page. Any help would be greatly appreciated. :)
marcndannie Posted August 16, 2013 Author Posted August 16, 2013 Whoops! I forgot to say that I am using v2.3.3 - not sure if things have changed from previous versions.
Bob Terveuren Posted August 18, 2013 Posted August 18, 2013 Hi there You can grab the code from further down the page, strip out the bit for reviews and then add it after the <h1> code for the price <div> <h1 style="float: right; color:#999;"><?php echo $products_price; ?></h1> <div class="buttonSet" > <span class="buttonAction"><?php echo tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> </div> Provided you have a pretty standard osC with no extra <form> tags that would give you a working BUy Now button in both places
Recommended Posts
Archived
This topic is now archived and is closed to further replies.