Product Filters Tpl Include In Smarty Block Html

how do i include the original product filter tpl in a smarty html box ?

{include file="blocks/product_filters/original.tpl"} not working

and one more thing how do i add more than in a single smarty box

example

<div class="mydiv">

{include file="blocks/currencies.tpl"}

{include file="blocks/languages.tpl"}

Thanks

032.JPG

Please follow and old post that can help you https://forum.cs-cart.com/topic/29828-a-simple-way-to-add-any-content-on-any-place-on-template/

after more tests, it dos not work perfect.

some times the block is visible and some times the block is not there. :-(

It will not work since almost each block is linked with php function which is called to retrieve corresponding data from database. If you just use template, the functions are not called

@eComLabs i tried the solution offered from HungryWeb, it can be very useful but somehow in my case not working, at leas not a 100% solution.

i have attached screen recorder on the solution post offered from Hungryweb.

i have to play a bit more with the product filter block to get it where i want it.

Regards

Adi

So what do you want to make with product filters block?

i want the product filter block in mobile devices as sidebar, because the product filter block takes to much place in the categories page.. and i think is much better to slide in and slide out the block.

Regards

Adi

We can offer you our additional block settings module to enable/ disable certain blocks for different devices

https://www.ecom-labs.com/ready-to-use-add-ons/cs-cart-additional-block-settings-add-on.html

We can offer you our additional block settings module to enable/ disable certain blocks for different devices

https://www.ecom-labs.com/ready-to-use-add-ons/cs-cart-additional-block-settings-add-on.html

it looks like either i wrote wrong what i need or you read it wrong,

anyway i got it working with jQuery,

https://youtu.be/nexPGkAVZkw

It will not work since almost each block is linked with php function which is called to retrieve corresponding data from database.

It will not work since almost each block is linked with php function which is called to retrieve corresponding data from database.

i have done it , and it can be done.