Home Forums WoodMart support forum Hide tax on checkout page ( it should be calculated in the backgroud)

Hide tax on checkout page ( it should be calculated in the backgroud)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #419717

    chikankurtionline
    Participant

    i dont want to show taxes to the customers on the checkout page. how to hide tax field on checkout page? and also taxes should be calculated in the background. my tax rates are SGST and CGST. as i am from india

    one more query i have

    i want to show view cart button after someone clicks on add to cart button

    in mobile view

    when someone clicks on add to cart button product directly adds into the bag it is fine but i want user to be redirected to view cart page right after clicking on button ( bag button )

    one more query

    hide categories from add to cart page

    i am attaching all screenshots please check

    Attachments:
    You must be logged in to view attached files.
    #419821

    Hello,

    1- To hide the Taxes from the Checkout page as visual, we have done that with the help of Custom CSS:

    .woocommerce-checkout .includes_tax {
        display: none !important;
    }

    This is the preview: https://ibb.co/t2ztvfs

    2- The Categories that you are viewing on the Single Product page is termed as Meta, to hide that you need to go to Dashboard > Theme Settings > Single Product > Elements > Meta > there select Hide to hide the Categories: https://ibb.co/27WV7Gz

    For the time being, we have selected that and the Categories are now hidden from the Product page: https://ibb.co/WkKvKJd

    3- Regarding the Mini Cart in the Header being redirected to the Cart page for the Mobile view, we have visited your Site in Mobile view and clicked on Cart and it was redirecting to the Cart page. Please refer to the following Video for reference: https://www.veed.io/view/40ef2f19-29f5-4e78-867b-fcfe56523dfa

    Best Regards

    #420012

    chikankurtionline
    Participant

    thank you for your support

    still taxes are showing in mobile view. please hide taxes on mobile view also.

    please check the below video i want this type of implementation in mobile view

    i want to show view cart text after clicking on add to cart button on home page

    https://www.veed.io/view/400c84fc-a908-4f3b-b52d-6377be6737b0?panel=share

    #420014

    chikankurtionline
    Participant

    please check the screenshot of tax in mobile view

    Attachments:
    You must be logged in to view attached files.
    #420165

    Hello,

    1- The mentioned Tax is now hidden from the Cart page too with the help of Custom CSs on your Site.

    2- Regarding the View Cart change concern, the thing is the Theme has two sorts of options regarding Action after add to Cart > one is open the Cart Widget in Off-Canvas style which was already active on your Site > and the second one is Display Popup which we have now active on your Site which previews something like this on Desktop as well as Mobile: https://ibb.co/HPBnMHN

    This is the only two possible ways in this regard.

    Best Regards

    #420299

    chikankurtionline
    Participant

    thank you for your support everything looks good

    i have one more query i want to customize checkout page

    i have another website called libaasqueen.com/checkout

    i want exact same design for chikankurti.com/checkout

    just button color should be red instead of golden

    Attachments:
    You must be logged in to view attached files.
    #420405

    Hello,

    The WoodMart Theme has the option of Custom Layout Builder through which you can create Custom Archive, Category, Single Product, Checkout and Cart pages.

    You can read about it here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    The Layout can be made under the Dashboard > Layouts > Checkout.

    Best Regards.

Viewing 7 posts - 1 through 7 (of 7 total)