Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Assailant

Archived
  • Posts

    141
  • Joined

  • Last visited

Profile Information

  • Real Name
    William Heinitz
  • Location
    NYC
  • Website

Assailant's Achievements

  1. Hi, I have been DESPERATLEY seeking a way to modify the layout of the new products using BTS. I had a design done for me a while ago and the guy had a template file that allowed you to control the alignment of the characteristics such as name, description, price, image. so that you can control the alignment of the features and include or leave out a feature so you can just have the buy it now with the image or whatever you like. I am not very php literate and I greatly use dreamweaver for all my design and it has been great. If anyone can help it would be GREATLY appreciated, I have attached the code that was used. <table width="330" height="80" border="0" align="center" cellpadding="0" cellspacing="0" style="border: 1px #ffffff solid; padding: 10px;"> <tr><br> <td>{POZA}</td> <td class="main">{DESCRIPTIE}</td> </tr> <tr> <td colspan="2" class="main">{NUME}</td> </tr> <tr> <td colspan="2" class="main">{PRET}</td> </tr> <td colspan="2" class="main">{BUY_NOW}</td> </tr> </table> Im a php newbie but my guess is that they created a new class in the stylesheet.css and defined it to call this file somewhere, if someone can walk me through this process it would be much appreciated and If I can offer anything in return dont hesitate to ask this is very important to me.
×
×
  • Create New...