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