Home › Forums › WoodMart support forum › Editing the cart page
Editing the cart page
- This topic has 21 replies, 2 voices, and was last updated 3 years, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 20, 2021 at 7:33 am #284527
ipixParticipantHello.
1) Tell me how can I remove block 2 on the cart page? (see screenshot) Block # 1 change the column width to col-12 on all devices? Move the checkout button as shown in the screenshot?If you cannot do as in point # 1:
2.1) I can combine woocommerce cart and checkout shortcodes on the checkout page.
2.2) Then how do I remove the checkout page when I buy a product? And how to remove the second line of the coupon entry (from the checkout page)?
2.3) How to remove the “Checkout” button in the cart popup?April 20, 2021 at 12:05 pm #284647
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
1) Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
2) Sorry but it is not possible to combine both the checkout and cart they need to be on different pages.
If you still need the CSS to hide the entries from the checkout page and cart popup then let me know I will provide you with CSS.
Regards.
Xtemos StudiosApril 20, 2021 at 12:32 pm #284667
ipixParticipantYes, interesting, thanks. How do I remove these buttons?
April 21, 2021 at 5:49 am #284887
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS for that.
li.step-checkout.step-active { display: none; }
.woocommerce-form-coupon-toggle { display: none; }
Regards.
Xtemos Studios.April 21, 2021 at 7:18 am #284937
ipixParticipantOkay. Thank you.
I have combined the cart and checkout shortcodes. Now cart page = checkout page.
1) How do I make my cart block width 100%.
2) How can I change the color of the price to white, but so that in other places (especially in the receipt) the color of the price remains green and black?
3) How do I hide the Checkout button in the shopping cart popup?April 21, 2021 at 10:21 am #285008
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
1) Please try adding the following Custom CSS for that and see if this works for you. Otherwise it requires Customizations.
.woocommerce-cart-form.col-xl-8 {
flex: 0 0 100%;
max-width: 100%;
}2) Please try adding the following Custom CSS for That.
.woocommerce-cart-form__cart-item span.woocommerce-Price-amount.amount {
color: white;
}3) Please try adding the following Custom CSS for That.
a.button.checkout.wc-forward {
display: none;
}Regards.
Xtemos StudiosApril 21, 2021 at 4:47 pm #285180
ipixParticipant1)How to delete a block on the cart page and leave the “Checkout” button.
April 22, 2021 at 7:27 am #285377
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Sorry but it is not possible with simple Custom CSS. It requires customizations and this is beyond our limitations and support policy.
Regards.
Xtemos StudiosApril 22, 2021 at 8:49 am #285438
ipixParticipant1) Good. How can I hide the following fields from the “Order Amount” check: Subtotal, selection of delivery options and the button to change the address?
April 22, 2021 at 11:54 am #285531
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
tr.cart-subtotal, #shipping_method, .cart-totals-inner .woocommerce-shipping-destination, .cart-totals-inner .woocommerce-shipping-calculator { display: none; }
Best Regards
April 22, 2021 at 12:17 pm #285544
ipixParticipantI pasted in your code, but now I’m missing the shipping selection boxes on the checkout page? How can I remove these blocks, but only on the cart page? Thank you.
April 23, 2021 at 6:05 am #285778
Aizaz Imtiaz AwanKeymasterHello,
Please replace the previous Custom CSS with the following then clear cache and check back.
.page-id-10419tr.cart-subtotal, #shipping_method, .cart-totals-inner .woocommerce-shipping-destination, .cart-totals-inner .woocommerce-shipping-calculator { display: none; }
Regards.
Xtemos StudiosApril 23, 2021 at 6:46 am #285795
ipixParticipantThank you for your help. I did as you said, but still the blocks were removed on all pages.
I need to remove the blocks on the cart page (1), but on the checkout page, all the blocks should remain (2). Please check again. Thank you.April 23, 2021 at 8:18 am #285823
Aizaz Imtiaz AwanKeymasterHello,
As you have combined the pages into one page and the pages use the same classes that’s why it’s working for both.
Sorry but we could not change the classes of the elements because they are generated by woocommerce and our theme doesn’t influence them.
Regards.
Xtemos StudiosApril 23, 2021 at 12:11 pm #285934
ipixParticipantI removed the merging of the pages. I now have everything as it was originally in the template. There is a separate shopping cart page and a separate checkout page. Each page has its own shortcode. Please check the links that I have already sent you.
April 23, 2021 at 12:25 pm #285941
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS.
.woocommerce-cart .cart-subtotal, #shipping_method, .cart-totals-inner .woocommerce-shipping-destination, .cart-totals-inner .woocommerce-shipping-calculator { display: none; }
Best Regards
April 23, 2021 at 12:52 pm #285958
ipixParticipantWhy, when I add the number of products (for example 4) on the cart page, the cost and amount do not change?
April 24, 2021 at 5:49 am #286139
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
There is a button to update the cart that you have set to hidden using Custom CSS. It is necessary to click the update button to update the cart.
Screenshot for Clarification: https://ibb.co/qNK4C1m
So please try removing the Custom CSS then the button will appear.
Best Regards.
April 24, 2021 at 1:09 pm #286248
ipixParticipantThank you. I opened the “update cart” button.
1) how can I style the “update cart” button like the “add coupon” button? I need to change the style of the button at rest and on hover.
2) how to change the background of the tooltip when the cart is refreshed?
I have attached a screenshot.
3) I need to make changes to the width of the .woocommerce-checkout ul # shipping_method block in desktop and mobile. I can pay $ 10 for your work. Thank you.April 26, 2021 at 5:53 am #286535
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
1) Please try adding the following Custom CSS for that.
.cart-actions .button[name="update_cart"] { color: white; background-color: green; }
2) Please try adding the following Custom CSS for that.
.woocommerce-message { background-color: orange; }
3) Sorry but we do not provide paid customization services. We provide only support within our policy frames, if you need additional customization you can find a developer or try to contact our partners https://wpkraken.io/?ref=xtemos.studio
Best Regards.
April 26, 2021 at 6:53 am #286583
ipixParticipantPlease tell me just in which file you can change the frontend of this block on the shopping cart and checkout page? I’ll try to make the changes myself. Thank you
April 26, 2021 at 11:29 am #286737
Aizaz Imtiaz AwanKeymasterHello,
Sorry but the screenshot you provided is not working.
Please provide me with the working screenshot to check it myself and help you out accordingly.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register