Customer Layout To Quick_View.tpl

Hello,



I have diferent templates for each category, all ok and working, now i need

to have a customer layout template for the quick_view…



How can i have a customer layout for quick_view?

design/themes/my_skin/templates/views/products/quick_view.tpl



{if $settings.Appearance.default_product_details_layout == “default_template”}

{include file=“views/products/components/quick_view_template.tpl”}



{else}



{include file=“views/products/components/quick_view_template_long.tpl”}





Is possible to assign a customer layout to quick_view?

something like this



{if $category_data.product_details_layout == “products_mytemp”}

{include file=“addons/my_changes/views/products/components/quick_view_template_mytemp.tpl”}



Anyone have try this customization?



-



Regards,

Hoko