• Resolved kristofluyten

    (@kristofluyten)


    Dears,

    I have a question about the way the Woocommerce are displayed.
    I can see only the image, short description and price button. Now I also want to add the buy button in this view.

    Do you think this is possible?

    I have added two images, one like it is now and one like I want it:

    https://www.sixpacks.be/default-view.jpg
    https://www.sixpacks.be/Like-I-want-it.jpg

    I also notice in some other themes that the products are sorted in a grid with only images and price and buy button.

    Is that also an option?

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    check this link for adding button
    https://www.ads-software.com/support/topic/how-to-put-add-to-cart-button-in-category-view

    disable custom shop in theme option for grid view default woocommerce.

    Thread Starter kristofluyten

    (@kristofluyten)

    Hi Richie,

    Thanks for you answer. This code adds a grey ‘more info’ button on the right side of the product in list view so that is already good. In the detail view of a product you see a green button, is that an option to put it?

    Another question pops up for the grid view, I have tried it and grid view works but it shows only two products per row, any way to adapt that to more products?

    A last question (sorry for a lot questions):

    In product detail view and in grid view the images are always blurred because they are resized. Is there a way to show only original image size?

    Thank you!

    Theme Author Richie KS

    (@rkcorp)

    In the detail view of a product you see a green button, is that an option to put it?

    no, the woocommerce title did not have hook for the green button, so it can only show in bottom after post description.

    it shows only two products per row, any way to adapt that to more products?

    this should be setup in woocommerce settings

    @change image size
    try this //wpthemetutorial.com/2013/07/11/changing-image-sizes-in-woocommerce-with-filters/

    Thread Starter kristofluyten

    (@kristofluyten)

    Hi Richie,

    Thanks again for your reply.

    for the blurry images I have found a solution:

    .woocommerce div.product div.images img {
        width: auto;
        float: left;
    }

    With that in custom css the images in product view are sharp.

    For the moment I will leave the custom shop style enabled.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce buy button or grid view’ is closed to new replies.