Coupon code for Combo Pack in Magento Panel - magento

I have a Magento shopping cart in which i want to apply coupon code for amount of subtotal >=2000, now i have applied this from Magento panel and it is working..
But when i select two combo pack products the coupon code doesn't work..
E.g. If i select products (single) with amount of subtotal which is >=2000 Rupees it is working...
secondly if i select one product (combo) and another single products which gives subtotal amount >=2000 Rupees it is working too...
But if i select two products which are combo packs worth rupees 1000 and 1200 the coupon code doesn't work .
Please let me know how to set this for all products irrespective of type (combo or single) which is having worth rupees >=2000 from Magento Panel.
Please help me out..
Regards,
Krunal Panchal

whatever rule which u have created -> Edit -> Action Tab -> leave your second portion as it is default[ Apply the rule only to cart items matching the following conditions (leave blank for all items) ]

Related

applying a 20% discount for students to magento store

I am trying to apply a student discount to some of my products but I can only see a way of applying a discount to the product itself, so everyone gets the discount! What I really want is somewhere for students to enter a code to get their discount, how can I achieve this please?
If you want to create a discount with coupon code, you should create a shopping cart price rule. So the students can add the products to cart and enter the coupon code on shopping cart page to get the discount for the products.
In Magento backend go to Promotions > Shopping Cart Price Rules.
Click Add New Rule on the top right.
Complete all required options. Set Coupon field to Specific Coupon and enter a coupon code on below text field. On conditions tab, configure settings for discount products that should be found in cart. On actions tab, configure setting to apply rules only for discounted product.

Magento if buy some amount and then get one product free from our collection of product

If i buy some products and total is more then 1000 then i will offer 1-product free from my selected products of different category, how can i do this in Magento.
Anybody having idea ?, tutorial link also nice help to me.
Thanks in advance.
You can make this by creating shopping cart price rules through admin panel. In Admin panel, you can see Promotions in the menu and under to that shopping cart prices rules. In that create a New Rule and in that new rule, there is a condition field. Here you can give the Condition as shown in th following screenshots.
And in the next action field, make as below.
Thats it. Now if you add both the products to the cart, u can see the difference. In the above condition logic is only for your reference. You can add some more logic to that If you requires. Here is the link if you require... http://www.magentocommerce.com/knowledge-base/entry/what-are-shopping-cart-price-rules-and-how-do-i-use-them

Magento Qty Increments

Basically all my products in magento are single units, however everything is sold in packs say 10 units to a pack. Theres the Enable Qty Increments on the product options in Magento and then you enter the Qty increments, which works without problems. However by default when you go to the product on the front end, hit add to cart it tries to add just 1 unit not the minimum of 10 is there a way, when you hit add to cart it adds the minimum qty of 10 rather than 1?
I know this is a while after you posted the problem & you probably have a fix already..
We are looking at this problem ourselves.. & have an issue with Bundled products not allowing us to add more than one instance of the product on each page.. hard to explain..
What I am thinking to do is remove the quantity box from the actual product.. Customers can select in a drop down if they want packs of 5 - 10 - or singles.. if they require odd numbers they can adjust the number still in the checkout..
does that all make sense..
Add to cart & Qty box are on the products.phtml page i think... I am still looking at all my options though.. Setting up a selection of Grouped products at the moment..
Just a passing suggestion ;)
Edit.. // What we have done as a final solution.. Use // Promotions /
Shopping Cart Rules.. You can make specific rules for Bulk categories
& Products in set numbers.. This will be a lot easier for our staff to
manage.. just drop requested products into a category called "bulk"
..wish I had thought of it earlier :)
In Admin panel go to
System >> Configuration >> Catalog >> Inventory >> Product Stock Options and set Qty Increments to what you want.
Magento provides Bundled Products to achieve such sell of products in packets.
Create a Bundle Product and follow these steps at Bundled Items tab in product edit form
Add New Option
Provide Title, select input type checkbox or multiselect and set Is Required to Yes
Search your product in below grid and add this product providing "Qty to add" to 10
Add selected product to option and then save product.

Magento get products matching the applied coupon criteria

Can anyone help me find the products in current shopping cart matching the applied coupon criteria?
Actually I need to set the custom discount (50% on highest one) amount on any one matching products, By default Magento applied the 50% discount in all the matching products buy I need to apply discount on only one item.
I have make some Google and get some links on https://stackoverflow.com/ and http://www.magentocommerce.com/, but not able to get any solution or suggestion.
Any help will be appreciated.
[EDIT]
e.g. I have four items in the cart in those two items matching the coupon criteria (Whatever we have set in condition), So by default Magento apply 50% discount (set in coupon) on these two items, but I want to give the discount only on one(highest price) out of these 2.
Did you try to select needed products in 'actions' tab? You may select only these products, for which you want to apply discount, there.
Also you may find 'Maximum Qty Discount is Applied To' configuration option there.

Custom price for product, displayed in cart; not showing custom price in Review order page- in Multiple Shipping Checkout

I am in a deep trouble, I want to add different categories of product in cart, For each product I have to bring additional 5$ for additional quantity. It may differ in different category.
For the above case I have successfully implemented. But issue is that the price is not showing as that in cart in review order while opting multiple address checkout option.
for E.g: there is two product 1 and 2. for product 1 , for
additional quantity i have to add $5/qty excluding its original price
, i.e; if cost of product 1 is $10 and i selected 2 quantity then
price will be $10*2+($5*1)=25 . for product 2 , for additional
quantity i have to add $10/qty excluding its original price , i.e; if
cost of product 1 is 15 and i selected 2 quantity then price will be
$15*2+($10*1)=40 .
I have implemented it.
while proceeding with checkout option this price is showing fine. *But when I opt multiple shipping its showing products original price,*
Is there anyway , to show the custom price in the review order also.
Please provide me help.
thanks in advance.
Atlast I figure out the solution for this. All price for product displaying in cart is being set in Subtotal.php in
[magento root]/app/code/core/Mage/Sales/Model/Quote/Address/Total/Subtotal.php
in function _initItem($address, $item), there I edit the set price for product with the custom price.
Now its working fine.
Hope it helps if someone needed it...

Resources