Hello everyone.

Currently i am using nop quick tabs for a website in asp net core (nop 4.10)

I have the following problem:

I have a view with 2 custom tabs, which are Features, and Pricing.

In pricing tab i want to load a view component which , depending on the product shows the correct pricing catalog.


The problem is that i have a div that contains the view component and i show it only on Pricing page, but it gets loaded on features tab too and gets hidden.


Them problem appears when i navigate to features and then to Pricing. The view component is not correctly displayed as it has been already initialized in the features tab and it cannot be duplicated inside that div.

Can i have some help with this?