Header Cart

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #343531
    Usapuka
    Spectator
    Hello, I don't know if this is the right way to do it (I didn't find instructions about it): using the corresponding WooCommerce shortcodes I have added in my site (https://elearning.tecnobiz.com.ar/) the Cart, Check out and My account pages. Please tell me if there is a better way to do it. I have the following questions, please see: https://prnt.sc/10bl426: 1. How do I link the cart's buttons in the header to the pages I have added (Cart and Check out)? 2. What would be the CSS (where do I put it?) to make the 2 buttons be aligned and centered? 3. For another site: how do I make the header cart not show (desapear)? Thanks, regards,
    #343561
    Diana
    Participant
    Point 1: No need to add "cart" and "checkout" pages in the header menu because users will automatically land on these pages if they will try to purchase any course Point 2: This custom css will be needed here
    
    p.woocommerce-mini-cart__buttons.buttons {
        display:flex !important;
    }
    
    refer: https://prnt.sc/10bv6mg Point 3: Use this custom css in wp-admin > Appearance > Customize > custom CSS a.vbpcart {display:none !important;}
    #343678
    Usapuka
    Spectator
    Hi Diana, Thanks you, now the buttons look nice. In the advanced settings of WooCommerce I have chosen the correponding pages (https://prnt.sc/10c430x), however the link of the buttons is to the home page (https://prnt.sc/10c3vab). How / where can I add the links to the cart and checkout page? Thaks, regards
    #343680
    Usapuka
    Spectator
    Hi Diana, I removed the course from the cart and reloaded it and the links are correct. You can close this item, thanks. Regards,
    #343768
    Diana
    Participant
    Okay, thanks for confirming. Closing
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Cart’ is closed to new replies.