Results 1 to 3 of 3
  1. #1
    Join Date
    May 2005
    Posts
    28
    Plugin Contributions
    0

    Default help with mod please

    ok in oscommerce admin/categories.php

    there is a couple of lines like this im trying to figure out the change to zen cart

    Oscommerce code:

    tep_db_prepare_input($HTTP_POST_VARS['products_model']),
    tep_db_prepare_input($HTTP_POST_VARS['products_price']),

    where is this in zen cart, what im trying to do is use contribution mvs from oscommerce to zen cart, any help please

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: help with mod please

    Replace the tep_db_prepare_input function with zen_db_prepare_input, and use $_POST rather than $HTTP_POST_VARS.

    New lines would be
    Code:
    zen_db_prepare_input($_POST['products_model']),
    zen_db_prepare_input($_POST['products_price']),
    Absolute
    Back, after a 4 year absence! Did you miss me?
    Absolute Web Solutions Ltd
    Interested in our work? Take a look at one of our sites - The Tech Store

  3. #3
    Join Date
    Dec 2009
    Location
    Pinner
    Posts
    230
    Plugin Contributions
    1

    Default Re: help with mod please

    Absolute,

    This is totally off topic, but your demo store has been hacked, if you look at the source code just after

    HTML Code:
    <!--bof- site copyright display -->
    You've been hacked and had a load of advertising for male enhancing medication added.

 

 

Similar Threads

  1. Please anybody please help with Scrolling Sidebox Mod. in IE8
    By hcd888 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Oct 2009, 03:42 AM
  2. MSRP Mod Help Please!
    By CRYSTALDOLL in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 5 Aug 2009, 06:58 PM
  3. Shopping cart mod help please
    By xorfodan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jul 2008, 11:38 AM
  4. Help with converting simple mod to Zen Cart please!!!!!!!!!!!!!!
    By fightthefourwalls in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 24 Feb 2008, 11:46 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