[Resolved] Woocommerce and Generatepress

Home Forums Support [Resolved] Woocommerce and Generatepress

Home Forums Support Woocommerce and Generatepress

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1516451
    Matthieu

    Hello I have installed woocommerce via generatepress, for questions related to the personalization of the product pages / cart / payment page, am I in the right place? (Example remove the quantity option)

    #1516462
    Leo
    Staff
    Customer Support

    Hi there,

    That depends on the elements you are looking to modify.

    For example, the quantity button can be removed using the customizer option:
    https://docs.generatepress.com/article/woocommerce-overview/#single-product

    The cart and checkout page is generally completely handled by WooCommerce so you will likely need to check with their support.

    Thanks for checking πŸ™‚

    #1516527
    Matthieu

    Unfortunately this does not completely disable the choice of quantity …

    I also wanted to change the borders of the checkout page and remove items like the “subtotal” in the “cart” page

    #1516548
    Leo
    Staff
    Customer Support

    Unfortunately this does not completely disable the choice of quantity …

    Can you link me to the page in question?

    #1516578
    Matthieu

    yes

    #1516592
    Leo
    Staff
    Customer Support

    Ahh that’s right.

    GP’s option only turns the WooCommerce quantity option into a button and does not remove it.

    You can try this CSS to remove it:

    .woocommerce .quantity .qty {
        display: none;
    }

    As for the cart page, try this CSS:

    .woocommerce table.shop_table thead {
        display: none;
    }
    .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        display: none;
    }

    Please do keep in mind that all of these are elements coming from WooCommerce so the question should be handled by their support team πŸ™‚

    #1516610
    Matthieu

    Wow that’s perfect thank you very much! Luckily you’re here!

    #1516620
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1517421
    Matthieu

    Hi!
    I contacted the woocommerce support for the modifications of the cart and checkout pages, they tell me that they offer no development services for the customizations related to the free WooCommerce plugin and that I have to hire a developer … ☹️

    Do you think you could help me with my small changes ? πŸ˜ƒ
    Thanks

    #1517491
    David
    Staff
    Customer Support

    Hi there,

    create a new topic for the specific change you require and we will take a look.

    #1517514
    Matthieu

    It works thanks !

    #1517910
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.