Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ezeman

Archived
  • Posts

    51
  • Joined

  • Last visited

Everything posted by ezeman

  1. OOPS _ I made these changes to the wrong directory - catalog/include/functions/general.php instead of admin/include/functions/general.php Removed from wrong file but the code you suggest is already in the admin version of general.php - to the letter. Anyway, still no difference. CC, There's no reference to the new record in the Configure table in the code you offered. I don't suppose you pasted some old code in error? Any thoughts? Kenny
  2. Tried this mod but it didn't change anything. :( When I get the completed transaction back from Worldpay I still need to click the "continue" button to register it in "my orders". SQL entered modification record in the Confiuration table OK Please confirm I pasted you code in th eright place. ............... EXISTING CODE // make sure no duplicate category IDs exist which could lock the server in a loop $tmp_array = array(); $n = sizeof($cPath_array); for ($i=0; $i<$n; $i++) { if (!in_array($cPath_array[$i], $tmp_array)) { $tmp_array[] = $cPath_array[$i]; } } return $tmp_array; } - YOUR CODE INSERTED HERE //// // Return a random value function tep_rand($min = null, $max = null) { static $seeded; ...................... more original code Any Ideas? Kenny
  3. I had already run the .sql file that came in the affiliate contribution and can see all the new tables. took out & ran only the configuration insert - seemed to do th etrick - i have the menu option now I'll play with it and see how it works - THanks a lot Kenny
  4. Nope - still can't find it - these are the menu options I have in Adnin. Does it look as if i've an option missing? CONFIGURATION My Store Minimum Values Maximum Values Images Shipping/Packaging Product Listing Stock Logging Cache E-Mail Options Download GZip Compression AFILIATES Summary Affiliates Payment Sales Clicks Banners Contact
  5. Help - I'm lost I've looked through the menu options, forums, searched for relevant words throughout the code, read the manual from oscdox.com and any thing else I can think of. I cant find where to manage/enter the affiliate commission rate %'s. Please point me in the right direction. Thanks Kenny Macleod
×
×
  • Create New...