Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

northessex

Archived
  • Posts

    7
  • Joined

  • Last visited

Everything posted by northessex

  1. Just one mistake on that code, the "post" at the end of the first line should be "get". I need to change a few other bits in the page to increase the security of this, but for now it is working on the 'get' method. Sorry i missed this. Mark Dwyer North Essex Websites
  2. Hi All, I have been wanting to get the RMA returns system to work, and finally i have got the tracking system working, which has been a problem for alot of people. You need to change this code in "return_track.php": $returns = '<form action="' . $PHP_SELF . '?action=returns_show" method=post> <tr> <td colspan=3 class=main>Please enter the RMA number you recieved when you placed you item for return.</td> </tr> <tr> <td width=100& colspan=3 class=main> </td> </tr> <tr> <td width="25%" height="30" align="left" class="main">Your <b><i>RMA</i></b> Number</td> <td width="5%" height="30" align="center" class="main"> </td> <td width="75%" height="30" align="left" class="main"><font color=red><input type=text name="rma" value="" size=20></font></td> </tr> <tr> <td width=100& colspan=3 class=main> </td> </tr> <tr> <td width=100% colspan=3 align=right><input type=submit name="submit" value="Find Return ->"> </td> </tr> </form> '; To This Code: $returns = tep_draw_form('rma_find', tep_href_link('returns_track.php', '', 'NONSSL'), 'post'); $returns .= tep_draw_hidden_field('action', 'returns_show'); $returns .= tep_hide_session_id(); $returns .= '<tr> <td colspan=3 class=main>Please enter the RMA number you recieved when you placed you item for return.</td> </tr> <tr> <td width=100& colspan=3 class=main> </td> </tr> <tr> <td width="25%" height="30" align="left" class="main">Your <b><i>RMA</i></b> Number</td> <td width="5%" height="30" align="center" class="main"> </td> <td width="75%" height="30" align="left" class="main"><font color=red><input type=text name="rma" value="" size=20></font></td> </tr> <tr> <td width=100& colspan=3 class=main> </td> </tr> <tr> <td width=100% colspan=3 align=right><input type=submit name="submit" value="Find Return ->"> </td> </tr> '; I know this has annoying me and alot of other people, i will be working on the other error that there currently is left and post the fixes upto here. I have the contribution about 95% working on both admin and catalog, hopefully 100% by the weekend. I Will try and post all the fixes i used to get it 100% work when i have got that far. Let me know if you need any help to get this working on your site. Mark Dwyer North Essex Websites
  3. i have PHP 4.2.3 on my hosting companies computer, and the bug is the well known one which cause the alignment of the right boxes and bottom bar to be messed up every so often. I have tried a few ways to get round it.
  4. Yep i did set up the queue in admin and the product code is GIFT10, it works ok on Milestone version and not newer CVS It all seems to work but i can't see why it not added to queue table.
  5. Hi, Just been setting up this great contribution on my shop, but when i try to purchase a voucher the voucher does not go into the queue menu in admin and i can't find where the function is that does this task. It seems to be only a problem with the latest CVS version of Oscommerce, which i'm having to use because of a PHP bug. Could someone offer some help. I can supply more information if needed to help me solve this. Cheers, Mark
×
×
  • Create New...