Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...