xgc wrote:Hi,
I discovered "Nop Quick Tabs" plugin today and it's an excellent product but i have questions about it.
I added properties to my products and i want to show these properties in tabs, so i want to use "Nop Quick Tabs" plugin.
My questions are: is it possible to show my own properties with this plugins or not? is it possible to show my tabs on ALL products?
I search in the admin area but i didn't find and because this plugin is not open source i ask here.
If all is impossible do you know an another way?
Thanks
What properties have you added? I suppose you have some custom properties that you want to get dynamically for each product.
Please note that all views used in the Nop Quick Tabs are open to modifications. So you can do whatever you want.
For example if you want to show a Tab for all products you can create a Tab by hard coding it in the _ProductTabs.cshtml view and get its content by calling an Action of your Controller that will get your product properties and return a partial view with the information you want to show.
Hope this helps!