Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42
  1. #31
    Join Date
    Jun 2010
    Location
    Pretoria, South Africa
    Posts
    1
    Plugin Contributions
    0

    help question 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

  2. #32
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Contact Info Sidebox Support Thread

    Quote Originally Posted by OpticomSystems View Post
    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
    I'm not sure I completely understand your issue.

    The sidebox displays as expected when viewing you site.

  3. #33
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default 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

  4. #34
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Contact Info Sidebox Support Thread

    Quote Originally Posted by wotnow View Post
    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
    If your server is located in the US then that is where the date is being picked up.

  5. #35
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default 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

  6. #36
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Contact Info Sidebox Support Thread

    Quote Originally Posted by wotnow View Post
    Hi .. actually I think my server is in Australia .. Sydney but I will contact them to make sure. Thanks
    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');

  7. #37
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default 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

  8. #38
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

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

  9. #39
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Contact Info Sidebox Support Thread

    Quote Originally Posted by willie bee View Post
    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()

  10. #40
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Contact Info Sidebox Support Thread

    Quote Originally Posted by clydejones View Post
    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()

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. v150 Contact Us - Add Subject support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jan 2019, 06:04 AM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. Contact Us IP Ban [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 9 Nov 2010, 01:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR