Reputation: 423
I have a problem related to Bundle Product in Magento. I am currently working on v1.9 which has a feature called user group price. It enable us to allow different groups of customers to get different prices. For simple product the Group Price is fixed and absolute, but for bundle product it is a 'Percentage Discount'. I want to be able to define a fixed and absolute Group Price for a bundle product.
So the question is
Is there a way to define Customer Group Price for a Bundle Product as a fixed and absolute value instead of a percentage discount?
Upvotes: 28
Views: 1725
Reputation: 92
I was searching for the same for the last couples of days, I'm working as a mangento theme developer for the last 4 years, i found that no direct feature doing that exactly but you can do it through a very good magento ext. 1. http://www.webtexsoftware.com/customer-group-prices-magento-extension 2. http://www.mageworx.com/customer-group-prices-magento-extension.html 3. https://www.magentocommerce.com/magento-connect/customer-group-prices.html
Also if you didnt need to buy an extension, let's tell you that this is a very simple change, if you have a 6 months experience in mangento ext. dev. you can do it, this will help you to understand the business behind the "Price Management & Customer Groups" https://www.brightpearl.com/support/documentation/price-management-customer-groups-magento
Again your requirement is very simple: define a Customer Group Price for a Bundle Product as a fixed and absolute value instead of a percentage discount, please follow the following url: http://www.divisionlab.com/solvingmagento/magento-bundle-product-type-part-1/
Please feel free ask me for more details.
Upvotes: 1
Reputation: 1718
Step 1: Choose the Attribute Set The first step is to choose the attribute set, which is used as a template for the product record. The product in this example is based on the Default attribute set, which includes a standard of set of fields that can be used for most products.
On the Admin menu, go to Catalog > Manage Products.
In the upper-right corner of the Manage Products page, click the Add Product button.
Accept the “default” Attribute Set, or select another.
Set Product Type to “Simple,” and click the Continue button.
Step 2: Complete the Basic Information The basic set of required fields must be completed before the product record can be saved. The Product Information panel groups related fields by topic and the required fields are marked with a red asterisk (*).
In the Product Information panel, select General. Then, complete the required fields as follows:
In the Product Information panel, select Prices. Then, complete the required fields as follows:
In the Product Information panel, select Inventory. Then, do the following:
To be visible in your catalog, the product must be assigned to a category. To assign the product to a category, do the following:
If your Magento installation has multiple websites, the product must be assigned to each one where the product is available for sale. (This option appears only if multiple websites exist in the store hierarchy.) To configure the scope of the product, do the following:
After completing these steps, click the Save and Continue button. At this point, the product should be visible on the assigned category page of your catalog. Until the product image is uploaded, a placeholder appears in its place.
Step 3: Complete the Remaining Product Information
Although not required, there is still more product information to complete. At the very least, you will want to upload product images and complete the meta data. In addition, you can create additional custom options.
Upvotes: -2