Magento is missing the most simple feature of Bundle product. Magento's bundle product only supports base price and then adds each individual price to the final price. I don't want that.
I want to bundle up a few product and sell it with a single price. For example I have a keyboard and mouse. Each they are selling for $25. But buy them both (in a bundle) I'll sell it for $40.
The customer doesn't get to pick what mouse or what keyboard or how many they want. These two product, in a bundle for $40. That's it. Buy it separately and its $25 for each.
Can it be done?
with 1.7 it works. you have to choose "fixed price" before you save the bundle! after that you can't switch back to dynamic price.
I found a way around to get this done. Basically what you want to do is provide a 20% discount on the bundle product as compared to single simple product in your case $20 for each instead of $25 . What you can do is while creating the bundle product set the price as dynamic for the product with 20% discount (special price to be 80%) and then add bundle items with default quantity of one with checkbox input type. HTH.
Andy
You can try this module : http://www.magentocommerce.com/magento-connect/catalog/product/view/id/17061/s/simple-bundle-web-cooking-3892/
For simple bundles, directly configured on main product admin page!
Related
Here is the trouble I'm having. I'm creating a custom kitchen cabinet doors and drawers website with Woocommerce. There are a lot of variations going into the project that alters the price (Wood type, thickness etc.) per square foot. The customer also has to provide credentials (L x W) to calculate the total cost of the product. We found that using the Measurement Price Calculator plugin works the best as it also calculated the weight of the product which can be used for shipping.
However, we want to add an option (preferably checkbox) that adds a fixed fee to the product if checked. Using WooCommerce itself and having "Boring" as a variable attribute doesn't work because adding a charge here will only add to the price per square foot and will not be fixed regardless of the dimensions.
I'm not a master at PHP and have only found ways to add a surcharge in the checkout but I need the fee to be conditional to the checkbox being checked and be replicated based on quantity. If there are any functions or hooks that you think could help me please let me know.
What you are looking for is a part of WooCommerce that was separated and turned into a paid plugin called WooCommerce Product Add-Ons.
Koda
In my magento shop, the same products will have a slightly different cost based on some cases but I sell the same price.
Question: how do i set up my product so it has multiple source costs?
Idea Question: Is there any way I can fill in the products cost after people placed an order, also including the amount and the provider's name.
What you do is set up Tier Pricing and Customer Groups, so that you have a different price structure since thats what your wanting. To add a price later would be maybe something something like using an observer class Magento : how to change item price when adding it into the cart
I have got couple of strange requirements for a shopping cart which is developed on Opencart 2.0.1.1 framework.
It would be really helpful if someone can guide me in this development
Is there any way I can show different product prices per country. For example if one product costs 10$ in USA, I want the same product to be of 15$ in UK.
Is there any way I can make user use one coupon to avail different discount rates for different products. For example discount on product A is 1$ , then discount on Product B is 6$ but with same coupon code
Help is really appreciated. This is a quick requirement.
try this open cart extension for advanced coupon combinations,
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6240
I'm working on a woo-commerce store and need to make an unique functionality for that store. The feature would be something like, I'll choose first some ingredients and then I'll create a bundle product. Like I'll create a product based on 5 ingredients. Every ingredients has it's own prices. When I make a bundle it will display in the cart as a single product with total ingredients prices. Is it possible in woo-commerce ? A wise advice or plugin reference is greatly welcome. Thank you in advance.
We currently are setting up a system with Simple and Grouped products, each of the simple products have names such as strawberry, chocolate.
The grouped product has the full product name. This has been done because I have developed a front end interface to allow for a wholesale style shopping experience,
Now in the backend when looking at the orders it obviously shows the SKU and then the product name which is Strawberry or Chocolate, Is there a way of showing the grouped product also above each of the simple products?
Sorry just to update, I mean this when you are viewing the orders in the backend of Magento,
Regards.