Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gazb

Archived
  • Posts

    46
  • Joined

  • Last visited

Profile Information

gazb's Achievements

  1. Oh ok - thanks. That's pretty much where it is now, so that's good. Thank you for your help! :)
  2. OK, looks like I have sorted it. I added the code above // Update products_ordered (for bestsellers list) and it's working now.
  3. I've tried it in a couple of places: just before: // unregister session variables used during checkout and just before: // lets start with the email confirmation
  4. Hi Amanda, Thanks for the reply. You way you describe it is how I expect it to work, but if I set a product to have a quantity of 1 in stock, then order that product as part of a 2gether offer, the 2gether offer is still there afterwards even though the quantity of one of the products is now 0.
  5. Hi Amanda, First of all, thank you for a great contribution, and all the support you've provided which has enabled me to get it working well. There is one part which I haven't been able to get to work though, and I wonder if you can help me? If one of the products in the 2gether offer has a stock level of 0, then I don't want the 2gether offer to show for that product. I added the code below as suggested, but the offer still shows on product_info.php: I have osC set up so that products are still visible even if the stock is 0, so they're not marked as out of stock, if that's of any help. Thanks!
  6. gazb

    SSL & Worldpay

    You don't strictly need SSL for the other pages, but it's probably better to have it for all the checkout pages as it provides greater security and confidence for customers. Integration with osC has the same look as other payment services - you're just transferred to Worldpay after checkout_confirmation.php, but the osC pages are the same up until that point.
  7. Any chance of some screenshots?
  8. Anyone know how I can sort the orders by products_id instead of orders_id? Thanks!
  9. Have a look at this thread: http://www.oscommerce.com/forums/index.php?showtopic=42629&hl= May provide some answers?
  10. Quick update for Purchase Without Account contribution users: In Step 5 where you update create_account_process.php (or create_account.php), you should also make the same changes to Order_Info_Process.php. If you don't, the referer and ad will not be stored and your stats_ads_results.php in admin will be blank.
  11. I was looking for this as well, but found a better method: http://www.oscommerce.com/forums/index.php?showtopic=42029&hl= This isn't hardcoded and it highlights the default payment method as well! :) Gaz
×
×
  • Create New...