System message - 'Discount Coupon Successfully Added' is in red


  • Default avatar
    ncopeman    
     11 years ago
    0

    Hi there, I hope this makes sense.

    I've just installed AWO Coupon pro, everything is working brilliantly and it's exactly what I need.

    The only issue I have is that the message added at the top of the cart 'Discount Coupon Successfully Added' is in Red (i.e its classing the success message as an error) yet it's all working great.

    It's picking up these parms from my template / system.css:

    #system-message dd.error {
    color: #C00;
    background-color: #E6C0C0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    }

    Instead of these

    #system-message dd {
    margin-left: 0;
    padding: 10px;
    border-top: 3px solid #94C500;
    border-bottom: 3px solid #94C500;
    color: #6E9200;
    }

    I don't want to alter the colours of system.css dd.error{ as error messages should be displayed in red.

    Any ideas?

    Many thanks
    Neil



  • Your avatar
    seyi    
     11 years ago
    0

    Hello,

    That is a strange error. Before you installed AwoCoupon was it working properly? Are you also using another extension for checkout, like onepage checkout?
  • Default avatar
    ncopeman    
     11 years ago
    0

    Hi there, its the first time i've used coupons on the site... however I am using bonus items (this is a component that adds a free product on specific rules).

    I've disabled the component as we won't be running both coupon and free product promotions at once...

    And since i've disabled bonus items, the Coupon message has now returned to green..

    Thanks for the heads up Seyi, I didn't think of disabling other components.