I am using storebox and a custom layout to build a Hikashop store.
I am building a feature called a "quickshop". Essentially, any product that has attributes such as small, medium, large , cannot be placed in the cart without first choosing the attribute. Other products can be placed in the cart directly from the category view but in Hikashop products with attributes instead of "Add to cart" have a button called "Choose Options".
The job consists of making that link open in a modal window (which I already implemented) displaying only the component and maybe a couple of positions necessary for a script we are using.
The problem with that is that the modal window is loading absolutely no JS or CSS of any sort.
What I would like to do is to either make the modal window load a separate Custom Layout from the storebox, but I don't know how to accomplish that. I know how to assign layouts to menu items, but these are product displays from hikashop, and not even all of them, just the ones with attributes in them.
I am hoping there is some switch I can use in the URL or at least some javascript that can solve this problem.
Thank you.