I want to add custom field value to products area page.
Because it's silly when you have xxx number of subdomain orders and on list page it shows only name of main domain!
Example:
- Removed -
Customers needs to guess which is the right one.
---
#1
File is clientareaproducts.tpl
And it uses smarty
#2
I tried {debug}, custom value is not one of those I can fetch (only client custom fields).
#3
{php}{/php} deprecated
#4
{include_php} deprecated
#5
tried all methods mentioned before, in all combinations. All doing nothing or breaking page.
----
I have php script, it fetches value from database but I can't include php in tpl.
Is there any way to do this?
Just show the product custom field on products list.
Thank you