v8superfan Posted June 2, 2004 Share Posted June 2, 2004 hey there everybody, i would like an option where the user can add an item to shopping cart, and when they checkout select a pay cash option. Which puts the order into pending or something. Then they can mail the cash over and i can dispatch the order! is there anyway you could do this?... i searched everywhere and i only found one cash payment module, cash 1.1 i think, but it has Use this module only on osC installations with the 'old' checkout code. i dont know what that mean....all the others are cash on delivery William Quote Link to comment Share on other sites More sharing options...
gazzzzzza Posted June 2, 2004 Share Posted June 2, 2004 just change the cash on delivery one find the bit where it sets the displayed text and change it to 'cash' from 'cash on delivery' then put an explanation of what to do or something in your info boxes so the user knows. all cash on delivery does is kinda bypass the payment section so it wont make any difference as this is what you want to do. now add another status field to orders status saying 'awaiting payment' or something similar and then modify checkout_success.php. put in something like if payment method = cash on delivery then set status of order = awaiting delivery where orders_id = the new order id (you will need to get the last order id) Quote always here to offer some useless advice.... Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.