Quote:
Originally Posted by kai_sey
Was looking for something similar, although applied to a product, not plugin.
So in such a scenario, how would I block a product from loading on my mobile style?
Would I simply wrap the .xml plugin file with:
Code:
if (STYLEID != x)
{
plugin code here...
}
Many thanks.
|
In this case you would need to wrap the code of all the product's plugins (except for those that cache templates or update AdminCP settings, etc.) in that if statement.