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

ARGH Where did the code go?

This is a discussion on ARGH Where did the code go? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Alright this is the 3rd mod I am trying to port to oscMAX that has asked me to make a ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default ARGH Where did the code go?

    Alright this is the 3rd mod I am trying to port to oscMAX that has asked me to make a change to the following in admin/includes/classes/order.php

    Where did this get moved to? It is not in the above file...



    $order_query = tep_db_query("select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'");

  2. #2
    osCMax Developer

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


    Default Re: ARGH Where did the code go?

    No longer in osCMax.... It was changed to this:

    PHP Code:
     $order_query tep_db_query("select * from " TABLE_ORDERS " where orders_id = '" . (int)$order_id "'"); 
    Line #27
    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

  3. #3
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: ARGH Where did the code go?

    Thanks Michael Does that mean I do not need to put the change requested by those mods somewhere else?

    Blayne

  4. #4
    osCMax Developer

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


    Default Re: ARGH Where did the code go?

    I have no idea... You probably have to modify the changes to fit osCMax.
    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

  5. #5
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    362
    Rep Power
    10


    Default Re: ARGH Where did the code go?

    I guess I will just try entering the change in the database under at that location and see what happens

Similar Threads

  1. I am stuck on a code
    By ALElder in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 01-31-2007, 06:58 AM
  2. Where to get colour code
    By tyz6970 in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 08-02-2004, 08:46 AM
  3. bookmark code
    By modom in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 01-03-2003, 07:33 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
  •