• Resolved loopforever

    (@loopforever)


    Hello,
    I want to remove the seller name and refund text in the Order Review table on the Checkout page. Is there a way to this?
    Without CSS if possible.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @loopforever

    Removing the vendor name from the cart page and the checkout page is not included as a default feature of Dokan right now as this is a key feature of Dokan to implement the multivendor functionality. But you can easily remove this using some CSS. You can try the below-mentioned CSS on your wp-admin panel’s Appearance > Customize > Additional CSS.

    .shop_table.woocommerce-checkout-review-order-table dl.variation {
      display: none !important;
    }
    
    .woocommerce-cart-form__cart-item.cart_item dl.variation {
        display: none !important
    }

    I hope it helps.

    Hi @loopforever,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove On Checkout Page’ is closed to new replies.