Home Forums Basel support forum Change Checkout fields

Change Checkout fields

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60942

    manik
    Participant

    Hello,

    I’m trying to change the text of “SHIP TO A DIFFERENT ADDRESS?” to “Receiver Details” and also remove checkbox since this is always required. Therefore, our requirement is to have 2 sections, Billing and Shipping details, the shipping details checkbox needs to be removed since we want it always to be true, however , we need to change the text “ship to a different address” to “receiver details”.

    Please advice.

    #60954

    Hello,

    You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    If you navigate to WooCommerce > Settings > Shipping Tab > Shipping options you will see available settings http://prntscr.com/jqa44x

    So, if you choose Default to customer shipping address you will get both Billing address and Shipping address http://prntscr.com/jqa57p but at the same time, there will be the checkbox which can hide shipping address. In order to hide the checkbox try this CSS:

    #ship-to-different-address-checkbox{
    display:none!important;
    }

    Add this CSS to Theme Settings > Custom CSS.

    Best Regards

    #60998

    manik
    Participant

    Hi Elise,

    Thank you for reverting quickly, really appreciate it. I’ve followed your steps and was able to achieve almost everything. There is just one thing remaining, how to change the text “SHIP TO A DIFFERENT ADDRESS” to ” Receiver Details”. I tried using the plugin mentioned above, however it seems for translation and we do not need translation, it is change of english text. Additionally, the color of text SHIP TO A DIFFERENT ADDRESS is Black, where as I need to apply Basel h3 heading to this text.

    #61063

    Hello,

    You can rewrite “SHIP TO A DIFFERENT ADDRESS” with the plugin it is the easiest way. If you do not want to use it. You will have to edit Woocommerce templates. You will require coding skills for that.

    If you want to change color it is possible to do with custom CSS. If you want to replace heading tag, you will need to customize the template, please clarify.

    Best Regards

    #62090

    manik
    Participant

    Hi Elise,

    Thank you for replying and apologies for the delay in getting back to you. I’ll try this and will let you know if we need further information.

    #62104

    Hello,

    Ok, sure, if you have any further questions, contact us.

    Best Regards

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