marcndannie Posted August 17, 2013 Posted August 17, 2013 Hi, I am wondering if it is at all possible to move the drop-down attributes menu up under the price. Some of my products have very long descriptions and the drop-down menu is all the way at the bottom of the page. I would like to bring it up under the price on the right side. I did manage to do this using information that I found via Google search and it looked great on my products with long descriptions but it made all of the short descriptions on my items disappear completely. Any help would be greatly appreciated. :)
marcndannie Posted August 22, 2013 Author Posted August 22, 2013 Well, it's been days and I have searched and searched, but still cannot find out how to do this. I may be using the wrong search terms? I am looking to move the available products drop-down menu to under the listing price. Oscommerce experts... S.O.S.!
Bob Terveuren Posted August 22, 2013 Posted August 22, 2013 Hi there - there's a big chunk of code in the page that relates to attributes so how about (as an altenative idea) move the description down the page rather than trying to move the attributes stuff. I'm looking at a slightly changed 2.3.3 product_info.php here but this may work for you look for the line <?php echo stripslashes($product_info['products_description']); ?> move that line down the page under the clear both div so: <div style="clear: both;"></div> <?php echo stripslashes($product_info['products_description']); ?> On mine the prices etc are top left but that may work for you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.