- This topic has 11 replies, 3 voices, and was last updated 5 years, 5 months ago by
Leo.
-
AuthorPosts
-
November 3, 2020 at 8:53 am #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)
November 3, 2020 at 8:58 am #1516462Leo
StaffCustomer SupportHi 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-productThe cart and checkout page is generally completely handled by WooCommerce so you will likely need to check with their support.
Thanks for checking 🙂
November 3, 2020 at 9:50 am #1516527Matthieu
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
November 3, 2020 at 10:04 am #1516548Leo
StaffCustomer SupportUnfortunately this does not completely disable the choice of quantity …
Can you link me to the page in question?
November 3, 2020 at 10:23 am #1516578Matthieu
yes
November 3, 2020 at 10:44 am #1516592Leo
StaffCustomer SupportAhh 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 🙂
November 3, 2020 at 10:55 am #1516610Matthieu
Wow that’s perfect thank you very much! Luckily you’re here!
November 3, 2020 at 10:59 am #1516620Leo
StaffCustomer SupportNo problem 🙂
November 4, 2020 at 3:38 am #1517421Matthieu
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 ? 😃
ThanksNovember 4, 2020 at 5:05 am #1517491David
StaffCustomer SupportHi there,
create a new topic for the specific change you require and we will take a look.
November 4, 2020 at 5:24 am #1517514Matthieu
It works thanks !
November 4, 2020 at 8:21 am #1517910Leo
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.