Add Html Blocks

Hi all,

I think when I add HTML Block and tab Content has checkbox "Any Languages" . How can I show checkbox "Any Languages" ? I tried many times but it was not working.

Regards.

Hi all,

I think when I add HTML Block and tab Content has checkbox "Any Languages" . How can I show checkbox "Any Languages" ? I tried many times but it was not working.

Regards.

This option is displayed when you update block assigned to the product tab only.

http://prntscr.com/cepcg0

This option is displayed when you update block assigned to the product tab only.

http://prntscr.com/cepcg0

Thanks for your reply.

Unfortunately, it is not still working. I am using Multi-Vendor (4.3.9).

Image 1: http://prnt.sc/cf1bpk

Image 2: http://prnt.sc/cf1bxu

Image 3: http://prnt.sc/cf1c84

Is it a bug ?

Tks.

Thanks for your reply.

Unfortunately, it is not still working. I am using Multi-Vendor (4.3.9).

Image 1: http://prnt.sc/cf1bpk

Image 2: http://prnt.sc/cf1bxu

Image 3: http://prnt.sc/cf1c84

Is it a bug ?

http://www.awesomescreenshot.com/image/1559711/5af060b2e48cf10029fbc4b5b6a339d6

Hi Vivek Gupta, I clicked it already and found many times but not find checkbox.

please check you have only one active language . install other language & check. "Apply to all language" checkbox will be appear.

open the design/backend/templates/views/block_manager/components/block_content.tpl and add

{$block_scheme.content|count} ||| {$block_scheme.multilanguage} ||| {$languages|count}

before the following line:

{if $block_scheme.content}

Then clear cache and try to add new block. Provide us with the additional text which will be displayed on the Content tab.

We will check what condition does not work.

Thanks eComLabs . I got it.