Magento how to Shopping Cart Price Rule exclude special price products? -


i have created rule, when multiple products together, special price products discounted!

apply rule if following conditions met (leave blank products)

if of these conditions true :

if item found in cart of these conditions true:

special price less 0.01
special price date equals or less 2015-04-29

apply :percent of product price discount

discount amount :8

apply rule cart items matching following conditions (leave blank items)

if of these conditions true :

special price less 0.01
special price date equals or less 2015-04-29

instead of special price less 0.01, try special price not contain 0.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -