Posted By


SmpleJohn on 01/22/10

Tagged


Statistics


Viewed 234 times
Favorited by 1 user(s)

Prestashop 1.2.5 Product Tags


/ Published in: PHP
Save to your folder(s)

More of a reference for myself, but may be useful to others. I will grow this list as I find more useful things to add in. If you have any suggestions, just leave a comment below.


Copy this code and paste it in your HTML
  1. Product ID: {$product->id|intval}
  2. Product Name: {$product->name|escape:'htmlall':'UTF-8'}
  3. Description: {$product->description}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.