Results 1 to 2 of 2

HTML_PARAMS when upgrading RC1 to RC2 with HTML Template

This is a discussion on HTML_PARAMS when upgrading RC1 to RC2 with HTML Template within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; The HTML Template contribution for BTS breaks out the main_page.tpl.php file a little I think. The instructions say to. 5. ...

      
  1. #1
    Member
    Join Date
    Dec 2004
    Posts
    46
    Rep Power
    0


    Default HTML_PARAMS when upgrading RC1 to RC2 with HTML Template

    The HTML Template contribution for BTS breaks out the main_page.tpl.php file a little I think.

    The instructions say to.

    5. Manually update your main_page.tpl.php file for whatever template you are
    using and add the following code:

    Find this:
    <html <?php echo HTML_PARAMS; ?>>

    And replace it with:
    <html <?php echo HTML_PARAMS;
    // BOF Separate Pricing Per Customer
    if(!tep_session_is_registered('sppc_customer_group _id')) {
    $customer_group_id = '0';
    } else {
    $customer_group_id = $sppc_customer_group_id;
    }
    // EOF Separate Pricing Per Customer
    ?>>
    but I only have the <html <?php echo HTML_PARAMS; ?>> tag in popup.tpl.php

    I do have a

    //begin{htmlparams}
    echo HTML_PARAMS;
    //end{htmlparams}
    tag in main_page.code.php

    Any suggestions. I am working slightly over my head.
    Network Administrator
    Kansas Hosting
    http://www.kansashosting.com

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default RE: HTML_PARAMS when upgrading RC1 to RC2 with HTML Templat

    There is no main_page.code.php in osCMax. You are using some other mod...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. help with upgrading to rc3
    By art230 in forum osCmax v2 Installation issues
    Replies: 11
    Last Post: 11-19-2006, 10:48 PM
  2. HTML template (and system) for the BTS
    By paulM in forum osCmax v2 Customization/Mods
    Replies: 17
    Last Post: 11-24-2005, 12:24 PM
  3. Upgrading from MAX v1.7 to v2.0
    By rbudj in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 08-07-2005, 12:20 AM
  4. using header/index/footer.html for a own template
    By doumawis in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 02-06-2005, 03:14 PM
  5. upgrading from 2.1 to 2.2
    By phluisma in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 10-30-2003, 02:40 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
  •