Shopping cart price rules are causing significant slowdowns in Add to Cart and Checkout buttons. I’ve found the issue addressed in two places with two different solutions: http://www.magentocommerce.com/answers/discussion/1997/Huge-performance-problem-with-shopping-cart-price-rules-in-large-volumes-3000-5000-coupons/p1 I tried the above by creating a local copy of app/code/local/Mage/SalesRule/Model/Rule/Condition/Product.php and over wrote the validator function with: public function validate(Varien_Object $object) { if(!Mage::registry(“rule_condition_product_”.$object->getProductId())) { $product = [...]
Archive: cart price
Posts Tagged ‘cart price’
I have a 100$ discount (catalog price rule) on some items and I have a promo code that gives customer 50% discount… I don’t want the customer to be able to use both discounts at the checkout.. How can I avoid, create cart rules or disable the feature that allows adding multiple coupon codes at [...]
Give customers automatic discounts by pointing them to a store URL where a coupon code is applied per default. Features – After installing, your coupon codes will be immediately available as yourstore.com/couponcode. Simply link to this URL from your campaigns, emails etc., and the shopping cart price rule will be applied when adding to cart.- [...]
If you would like or need to create a lot of coupons based on the same conditions and actions, you will need to create a very large number of identical shopping cart rules. And it is pretty much the same story when you use deal hosting services like Groupon. Our customers, who kindly sponsored us [...]
What can you do on the shopping cart price rules grid now? You can see the rules’ names, statuses, coupon codes, priorities and that’s about it. Not very informative and absolutely not functional. Duplicate Promotions changes the situation completely – it adds vital rule data to the grid, such as the type of discount action [...]
I’ve been wrestling with Magento 1.5.0.1 for over a week and have yet to find a way to configure either the Catalog or Shopping Cart Price Rules to require product combinations in the bundle to total $59.95 per bundle. During that same time, and with equally disappointing results, I’ve searched for a validator – custom [...]
by edmondscommerce (Posted Mon, 13 Jun 2011 09:20:49 GMT)Hmm OK I can’t see anything obviously wrong reading your first post thouhg why dont you just do a 25% discount on any mixed 4 in a single rule? http://magento-forum.co.uk/viewtopic.php?f=3&t=762#p2588 Magento Forum Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes [...]
by milian (Posted Mon, 13 Jun 2011 08:06:18 GMT)ahh yes, guess that would help! Here is an example of the setting on one rule, then there is another 3 rules with the same settings, only with the relevant SKU in each one.I have tried lots of different variations and settings, starting to think there is [...]
by edmondscommerce (Posted Fri, 10 Jun 2011 10:18:54 GMT)you would have to show us the rules – hard to say otherwise feel free to post up some screen shots http://magento-forum.co.uk/viewtopic.php?f=3&t=762#p2581 Magento Forum Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial pero para tiendas grandes profesionales con tráfico es mejor #Magento (en mi [...]
by milian (Posted Fri, 10 Jun 2011 07:54:29 GMT)Hi, Have a problem with trying to get some shopping cart price rules to work. When on the cart page, I have four items listed and you can chose one for free when spending over £100. I have set 4 rules up under shopping cart prices rules [...]