-
Contact Info Sidebox Support Thread
Hello, I've installed on ZC 1.3.8a 2 mods:
contact info sidebox and
ask a question (with sidebox)
the problem is that not in home page, but in the page of the product, when I click on the contact data (except the mail) the link goes on the ask question about that product.
I have also installed the Ultimate seo mod, can it be that?
How can I solve?
Thanks :blink::blink::blink:
-
Re: problem with contact info sidebox and ask a question
If you provide a link to your site, zenners can take a look and see what's happening and offer assistance.
Tina
-
Re: problem with contact info sidebox and ask a question
Sorry, ok
Consider that it is in construction
www.passegginiamo.it
thanks
-
Re: problem with contact info sidebox and ask a question
Quote:
Originally Posted by
giuly
Just checked you site.
Both boxes seem to be functioning as they are supposed to.
The contact sidebox links to the contact us page when the e-mail us link is clicked.
The ask a question sidebox displays as it should when you are on the product info page and links to the ask a question page.
-
Re: problem with contact info sidebox and ask a question
Yes, the email in contact box goes, but if you click on deails above email, the link goes like the page of the product.
The same thinf if I insert the address instead of telephone numbers
:blink:
-
Re: problem with contact info sidebox and ask a question
Quote:
Originally Posted by
giuly
Yes, the email in contact box goes, but if you click on deails above email, the link goes like the page of the product.
The same thinf if I insert the address instead of telephone numbers
:blink:
Can you post the code for the ask a question sidebox please
includes/templates/YOUR_TEMPLATE/sideboxes
a quick check indicates that the closing /a tag may be missing in that sidebox but I'd have to see the code in order to be sure.
-
Re: problem with contact info sidebox and ask a question
My file tpl_ask_a_question_sideboxe.php
<?php
//
// Blank Sidebox Mod
// includes/templates/templates_default/sideboxes/tpl_blank_sidebox.php
//
// --------------------------------------------------
// http://www.MommaMuse.com mod Zen-Cart - by Judi Cox
// --------------------------------------------------
// zen-cart Open Source E-commerce
// Copyright (c) 2003-2006 The zen-cart developers
// http://www.zen-cart.com/index.php
// Portions Copyright (c) 2003 osCommerce
// --------------------------------------------------
// This source file is subject to version 2.0 of the GPL license,
// that is bundled with this package in the file LICENSE, and is
// available through the world-wide-web at the following url:
// http://www.zen-cart.com/license/2_0.txt.
// If you did not receive a copy of the zen-cart license and are unable
// to obtain it through the world-wide-web, please send a note to
// [email protected] so we can mail you a copy immediately.
// --------------------------------------------------
//
// $Id: tpl_blank_sidebox.php,v 1.0 6/24/2006
// Original modification by Carter Harris [email protected] based on the tpl_featured.php file
// Additionally modified by Judi Cox http://www.mommamuse.com
$content = '';
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
$content .= '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '
';
$content .= '</div>';
?>
thanks a lot to you
:smile:
-
Re: problem with contact info sidebox and ask a question
Quote:
Originally Posted by
giuly
My file tpl_ask_a_question_sideboxe.php
thanks a lot to you
:smile:
Yes, the closing /a is missing
replace this section of the code
Code:
$content .= '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '
';
With this
Code:
$content .= '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '</a>';
That should take care of the problem
-
Re: problem with contact info sidebox and ask a question
it now goooooes
:hug::clap::clap:
Thank you very much
-
Re: problem with contact info sidebox and ask a question
Hello Everybody,
I'm using the FutureZen template also, I'm having problem with the sideboxes, the head of the sidebox is missing corners.......Can anyone help me please. I;m very new with the ZentCar and have spent almost 4 weeks doing alot of searches and read posts. Please if anyone out there can help. http://2daydiets.com
Thank you very much in advance..
-
Re: problem with contact info sidebox and ask a question
Quote:
Originally Posted by
andestran
Hello Everybody,
I'm using the FutureZen template also, I'm having problem with the sideboxes, the head of the sidebox is missing corners.......Can anyone help me please. I;m very new with the ZentCar and have spent almost 4 weeks doing alot of searches and read posts. Please if anyone out there can help.
http://2daydiets.com
Thank you very much in advance..
Just checked your site in FF, IE7, Opera and Safari and can't see anything wrong with the sideboxes (they have rounded corners at the top and bottom as they should have.)
-
Re: problem with contact info sidebox and ask a question
Hello Clydejones,
I thank you so much for the quick respond. Actually when you look at sidebox of Specials [more], Featured [more], and New Products [more] they are overlapped and each one below that are missing the header of the sidebox.
can you help please....
thank you very much.
-
Re: problem with contact info sidebox and ask a question
Clydejones...I love your links and those templates. I will have to use them in the future......thanks.
-
Re: problem with contact info sidebox and ask a question
Quote:
Originally Posted by
andestran
Hello Clydejones,
I thank you so much for the quick respond. Actually when you look at sidebox of Specials [more], Featured [more], and New Products [more] they are overlapped and each one below that are missing the header of the sidebox.
can you help please....
thank you very much.
Try this fix
Just unzip the file and upload the entire includes folder to your server
-
Re: Contact Info Sidebox Support Thread
I'm sorry.....which folder should i upload to????
thanks
-
Re: Contact Info Sidebox Support Thread
Just upload the entire includes folder (the file structure is the same as the Zen Cart structure, so the files will be placed where they should go.)
-
Re: Contact Info Sidebox Support Thread
Hello Clyde,
Very good....it works, but one last thing. How do fix the scrolling sidebox header?on New Products [more] . please wait for the it to move up and you will see the sidebox header is missing. Thank you so much for the fix.
Andes
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
andestran
Hello Clyde,
Very good....it works, but one last thing. How do fix the scrolling sidebox header?on New Products [more] . please wait for the it to move up and you will see the sidebox header is missing. Thank you so much for the fix.
Andes
Check in the support thread for the mod
-
Re: Contact Info Sidebox Support Thread
Hello Clyde,
I'm really appreciate for all your helps and quick reply. I will try the MOD. I will keep you update..........once again thanks. Clyde.
Aandes
-
Re: Contact Info Sidebox Support Thread
Hello Clyde,
Just wanna update you. I tried different scrolling sidebox and it works perfectly. I'm so happy and a big big thank you to you for all the help.
Andes.......:shocking::clap::clap:
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
andestran
Hello Clyde,
Just wanna update you. I tried different scrolling sidebox and it works perfectly. I'm so happy and a big big thank you to you for all the help.
Andes.......:shocking::clap::clap:
Glad to help
-
Re: Contact Info Sidebox Support Thread
I just installed the contact info box, and I love it but I would like to add some info to it (opening hours) and some language specific information (like in dutch I want the telephonnr. normal but in english with international acces code). Can you point out for me which file I need to edit?
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
jvanree
I just installed the contact info box, and I love it but I would like to add some info to it (opening hours) and some language specific information (like in dutch I want the telephonnr. normal but in english with international acces code). Can you point out for me which file I need to edit?
includes/languages/english/extra_definitions/YOUR_TEMPLATE/contact_sidebox_defines.php
For Dutch just copy the file to:
includes/langages/dutch/extra_definitions/YOUR_TEMPLATE/contact_sidebox_defines.php
NB: most of the information as you will see comes from the information in
admin -> configuration -> my store.
-
Re: Contact Info Sidebox Support Thread
-
Re: Contact Info Sidebox Support Thread
Hello,
I have installed your contact info box, and it does not display the header correctly, instead of showing "contact info" it shows "BOX_HEADING_CONTACT_SIDEBOX". How do I correct that so it shows "contact info"? Thank you
Here is a link to the shopping cart: https://www.hdworkgear.com/shophd/
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
EbbyWolf
Hello,
I have installed your contact info box, and it does not display the header correctly, instead of showing "contact info" it shows "BOX_HEADING_CONTACT_SIDEBOX". How do I correct that so it shows "contact info"? Thank you
Here is a link to the shopping cart:
https://www.hdworkgear.com/shophd/
Sounds like you've missed uploading the language file.
make sure ALL the following folders and files have been uploaded to your server.
includes/languages/english/extra_definitions/YOUR_TEMPLATE/contact_sidebox_defines.php
includes/modules/sideboxes/YOUR_TEMPLATE/contact_sidebox.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_contact_sidebox.php
-
Re: Contact Info Sidebox Support Thread
Thank you! I just checked the folder, I was missing the language one. I had uploaded the language file to the wrong folder. :oops:
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
EbbyWolf
Thank you! I just checked the folder, I was missing the language one. I had uploaded the language file to the wrong folder. :oops:
Glad it got sorted.
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
clydejones
includes/languages/english/extra_definitions/YOUR_TEMPLATE/contact_sidebox_defines.php
For Dutch just copy the file to:
includes/langages/dutch/extra_definitions/YOUR_TEMPLATE/contact_sidebox_defines.php
NB: most of the information as you will see comes from the information in
admin -> configuration -> my store.
Can you be a bit more specific on how I would add info to the box that's not in the store config file?
Thanks for the add-on.
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
robrem
Can you be a bit more specific on how I would add info to the box that's not in the store config file?
Thanks for the add-on.
What information would you like to add?
-
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()
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
willie bee
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()
check the cache directory for any error messages.
-
Re: Contact Info Sidebox Support Thread
Quote:
Originally Posted by
clydejones
check the cache directory for any error messages.
Thanks that was helpful. I did find the error. It listed the error as "user" :clap:
Works now. Thanks again for a great mod.