• Resolved bertomolina98

    (@bertomolina98)


    Hello,

    I would like to block in the cart this square. The one that you can choose the quantity. (Red color).
    I would like to delete this space “ENVÍO” because this option is in the 2nd step when you are in the check out. (Blue color)
    I cannot see the image (Green color) correctly, it looks like cut.

    https://i.gyazo.com/7f734d50ea47a47a3132bb2d3d03dfe2.png

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @bertomolina98 I’ll address your different enquiries individually, for further clarity.

    I would like to block in the cart this square. The one that you can choose the quantity. (Red color).

    There isn’t a way to do remove this just from the cart, while keeping the quantity selector on the product page.

    If you’d like to restrict sales of items to one item per product, that can be done by configuring products to be sold individually. But that would remove quantity selectors across the entire store, so that customers can only purchase 1 of each product per order.

    Removing that quantity selector only from the cart page would require custom coding. Perhaps you can share the URL of your cart page, in case someone has any particular suggestions about the coding.

    I would like to delete this space “ENVÍO” because this option is in the 2nd step when you are in the check out. (Blue color)

    I see that you are using a custom checkout workflow that seems to split the process in several steps. I’m not familiar with the tool you are using to achieve this, so I can’t tell for sure whether this setting will work. But there is an option in the shipping settings (WooComemrce > Settings > Shipping > Shipping options) that allows you to remove the shipping calculator from the cart page.

    I’m not sure that will work on your site, since yours is not a traditional cart page – but you can give it a try.

    I cannot see the image (Green color) correctly, it looks like cut.

    That will be due to how your theme processes and crops images.

    From what I can do in your screenshot, the image is being cropped so that it has a square (1:1) thumbnail. However, the image of your product is not a square.

    To change that, you’ll want to either upload images that look good when cropped as squares, or change the settings for how thumbnails are cropped.

    If your theme does not declare image sizes by default, you can change that setting from the customizer of your site. Head to Appearance > Customize > WooCommerce > Product Images. If available, this is what the options will look like:

    Thread Starter bertomolina98

    (@bertomolina98)

    Thanks! I have fixed the 2nd and 3rd questions.

    I let you the URL of the cart and URL of one product.
    https://camisetasmartorell.com/producto/polo-nino-personalizado/
    https://camisetasmartorell.com/carrito/

    The problem is that the products can be purchased by diferents sizes at the moment, so if I change the quantity in the cart there is an error.

    Thanks,
    Alberto M.

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @bertomolina98 You might be able to hide that using CSS code.

    Try this snippet:

    td.product-quantity{display:none;}
    
    th.product-quantity{display:none;}

    That should be added from the customizer. Going to Appearance > Customize > Additional CSS.

    Thread Starter bertomolina98

    (@bertomolina98)

    Thanks!

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    @bertomolina98 I’m going to mark this thread as resolved now – if you come across any other questions, feel free to start a new thread.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Woocommerce Cart Changes’ is closed to new replies.