Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Attributes


tinker74

Recommended Posts

Posted

Hello,

 

The product attributes for an item show up on the left hand side of the product_info page in the middle column with the rest of the product information. How do i make the product attributes line up on the right side of the page? Not in a box on the right, but in the middle column with the rest of the product information. I don't want to go snooping in product_info blindly and screw something up.

 

Any help would be appreciated...

 

Thanks....

  • 7 months later...
Posted

I had the same problem.

 

Not sure if this is correct but this DIY effort works for me, other solutions welcome?

 

In catalog/product_info.php

 

Find the following product attributes code:

 

    <><?php echo TEXT_PRODUCT_OPTIONS; ?></p>

    <p>

 

 

Then add   align="right" after <P> as follows:

 

    <p align="right"><?php echo TEXT_PRODUCT_OPTIONS; ?></p>

    <p align="right">

 

Peace out :) 
 

Archived

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

×
×
  • Create New...