. It displays in the product list as already discounted price but after adding the product to the shopping cart, the price in the shopping cart is still the original price.
If I apply the same rule to either group
Not Logged In
or
General
, it works. Is it a bug or am I doing something wrong here.
Anyone? I found it might be a bug. No matter what customer group is, in the shopping cart, it always use the catalog price rule for “General” customer group.
@lennypeng
What version do you have?
If CE 1.4.x - it\’s core bug.
Go to app/code/core/Mage/CatalogRule/Model/Observer.php
Method processFrontFinalPrice
replace
Hello,
first - I would like to thanks Weis for code change. I had same problem as lennypeng describes and with Weis’s code change I have partial success. If I would like to apply Catalog price rule for more than one customer group the problem persists. If I assign Catalog price rule to more customer groups, behaviour is same as before code change. I found out, that in older version of Observer.php file there wasn’t elseif section - code from older file:
so I replaced actual file with older version (anyway from Magento ver. 1.4.0.1, but version I downloaded about month ago) and everything is working fine.
So I would like to ask You, if new elseif section is necessary and if so, if You would check it one more?
Thank You very much in advance and have a nice day
I’ve replaced the code as described but I still can’t get my rule to work. It did once but after making a change it quit working.
Here are my settings for Rule Information and Actions. I’m keeping it very basic until I can get the rules to start working. Is there something I’m doing wrong in the rule to keep it from working correctly? I’m not getting free shipping on items that cost $299.
Hello, I am using magento CE 1.4.2.0 and i have create the catalouge rule for wholesale group but it shows on product listing page with discounted price according to defined % discount in rule.. its well .
But it does not reflect the description page and checkout as well . As i have already the corrected code as mentioned above .
Please help me what may be the issues.. I am really wondering it
Stil having the same problem with catalog price rule.
The rule show\\\’s up with a special price on the category and product pages but when adding the product to the shopping cart I get the original price again. running 1.7.0.2 :( anybody?
This I want to add too: with Shopping cart rules I have the problem that it only works on the not logged in and general group. When trying it for any other gropup (even a single one) the rule is not executed.... going nuts here! :(