I have a question about codes for category and parent category.
We are editing some SEO on our client's Miva Merchant site and need to access the parent category name of the category. We are editing the Category Page Template and I've tried everything but cannot seem to get it.
Currently the code is:
This is what we are looking for: category1 > category 2 - Company Name (where category 1 is the parent for category 2).
This is a nested category and the category page in question is 4 categories deep. How do I access the parent category for the current category?
I found some code which shows nothing at all - I was hopeful but nothing:
Thanks.
Dawna
We are editing some SEO on our client's Miva Merchant site and need to access the parent category name of the category. We are editing the Category Page Template and I've tried everything but cannot seem to get it.
Currently the code is:
HTML Code:
<title>&mvt:category:name; - &mvt:store:name;</title>
This is a nested category and the category page in question is 4 categories deep. How do I access the parent category for the current category?
I found some code which shows nothing at all - I was hopeful but nothing:
HTML Code:
&mvte:parent_category:name;
Dawna
Comment