Results 1 to 5 of 5

Help changing text in popup window titlebar

This is a discussion on Help changing text in popup window titlebar within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Right now on one of my popup windows for an image it says... http://www.upupandawaykites.com - Quantum Pro: Up Up & ...

      
  1. #1
    Active Member
    Join Date
    Oct 2004
    Posts
    215
    Rep Power
    8


    Default Help changing text in popup window titlebar

    Right now on one of my popup windows for an image it says...

    http://www.upupandawaykites.com - Quantum Pro: Up Up & Away Kites - Microsoft Internet Explorer

    I would like it to say

    Click image to close window - Quantum Pro

    How would I go about changing that? I dug around the files but I'm just not looking in the right places.

    Thanks

    Here's a sample URL to see what I'm talking about...

    http://www.upupandawaykites.com/cata...products_id=14

  2. #2
    New Member
    Join Date
    Mar 2004
    Posts
    22
    Rep Power
    0


    Default

    You should just be able to change it by editing popup_image.php, no?

    The page title is located between the <title>…</title> tags

  3. #3
    Active Member
    Join Date
    Oct 2004
    Posts
    215
    Rep Power
    8


    Default

    I think its kept in

    catalog/templates/aabox/popup.tpl.php

    This file calls the PHP reference <?php echo META_TAG_TITLE; ?>

    this tagline is defined in

    catalog/includes/meta_tags.php

    with the line
    define('META_TAG_TITLE', NAVBAR_TITLE_1 . PRIMARY_SECTION . TITLE . $web_site_tagline);

    What code would I need to say
    Click to close - MANUFACTURER - PRODUCT NAME
    in the titlebar?

  4. #4
    Lurker
    Join Date
    Jun 2003
    Posts
    1
    Rep Power
    0


    Default

    I would just change catalog/templates/aabox/popup.tpl.php:

    replace the
    <title><?php echo META_TAG_TITLE; ?></title>
    with:
    <title>Click image to close window - Quantum Pro</title>

    Hope this helps,

    James

  5. #5
    Active Member
    Join Date
    Oct 2004
    Posts
    215
    Rep Power
    8


    Default

    Quote Originally Posted by jameso
    I would just change catalog/templates/aabox/popup.tpl.php:

    replace the
    <title><?php echo META_TAG_TITLE; ?></title>
    with:
    <title>Click image to close window - Quantum Pro</title>

    Hope this helps,

    James
    I understand how to change the title now....I actually already changed the title to "click image to close window", but the Qutantum Pro is just a product, it was an example. I basically am looking for the variable that will dynamically put the product name in the titlebar.

    Is there somewhere that defines all the variables and their uses in OSCommerce?

Similar Threads

  1. Mopics Window Resize over 'close window' text
    By ericcech in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 03-08-2006, 07:42 PM
  2. Anyway to get a popup window from FCK editor??
    By Redeye_Joe in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 03-07-2006, 01:00 PM
  3. how to make popup window scrolling?
    By technoboy in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 02-08-2006, 12:26 PM
  4. Scrollable popup window
    By fuzzyphil in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 10-10-2005, 04:39 AM
  5. popup window too small
    By jlee in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-18-2003, 01:24 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
  •