Hi there,
First of all, I wonder if anyone has had the need for such a module. I currently require the functionality that means I need to setup specific pricing, per product, per customer. This would mean that each customer could potentially have a totally different price for certain goods on our store. Does anyone know if there is such a module out there that has remotely the same functionality as what I need here?
Secondly, I have been trying to get this working by myself and have created a new table that basically holds the product_id, customer_id and the product_price. From what I can see, I am modifying 2 files, the functions_prices.php and the shopping cart class and it seems to be working for all products not on special. Can someone comment on overriding the special pricing depending on what's in my new table i.e. I don't want any special pricing to work at all if there is a set price in the system for the customer that is logged in and the product that they are viewing.
Thanks for any advice in advance,
Arthur



