fatback1975 Posted October 17, 2005 Posted October 17, 2005 Hi, My site is confiugured to display Credit Card as the only payment option. I need to be able to assign certain users (admin, sales) the ability to checkout using COD, so that stock levels and reports are kept accurate when we give out samples or make staff purchases. Is there a way to make COD appear at checkout to selected account holders? I have searched for a contribution, but can't seem to find exactly what I'm after. Cheers :thumbsup:
vtoss Posted October 17, 2005 Posted October 17, 2005 Seperate Pricing Per Customer is a contribution that allows you to setup different Payment and Shipping options for each "Group" of customers, and individual customers. Unfortunately it is quite a large contribution to install. Search Contributions with "SPPC"
♥Monika in Germany Posted October 17, 2005 Posted October 17, 2005 Seperate Pricing Per Customer is a contribution that allows you to setup different Payment and Shipping options for each "Group" of customers, and individual customers. Unfortunately it is quite a large contribution to install. Search Contributions with "SPPC" if you know the customers_id of the users you want it to be allowed, a simple check whether the id is in that list at the start of the module would do it. You should make the list either a configuration key, easily administered from admin, entering the customer_id values in raw format. Or even better, add a column to the customers table where you specify if they are in the list and manage that from admin/customers, while querying that column in the payment file to make it true or false. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
fatback1975 Posted October 18, 2005 Author Posted October 18, 2005 if you know the customers_id of the users you want it to be allowed, a simple check whether the id is in that list at the start of the module would do it. You should make the list either a configuration key, easily administered from admin, entering the customer_id values in raw format. Or even better, add a column to the customers table where you specify if they are in the list and manage that from admin/customers, while querying that column in the payment file to make it true or false. Thanks for the reply Monika, Your solution sounds perfect.... only problem is I'm more of a cut & paste store admin :blush: I'm still only a 1/4 of the way through PHP for complete idiots. I guess I'll have to read a bit faster! :D
fatback1975 Posted October 18, 2005 Author Posted October 18, 2005 Seperate Pricing Per Customer is a contribution that allows you to setup different Payment and Shipping options for each "Group" of customers, and individual customers. Unfortunately it is quite a large contribution to install. Search Contributions with "SPPC" I had a look at that contribution, but as I understand it the site would be almost impossible to maintain. I would have to go through every customer and disallow COD payments for everybody except the admin account (and continue to do so as new customers signed up). I was hoping for pretty much the opposite... change one setting for the admin (CC & COD) and leave the others as is (CC Only).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.