Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2006
    Location
    Chicago
    Posts
    51
    Plugin Contributions
    0

    Default Targeting certain information

    For example...I want to create a button in the navMain area in the header to target the shipping information and display it in the center like the other buttons in the navMain area such as login, account, logout, etc. I'd like to be able to create my own buttons (shipping, contact, etc.) and put them in the tpl_header.php file and have them target the appropriate information/pages. Any help is greatly appreciated.

  2. #2
    Join Date
    Sep 2006
    Location
    Chicago
    Posts
    51
    Plugin Contributions
    0

    Default Re: Targeting certain information

    The links look like this one that goes to your account page. I was wondering if there were these for shipping, contact, and privacy notice among others.

    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Targeting certain information

    By navigating to the page you want to link to you can obtain the address in your browser bar. This is one for shipping:
    Code:
    http://www.your_url.com/index.php?main_page=shippinginfo
    Collect these and you can enter this as an href for your button link code
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v154 Targeting customers
    By kalastaja in forum General Questions
    Replies: 7
    Last Post: 10 Mar 2016, 06:43 PM
  2. Languages and Google Geo targeting
    By jami1955 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 May 2009, 03:31 PM
  3. Replies: 1
    Last Post: 21 Apr 2008, 04:32 PM
  4. Email Targeting Customization
    By pheniks in forum General Questions
    Replies: 3
    Last Post: 18 Dec 2007, 09:12 PM

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