Products Module - URL Slug
Posted: Sat Jul 07, 2018 1:24 am
Hello to all, I'm using Products module 2.28.4 on cmsms 2.2.7
I'm tryin to use URL SLug Template but I' have some issues.
I set hierarchy and category for each item.
It works if I insert:
- {$name}
- {$hierarchy}/{$name}
- {$hierarchy3}/{$name}
and similar....
but If I use
- {$first_category}/{$name} : only "Name" part is filled.
- {$first_category} : the URL Slug remain empty, it seems doesn't catch that data in any manner
or
{$category_parts[0]}/{$name} : I get an error "Undefined offset"
How can I put category name into URL Slug?
i'm driving nuts!
thank you for support
I'm tryin to use URL SLug Template but I' have some issues.
I set hierarchy and category for each item.
It works if I insert:
- {$name}
- {$hierarchy}/{$name}
- {$hierarchy3}/{$name}
and similar....
but If I use
- {$first_category}/{$name} : only "Name" part is filled.
- {$first_category} : the URL Slug remain empty, it seems doesn't catch that data in any manner
or
{$category_parts[0]}/{$name} : I get an error "Undefined offset"
How can I put category name into URL Slug?
i'm driving nuts!
thank you for support