Results 1 to 10 of 113

Threaded View

  1. #18
    Join Date
    Mar 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Language/Currency Links in Header

    Quote Originally Posted by spinnywoman View Post
    At present, if you look at the currency symbols displayed in 'my' header, they are $ € £ $ $ - if I could get the "tool tip" alt"" or title"" to work, it would help identify the correct $ USD, CAD or AUD to the customer. I hope that someone can point me in the right direction.
    In the file, /includes/templates/[CUSTOM]/common/tpl_header.php

    replace...
    require(DIR_WS_MODULES . 'header_currencies.php');

    with...
    require(DIR_WS_MODULES . zen_get_module_directory('header_currencies.php'));

    You can see an example at my store: http://www.serahsonline.com

    To get the drop-down, I replaced everything in /includes/templates/templates_default/common/tpl_header_currencies.php with the following code:

    $content = "";
    $content .= zen_draw_form('currencies_form', zen_href_link(basename(ereg_replace('.php','', $PHP_SELF)), '', $request_type, false), 'get');
    $content .= zen_draw_pull_down_menu('currency', $currencies_array, $_SESSION['currency'], 'onchange="this.form.submit();"') . $hidden_get_variables . zen_hide_session_id();
    $content .= '</form>';

    echo $content;
    Last edited by Serahs; 10 Oct 2008 at 10:06 AM. Reason: wanted to add formatting
    Serah's - Getting Clean Never Looked So Good!
    www.serahsonline.com

 

 

Similar Threads

  1. Language and Currency in the Header
    By jdes in forum General Questions
    Replies: 1
    Last Post: 13 Aug 2010, 04:38 PM
  2. Language and Currency in header
    By DocRocks in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 8 Nov 2009, 10:53 AM
  3. Error with 'Language/Currency Links in Header'
    By [email protected] in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 Mar 2007, 03:23 PM
  4. Error with 'Language/Currency Links in Header'
    By [email protected] in forum Customization from the Admin
    Replies: 1
    Last Post: 6 Feb 2007, 10:17 PM
  5. Replies: 0
    Last Post: 26 Jan 2007, 06:10 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