Diferent Template For Mobile View

Would it be possible to use say

templates / blocks / product_templates / default_template2.tpl

as product description template when screen size is smaller then ~979px..

I want to re position all elements

Would it be possible to use say

templates / blocks / product_templates / default_template2.tpl

as product description template when screen size is smaller then ~979px..

I want to re position all elements

Hello,

This could be accomplished by using AJAX to get the product description, depending on the screen size it will get either of the blocks.

Best wishes,

For example, with our Additional Block Settings module you can disable Main content block for mobile devices. Then just create new HTML block with SMARTY support for mobile view and include necessary template

That is good idea, thanks

For example, with our Additional Block Settings module you can disable Main content block for mobile devices. Then just create new HTML block with SMARTY support for mobile view and include necessary template