Jump to content

[SOLVED] Custom HTML (tables) in the product description


Recommended Posts

Hi All,

 

I'm a newbie with the prestashop and I hope that someone can help me. I'm trying to add a custom HTML in particular a tabble in the product description tab. Every time I save the changes, prestashop will delete the table html code. Please can anyone help?

 

Thank you,

 

Miro

Link to comment
Share on other sites

Thank you Vekia.

 

Something very simple such as:

<table >
<tr>
<td>Title 1</td>
<td >Title 2</td>
</tr>
<tr>
<td >Row 1</td>
<td>Row 1</td>
</tr>

</table>

 

and maybe add custom css to the global.css to format it.

I'm still learning as I'm not a developer but my budget is allowing only DIY at the moment.

 

Miro

Link to comment
Share on other sites

i checked it and everything works well there :|

 

i used code:

<table>
<tr>
<td>Title 1</td>
<td>Title 2</td>
</tr>
<tr>
<td>Row 1</td>
<td>Row 1</td>
</tr>
</table>

results

uwa5zGv.png

\

 

and front office:

OiEZ4ry.png

 

 

 

please try to use code that i pasted above (i removed some "spaces" from your code)

Link to comment
Share on other sites

  • 1 year later...

Hi, 

I need to put bullet points and table with border in the description field. I have put both in my back office but not visible in front. I have the super admin access only, Can I access products.tpl with this access or should I need server access? please help.

Edited by Samaludheen (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...