osCmax v2.5 User Manual
Results 1 to 2 of 2

I am stuck on a code

This is a discussion on I am stuck on a code within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; function popupPricematch(url) { window.open(url,'popupPricematch','toolbar=no,stat us=no,location=no,directories=no,status=no,menubar =no,scrollbars=yes,resizable=yes,copyhistory=no,wi dth=500,height400,screenX=10,screenY=150,top=10,le ft=150') } ************************************************** ******** <!-- Pricematch //--> <tr><td> <? require(DIR_WS_LANGUAGES . $language . ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Oct 2006
    Location
    Atlanta GA
    Posts
    201
    Rep Power
    12


    Question I am stuck on a code

    function popupPricematch(url) {
    window.open(url,'popupPricematch','toolbar=no,stat us=no,location=no,directories=no,status=no,menubar =no,scrollbars=yes,resizable=yes,copyhistory=no,wi dth=500,height400,screenX=10,screenY=150,top=10,le ft=150')
    }

    ************************************************** ********

    <!-- Pricematch //-->
    <tr><td>
    <? require(DIR_WS_LANGUAGES . $language . '/pricematch.php'); ?>
    <div align="center">
    <table class="infoBoxContents" width="70%"><tr><td>
    <?php
    $this_Code = $product_info['products_model'];
    $this_Product = $product_info['products_name'];
    $this_Price = $product_info['products_price'];
    ?>
    <a href=
    <?php
    echo "\"javascriptopupPricematch('pricematch.php?code1=" . $this_Code . "&product1=" . $this_Product . "&price1=" . $this_Price . "')\"";
    ?>
    <?php echo PRICEMATCH_LINK; ?></a>
    </td></tr></table></div>
    </td></tr>
    <!-- Pricematch EOF //-->

    How would I make this an OSCMax Code

    Thanks

  2. #2
    osCMax Developer

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


    Default Re: I am stuck on a code

    eh?

    There is no osCMax code. It is php. So, unless you tell us where you are trying to put it, not much we can do to help.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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. Please help help ...... im stuck.....pc pro creator
    By dapper in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-11-2005, 12:43 PM
  2. can someone please help - really stuck, getting desperate...
    By obscure in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 09-20-2004, 11:55 AM
  3. Please help! I'm stuck!
    By pbicontact in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 04-02-2004, 06:57 AM
  4. Help, I'm stuck!
    By iconcepts in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-10-2003, 04:59 AM
  5. stuck in the 2 step
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 11-27-2002, 08:56 AM

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
  •