Mobile app version of vmapp.org
Login or Join
Kristi941

: Best way to address this Magento issue I am in need of some advice/pointers on how best to attack a problem I am faced with in Magento 1.4.0.1. Here is the scenario: Consider a product catalog

@Kristi941

Posted in: #Magento

I am in need of some advice/pointers on how best to attack a problem I am faced with in Magento 1.4.0.1.

Here is the scenario:
Consider a product catalog of multiple thousands of products in which there are many and various retail markup percentages.
There is a need to sell some of those products to other retailers, and I need a way to easily categorise them into percentrage markup groups, so that the other traders can easily purchase items from us without needing to call and confirm pricing.

All products prices are added to the magento database including VAT - so the actual retail value is the starting point.

I think this needs to be done by adding an attribute on the products that determines the maximum discount level that can be applied to any given product.

Obviously, this would entail a massive amount of work to update every product.

Is there a way to achieve what we need that I don't yet know about (within Magento)?

Can single attribute values be mass-populated somehow, without affecting other attributes such as name/description/etc?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

1 Comments

Sorted by latest first Latest Oldest Best

 

@Margaret670

I worked with Magento 1.4.1.1 but I don't believe that the differences should be meaningful:
An example of how to achieve the wanted behavior will be as follows:
1. main-menu->promotions->catalog->price rules and create a new rule, let's call it: "30% off".



2. Under rule information you can choose customer groups that will be included. 3. go to (still under "Catalog Price Rule"): actions on the left bar and configure the discount type to be "by percentage" and the Discount Amount to 30.0




4. now all you have to do is group the customers into groups (according to discount) - this is something that you'll have to do once (go over all your customers) but then the maintenance will be easy.

Hope it helps!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme