Jump to content

[SOLVED] Comment about Our stores doesn't appear


Recommended Posts

little workaround:

go to themes/default-bootstrap/modules/blockstore/blockstore.tpl

 

there is a code:

	{if !empty($store_text)}
        <p class="store-description">
        	{$store_text}
        </p>
        {/if}

change it to:

        <p class="store-description">
        	{l s='my text' mod='blockstore'}
        </p>

then go to localization > translations 

1) select installed modules translations

2) select your theme

3) select language

 

search for "my text" (ctrl+f) and translate it to any other text you want.

  • Like 1
Link to comment
Share on other sites

It seems I received a spam e-mail !

myselfidem,

Timfsothy (http://www.prestashop.com/forums/user/786413-timfsothy/) has just posted a reply to a topic that you have subscribed to titled "Comment about Our stores doesn't appear".

----------------------------------------------------------------------
No no, it does display text
----------------------------------------------------------------------

The topic can be found here: http://www.prestashop.com/forums/topic/323979-comment-about-our-stores-doesnt-appear/?view=getnewpost

If you have configured in your control panel to receive immediate topic reply notifications, you may receive an email for each reply made to this topic.  Otherwise, only 1 email is sent per board visit for each subscribed topic. 
This is to limit the amount of mail that is sent to your inbox.

And about text.

 

It's about 'note' Inside AdminStoresControllers.php (on line 262)

Link to comment
Share on other sites

×
×
  • Create New...