Magento - Shopping carrt rules not working - php

When trying to set up a rule in Magento to accomplish this:
X% off specific products when you order Y or more
Its not working. I have followed this link: http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/shopping-cart-price-rule-recipes and its STILL not working.
Here are screen shots showing you i'm not crazy and followed their rules EXACTLY...

Your rule is set up to only allow a discount if there are 3 or more of the products shown here http://i.stack.imgur.com/jBZCa.png, not any set of 3 products

So I was right this can't be done with configurable products. For whatever reason it doesn't detect the child sku's.
This has been confirmed by the Magento Enterprise Team. If there is a change i will update this post.

Related

"PROMOCODE1" coupon code is not valid

Hi all I will go straight to the point. I found out that when i create a shopping cart price rule in magento and added a promotion/coupon code as indicated above with all rules set correctly to have a discount works from the frontend as expected from customers checkout experience/process.
But when i try to create an order from the backend/admin and trying to apply the promocode1 coupon code to the order for a specific customer it shows it to be invalid. as indicated above.
My Version i am using currently is ver. 1.9.3.6
I hope someone can point me to the right direction or what i may be doing wrong or not doing.
snap shots below
Thanks.
This looks like a bug in magento as after several checks i realized that you have to select 'all store view' option during the creation of the price rule.
Even though you select the specific store view for the price rule, the coupon will not be applied to the order from the backend of magento without you selecting the 'all store view'.
I know this thread is old but I am also getting the same error messages and i resolve my issue by removing the fields reset_shipping: true from sales.js file in js/mage/adminhtml from function applyCoupon. In myside whenever i am applying coupon code then my shipping price is going to reset so coupon code could not apply if shipping price is 0 ( my coupon code is to offer free shipping)

Magento 1.9 - setting different prices for sizes of products in different stores?

i want to set different prices for the sizes of my products in different stores. I have a configurable products which has a size-attribute. Now I want to set a price of 10 EUR for the "10x10"-option in Store 1 and 20 EUR for the "10x10"-option in Store 2. Now we tried the following module: http://bsscommerce.com/magento-multistore-pricing.html but it can only handle the base price of the confiugrable product and not the different attribute prices.
I am just wondering if we are the only ones which faced the same problem. I know that magento has only the website scope option buildin to differentiate the prices in the catalog but is this the correct solution?
Does someone has a similiar problem or can suggest another module? There is this other module: https://www.magentocommerce.com/magento-connect/store-view-pricing.html but the rating is not that great and the credentials to login in their demo-backend are simply wrong so I can't check my problem in their demo.

Why are prestashop Cart Rules (Vouchers) not showing in frontend?

I successfully generated a test cart rule and assigned to my user.
I can see it both in backoffice and on the my-account page under 'my vouchers'. So we're sure it's recorderd and assigned.
What happens is that in shopping-cart page, even after loggin in with my user, I can't see any voucher field.
Digging deeper, I can say that the $discounts template var is not populated, or, simply it counts zero. So I took a look to the controller, and saw it assign it via $order->getCartRules(). And getCartRules simply reads a db table. And surprise?? The order_cart_rule table is empty. So it doesn't get populated. So what could be the problem here? Ever had same issue someone? It's a strange thing..
Probably the main question is: where/when exaclty do the cart and the rules get created/applied? I can see in FrontController the cart being created, but at that point it seems the cart rules are not setted yet.
By the way, I'm running on latest prestashop 1.6.1.4
$order->getCartRules
The function $order->getCartRules() gives you the list of cart rules applied to this order (you can find it in a table ps_order_cart_rule).
Where are all cart rules?
All cart rules are in the table ps_cart_rule.
If you have marked a cart rule as Highlight - you can see this:
If you have added any cart rule to your shop - you can see this:
If you can't see Vouchers field - either you don't have any cart rules or your theme installed isn't supporting it.
is a late answer but i noticed that if you enable paypal it has in paypal.js a line that remove not only the voucher area but also the trashcan to delete a product:
see pic: https://i.gyazo.com/403a9004aaa745a2817f11884d52346b.png
/* 1.5 One page checkout*/
var qty = $('.qty-field.cart_quantity_input').val();
$('.qty-field.cart_quantity_input').after(qty);
$('.qty-field.cart_quantity_input, .cart_total_bar, .cart_quantity_delete, #cart_voucher *').remove();
by renaming the cart_voucher to cart_voucher_2 (if you not use express checkout) and cart_quantity_delete to cart_quantity_delete_2 you will return to have your things right :)

Magento - Products not showing on "not visible individually"

I've got a website with Magento Enterprise Edition's 1.14.1.0.
If I set my product's visibility to "not visible individually" it will return 404 error when I try to access their details page directly using url.
Any idea/suggestion would be appreciate. Thank you.
Magento has functionality to make certain items not visible individually so you can, for example, take 6 products and turn it into 1 product where a customer can choose their options.
You then hide all the individual products, leaving only that one product visible on the site and reducing duplicate content issues.
So those individual pages never actually appear on the site. They are just created to allow Magento to pull inventory on those items from that configurable product.
I would get a 404 (and if I searched for it, nothing would come up) because as far as the world outside of Magento admin is concerned, that URL doesn't exist.

Magento special price is showing zero by default

I'm working on a site in magento where all product's special prize is showing zero by default, though I didn't set any special price for products.
for example,it showing->
Regular Price: $755.00
Special Price: $0.00
how to hide those special prices and make visible only for those products where special price is applicable? otherwise the default price should be shown.
You may get solution for your question in magento forum.
Please check below link:
http://www.magentocommerce.com/boards/viewthread/76338/
You may refer SO Link also:
Hide Magento Regular Price if tiered pricing exists on product page
I have just checked on my local Magento installation if i add 0 in special prices while editing a product and do not even select a date, it start showing on the frontend as in your case.
So i bet you need to remove all special prices which must be set as 0 from admin panel by editing all products showing this behavior.
Also try to clear all cache, and index site.

Categories