Also looking for a module that allows this functionality.
I have ~4000 products where ~500 of them need to have a specific price for a certain customer group. At the moment, the only way I can achieve this is to create ~500 catalog price rules (one for each product as the price is not a discount percentage across all products).
This is really not a practical solution to the problem.
There must be a way of specifying an alternative (wholesale) price for each product assigned by customer group.
Is anyone working on a module or core functionality to allow this?
I’ve spent nearly a month trying to figure out how to do wholesale functionality properly. Its been quite a headache and it seems there is nothing so far. I think we will need to just hack a solution.
It sounds to me like what most of you need is multiple sites. Magento allows you to create multiple sites (ex: retail and wholesale). They can have the same look and will allow you to set different prices for each store. The retail store could allow the public to purchase, and the wholesale store could be limited to dealer accounts only.
Can Magento apply pricing rules to the tier pricing?
Like many have posted here - I have the need to show different tiered pricing to different types of customers.
I think I would like to manage all of my pricing in the “catalog_product_entity_tier_price” table and never show the price that is in the “catalog_product_entity_decimal” table. I am trying to show different pricing for different customer groups based on associated customer group - and there is no customer group associated with the single price in “catalog_product_entity_decimal” table.
It seems like this will work (but I am open to advice here) but I am concerned about losing all of the pricing rules functionality if I do this? so......
Can Magento apply pricing rules to the tier pricing?
I’m looking to add more then 1 price to a product and choosing the right one among them by user.
I cannot use a discount rule because prices are totally unlinked from the default price so I cannot set a default discount percentage or amount on standard price.
There is a module which does exactly this here:
http://www.magentocommerce.com/magento-connect/Auriferous/extension/3757/wildcardbi_rulepriceattribute#overview
I have just tried it and, with some help from the author, it WORKS!
There is a module which does exactly this here:
http://www.magentocommerce.com/magento-connect/Auriferous/extension/3757/wildcardbi_rulepriceattribute#overview
I have just tried it and, with some help from the author, it WORKS!
Thanks for the suggestion, I’ll give it a look. :)
I need specific prices per product for EACH customer. So one product could have up to 1,000 different prices. Believe it or not, but it has to do with agricultural products. And each buyer has his own price-agreements with the seller.
These prices are available through XML. I was thinking of loading this XML when a client logs in. Then swap the prices for the current logged in user. But what happens to the order in the admin? Would it show my adapted prices?