Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Products Descriptions enchancement


fborille

Recommended Posts

Hi all,

 

How can i separate my product descriptions in 3 or 4 different blocks, like:

 

Description (graphic image)----------------------------------- Top

 

blablablabla

blabla

 

 

Specifications (graphic)---------------------------------------- Top

 

12v

10amp

blablabla

 

Warranty (graphic)---------------------------------------------Top

 

blablabla blabla

 

 

Also i'm using fck editor ...

 

Is there a contrib to do this ??

 

Thanks

 

Fabio

Link to comment
Share on other sites

Hiya,

 

Yes it's possible, just use HTML in your descriptions. You can create the HTML wrappers in something like Dreamweaver (I prefer notepad...) and them use them as templates when you add a product description.

 

So:

 

<h2>Description</h2>

<p>Description Here</p>

<hr/>

<h2>Specification</h2>

<p>Specification Here</p>

<hr/>

<h2>Warranty</h2>

<p>Warranty Here</p>

<hr/>

 

Or something similar depending on how you want it to look.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...