Re: Contact Info Sidebox Support Thread
Hi, I'm new t Zen-Cart, I find it easy and nice to use, I've uploaded the files as mentioned in the Readme.txt, it displays on the site, but not the details. Can some please tel me what I'm doing wrong.
Here is the link to the site http://order.nkosi-creations.co.za
or short
Contact us
If anyone can please assist me.
Thank you:huh:
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
OpticomSystems
Hi, I'm new t Zen-Cart, I find it easy and nice to use, I've uploaded the files as mentioned in the Readme.txt, it displays on the site, but not the details. Can some please tel me what I'm doing wrong.
Here is the link to the site
http://order.nkosi-creations.co.za
or short
Contact us
If anyone can please assist me.
Thank you:huh:
I'm not sure I completely understand your issue.
The sidebox displays as expected when viewing you site.
Re: Contact Info Sidebox Support Thread
Hi .. I would like to know how to change the time for the date .. at 6.18am on a Monday morning the date reads Sunday.
Where does it read the time from? Site is: http://www.rosedakinjewellery.com.au...ain_page=index
Thanks
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
wotnow
If your server is located in the US then that is where the date is being picked up.
Re: Contact Info Sidebox Support Thread
Hi .. actually I think my server is in Australia .. Sydney but I will contact them to make sure. Thanks:D
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
wotnow
Hi .. actually I think my server is in Australia .. Sydney but I will contact them to make sure. Thanks:D
You might also want to check includes/languages/YOUR_TEMPLATE/english.php
around line 22 you'll find this line of code:
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
you can change it to read:
@setlocale(LC_TIME, 'en_AU.ISO_8859-1');
Re: Contact Info Sidebox Support Thread
Hi .. changed that setting but it made no difference. Have contacted servers and am waiting for a response. Thanks
Re: Contact Info Sidebox Support Thread
On the sidebox I made some changes. I put an image of a phone so when you click it it goes straight to the contact page.
define('CONTACT_STORE', nl2br(STORE_NAME_ADDRESS) .'<br /><a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '"><img src="/images/contact_us.jpg"></a>');
Since the actual contact page has the address and phone. How can I remove the time and address code from the sidebox as all I want is the image of the phone clickeable which I already did? I tired it but it totally screwed up. TIA!
Again, great work from clyde.
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
willie bee
On the sidebox I made some changes. I put an image of a phone so when you click it it goes straight to the contact page.
define('CONTACT_STORE', nl2br(STORE_NAME_ADDRESS) .'<br /><a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '"><img src="/images/contact_us.jpg"></a>');
Since the actual contact page has the address and phone. How can I remove the time and address code from the sidebox as all I want is the image of the phone clickeable which I already did? I tired it but it totally screwed up. TIA!
Again, great work from clyde.
You'll need to make the following edits:
define('CONTACT_STORE', '<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">E-Mail Us</a>');
define('DATE_FORMAT_SHORT_BOX', ''); // this is used for strftime()
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
clydejones
You'll need to make the following edits:
define('CONTACT_STORE', '<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">E-Mail Us</a>');
define('DATE_FORMAT_SHORT_BOX', ''); // this is used for strftime()
Thanks and I did that exactly. Double checked. When I go to the store it is just a blank white page. Which was the same issue I was having when I tried to change things myself.
define('BOX_HEADING_CONTACT_SIDEBOX', 'Contact Info');
define('CONTACT_STORE','<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '"><img src="/images/contact_us.jpg"></a>');
define('DATE_FORMAT_SHORT_BOX',"); // this is used for strftime()