Jump to content

[SOLVED] blockstore updating wont change front office


Recommended Posts

Hi Vekia

 

Il post again the script im editing

<!-- Block stores module -->
<div id="stores_block_left" class="block">
    <h4 class="title_block"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">{l s='Our Store' mod='blockstore'}</a></h4>
    <div class="block_content blockstore">
        <p class="store_image"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store!' mod='blockstore'}"><img src="{$module_dir}{$store_img}" alt="{l s='Our Store' mod='blockstore'}" width="174" height="115" /></a></p>
        <p>
            <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">» {l s='Opening Soon!' mod='blockstore'}</a>
        </p>
    </div>
</div>
<!-- /Block stores module -->
 

 

my site is hobbyland.ph

 

also the store contact image doesnt change on the map, i was uploading a map marker but the backgrount is not transparent

 

tnx

post-710045-0-43514400-1380792458.gif

Link to comment
Share on other sites

so you said that you changed blockstore.tpl file located in /modules/blockstore/blockstore.tpl and you don't see changes?

 

make sure that this file doesnt exist in themes/YOUR_THEME/modules/blockstore/blockstore.tpl 

 

if it exists there - you have to edit this one (it is override feature)

Link to comment
Share on other sites

  • 1 month later...

Hi Victor,

 

Thanks for your reply, but I still have no luck.

I've put the latitude & longitude from google maps: -6.252827 & 106.801486.

And I've upload png file for pin marker:

post-730272-0-70861500-1385297267_thumb.jpg

also tried to update from public_html>img>logo_stores.gif

 

Here's my public_html>themes>default>modules>blockstores.tpl

 

<!-- Block stores module -->
<div id="stores_block_right" class="block">
    <h4 class="title_block"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our store(s)!' mod='blockstore'}">{l s='Our store(s)!' mod='blockstore'}</a></h4>
    <div class="block_content blockstore">
        <p class="store_image"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our store(s)!' mod='blockstore'}"><img src="{$module_dir}{$store_img}" alt="{l s='Our store(s)!' mod='blockstore'}" width="174" height="115" /></a></p>
        <p>
            <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our store(s)!' mod='blockstore'}">» {l s='Discover our store(s)!' mod='blockstore'}</a>
        </p>
    </div>
</div>
<!-- /Block stores module -->

 

(I've changed the 'left' to 'right', just like you mentioned on this topic above)

 

Should I run an update to the cache or classes (or something like that)?

 

Manner.

Link to comment
Share on other sites

Hi Milos,

 

Thanks for your attention... It's worked now...

My mistake, I found out that I have to put the details of my store as a new list, not only the parameters & contact details part (under 'store contacts' list)...  :lol: (silly me).

Thanks also to Victor...

Glad to be part of this forum. B)

 

Best regards,

Erwin.

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...