Prevent Fablet from redirecting certain pages

By default, Fablet redirects all mobile traffic to your mobile optimized store. If you'd like to prevent this behavior for certain pages, add the following code snippet to the theme template the page is using.

<meta property="shoppad:always_desktop" content="true" />

Having this code snippet in your template will prevent Fablet from redirecting to your mobile optimized store, and serve the desktop page instead.