New Landing How can we help? Cardinal Add description to the price

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #312047
    delmonte
    Member
    Post count: 47

    Hello,
    I do not know if they ask you or a woocommerce …
    I wanted to know if it was possible to add next to the item price “dealer price” … as in the picture attached.

    Thank you so much!
    Andrew

    Attachments:
    You must be logged in to view attached files.
    #312145
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can’t see the price at the moment, not sure what you changed.
    Add the code below to your custom css option.

    .product-price-wrap .price:before {
        content: "Dealer Price";
        padding-right: 10px;
    }

    -Rui

    #312158
    delmonte
    Member
    Post count: 47
    This reply has been marked as private.
    #312161
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

    #312162
    delmonte
    Member
    Post count: 47
    This reply has been marked as private.
    #312163
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add also this code

    body:not(.logged-in) .product-price-wrap .price{
       display:none!important;
    }

    -Rui

    #312165
    delmonte
    Member
    Post count: 47
    This reply has been marked as private.
    #312168
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice. Glad it’s sorted.

    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register