Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IBeaumont

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ian Beaumont

IBeaumont's Achievements

  1. ...regarding my previous message. The file I was changing was admin/featured.php
  2. I had the problem Linda described on a test site (and I think it will probably work on my real site). I think it is to do with how PHP is configured, I'm no expert, but these are the changes I had to made to work around the issue: Change if ( ($action == 'new') && isset($HTTP_GET_VARS['prodID']) ) { to if ( ($HTTP_GET_VARS['action'] == 'new') && isset($HTTP_GET_VARS['prodID']) ) { there are two places this needs doing. If anyone has any ideas what I need to do to my PHP configuration/osCommerce configuration to avoid this issue then I'd be grateful. TIA Ian
  3. I've installed this with discount codes contribution. All working except when I edit an order and add/remove a product the discount amount is ignored and not applied (even though it is listed). Any ideas?
×
×
  • Create New...