Hi again,
Would someone be willing to share with me how to display product features on the product detail page? I tried using an include to the product features tpl, but that didn't do it. Help?
Thanks!
[quote name='mfducky' timestamp='1310693016' post='117341']
Hi again,
Would someone be willing to share with me how to display product features on the product detail page? I tried using an include to the product features tpl, but that didn't do it. Help?
Thanks!
[/quote]
Product features should automatically be appearing under one of the tabs, at least it does in version 2.1.2
Thanks, but I'm looking to isolate that information. I'm not utilizing the tabbed box that appears on the product page. Is there a way I can pull that information and display it separately?
I figured it out… sort of. Was able to include the features file:
{include file="views/products/components/product_features.tpl" product_features=$product.product_features details_page=true}
but would be cool to be able to isolate a specific product feature. Not sure how to do that.