Describe the bug
Product tags are empty when using ObjectPresenter (Product page for example).
This is due to a non-recursive loop in ObjectPresenter. Traversable attributes aren't successfully transformed.
I've tested it on 1.7.6.4 Prestashop version but I think it's still relevant in the latest version.
Expected behavior
An array of tags
Steps to Reproduce
Steps to reproduce the behavior:
- Dump
$product.tags on web/themes/foo/templates/catalog/product.tpl
- Go on product page
Additional information
- PrestaShop version: 1.7.6.4
Describe the bug
Product tags are empty when using
ObjectPresenter(Product page for example).This is due to a non-recursive loop in ObjectPresenter. Traversable attributes aren't successfully transformed.
I've tested it on
1.7.6.4Prestashop version but I think it's still relevant in the latest version.Expected behavior
An array of tags
Steps to Reproduce
Steps to reproduce the behavior:
$product.tagsonweb/themes/foo/templates/catalog/product.tplAdditional information