• Resolved redlik

    (@redlik)


    I’d like to change the way each product is displayed in the minicart. Right now is shows 5000 cards x1.00 0.05, which isn’t a very elegant way.
    I would like to have it like this “5000x €55.”
    Is this to be changed inside the plugin, woocommerce or the theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Habibillah

    (@habibillah)

    You may add custom style for hat mini cart. example:

    
    .mini_cart_item .old-price {
        display: none;
    }
    
    .mini_cart_item .new-price .woocommerce-Price-amount {
        font-weight: 400;
    }
    
    Thread Starter redlik

    (@redlik)

    I’ll try that, thnx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display total instead of price per single in minicart’ is closed to new replies.