Page 1 of 5 123 ... LastLast
Results 1 to 10 of 42
  1. #1
    Join Date
    May 2007
    Posts
    388
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,892
    Plugin Contributions
    2

    Default 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

  3. #3
    Join Date
    May 2007
    Posts
    388
    Plugin Contributions
    0

    Default Re: problem with contact info sidebox and ask a question

    Sorry, ok

    Consider that it is in construction

    www.passegginiamo.it

    thanks

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

    Default Re: problem with contact info sidebox and ask a question

    Quote Originally Posted by giuly View Post
    Sorry, ok

    Consider that it is in construction

    www.passegginiamo.it

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

  5. #5
    Join Date
    May 2007
    Posts
    388
    Plugin Contributions
    0

    Default 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

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

    Default Re: problem with contact info sidebox and ask a question

    Quote Originally Posted by giuly View Post
    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
    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.

  7. #7
    Join Date
    May 2007
    Posts
    388
    Plugin Contributions
    0

    Default 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
    // license@zen-cart.com so we can mail you a copy immediately.
    // --------------------------------------------------
    //
    // $Id: tpl_blank_sidebox.php,v 1.0 6/24/2006
    // Original modification by Carter Harris charris@technettn.net 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

  8. #8
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: problem with contact info sidebox and ask a question

    Quote Originally Posted by giuly View Post
    My file tpl_ask_a_question_sideboxe.php


    thanks a lot to you
    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

  9. #9
    Join Date
    May 2007
    Posts
    388
    Plugin Contributions
    0

    Default Re: problem with contact info sidebox and ask a question

    it now goooooes

    Thank you very much

  10. #10
    Join Date
    Aug 2008
    Posts
    12
    Plugin Contributions
    0

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

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 322
    Last Post: 22 May 2013, 10:07 AM
  2. Simple SEO URL [support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 5039
    Last Post: 9 May 2013, 04:00 PM
  3. Scrolling Featured Sidebox support thread
    By misty in forum Addon Sideboxes
    Replies: 86
    Last Post: 28 May 2010, 05:14 PM
  4. SplitTaxLines mod support thread
    By pdprenty in forum All Other Contributions/Addons
    Replies: 80
    Last Post: 19 Dec 2009, 10:01 PM
  5. PO Box Ban [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 23
    Last Post: 28 Oct 2009, 11:58 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
  •