Is it possible to have product features in promo box? I am not using promo box most time its empty, but location would be very good for product features. Talking about customer product details page.
You can try to override the products:promo_text hook (design/themes/YOUR_THEME/templates/blocks/product_templates/default_template.tpl) with the following content:
{if $product.promo_text}{$product.promo_text nofilter}{elseif $product.product_features}{include file="views/products/components/product_features.tpl" product_features=$product.product_features details_page=true}{/if}
(!) Not tested
Works like charm, thank you!
Works like charm, thank you!
You are welcome!
Can buy together be inserted in to smarty block like
{include file="views/products/components/product_features.tpl" product_features=$product.product_features details_page=true}
Thank you
Try
{include file="addons/buy_together/blocks/product_tabs/buy_together.tpl"}
(!) Not tested
Does not work.
Hm.. Works on my local installation without any problems: