Change Cart Page - by Mark - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Olga Barlow

  • Avatar: Mark
    Mark
    Participant
    January 8, 2021 at 07:07

    Hello,

    How can I change the car page to be like as seen in the screenshot: https://prnt.sc/wirvg4

    Thanks

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2021 at 15:05

    Hello,

    Sorry for the delay in answering.
    Please describe in more detail what exactly do you want to change / the desired result.

    Regards

    Avatar: Mark
    Mark
    Participant
    January 11, 2021 at 01:43

    Hello,

    That is okay. It would be optimal if I could get the cart design pretty much exactly the same as the screenshot attachment.

    The only difference is instead of the ‘SHIPPING’ on the right side, I would change it to ‘DELIVERY’. And the ‘COUPON:’ text can be smaller to be the same font style as the QUANTITY table heading. The ‘COUPON’, Coupon Code text insert bar and ‘APPLY COUPON’ can be on the left side.

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 12, 2021 at 10:58

    Hello,

    It’s possible but it requires additional PHP and CSS customization. Additional customization is not included in basic theme support. You can submit customization request here to get help with this.

    Regards

    Avatar: Mark
    Mark
    Participant
    January 14, 2021 at 01:52

    Hello,

    For the current cart page, the prices are made too apparent and I would like to have the prices made subdued. Is there a way to have the cart using the Legenda theme which was where the other website theme’s from? I will change the fonts etc.

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 14, 2021 at 15:02

    Hello,

    You can’t use one theme for the whole site and another theme for the cart page only. You can change the column layout of the cart page by copying royal/woocommerce/cart.php file to child theme and editing it according to your needs.

    Regards

    Avatar: Mark
    Mark
    Participant
    January 15, 2021 at 05:35

    Hello,

    I think reducing the cart buttons will be more beneficial in this instance. Is there a way to disable the cart link (tabulates down so that only the black checkout button is shown) on the top right of the website.

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 15, 2021 at 14:59

    Hello,

    You can add the below code to hide the button from the minicart drop-down

    .shopping-container .widget_shopping_cart_content .btn.border-grey {
        display: none;
    }

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.