Jump to content

Quick query re stores on 1.4


Recommended Posts


Hi all

Question regarding stores using V1.4

Please can anybody tell me how to get the opening times to show online. I have filled in the details etc. the picture shows but I cannot see how to get the customer to see my opening times.

thanks

Barry

use theme tbl file for past date time .

or module contact

blockcontacts
Link to comment
Share on other sites

Thanks for the reply NIKS

in 1.4 BO TOOLS>STORES then click on green arrow under your store details and it brings up the area where we fill in our store address, picture and store opening times.

All the above then appear on your site EXCEPT the times.

Why is it there if it does not work.

Has anybody got this to work yet please

Barry

Link to comment
Share on other sites

well this is not the correct way to do it all. but here's a hack that will allow you to get your hours on the page without hurting anything(that i'm aware of). in your theme directory locate the stores.tpl file and in mine right after line 44(line 44 says

{if $store.phone}Phone: {$store.phone}{/if}

i entered the following

{if $store.hours}Hours: {$store.Hours}{/if}

{if $store.hours}Fri: 10:00AM-4:00PM {$store.Hours}{/if}

{if $store.hours}Sat: 12NOON-6:00PM {$store.Hours}{/if}



my take is that it basically says if hours exist(you probably need to have some entered in the backend) show the text in the middle...it's hilarious but hey it works!

Link to comment
Share on other sites

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...