• Resolved scoopy1970

    (@scoopy1970)


    I need to edit the checkout section:

    1. How do I remove the product images, as its a booking system

    2. How do I increase the font size of the basket items

    3. How do Remove the quantity option in the basket

    Also I can’t get pay pal to show as a payment option?

    I hope you can help?

    Regards Dave

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Darren Ethier (nerrad)

    (@nerrad)

    Hi there Dave,

    Currently the only way to do items 1-3 in your list is via some custom CSS. For instance you can hide the product images via something like this:

    
    .wc-block-cart-item__image {
    	display:none;
    }
    

    Regarding not being able to get PayPal to show as a payment option for the Cart and Checkout blocks – currently only PayPal Standard is supported. Extensions need to explicitly support the new flows as they differ significantly from the shortcode powered flows currently in WooCommerce core. There are extensions integrating with the blocks all the time and we have a document tracking the status of integrations.

    I hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Styling’ is closed to new replies.