Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help! Moving attributes box under price


marcndannie

Recommended Posts

Posted

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. :)

Posted

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.!

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...