Okay
  Public Ticket #2447728
Wocommerce Checkout
Closed

Comments

  • iamclinthughes started the conversation

    Hi Team

    I hope what I need is just a minor change to some functionality as I have received feedback from customers about their purchase experience.

    Checkout:
    https://westwoodprintco.com.au/shop/checkout/

    1. Currently, the checkout form auto-captialises the inputs on the page, but, 1, this is not how the HTML ends up being formatted for the auto generated email that goes out as purchase confirmation, and 2, one customer also thought there was something wrong with their computer and the caps lock key? Is it possible to disable the auto-capitilisation?


    2. The "checkbox" for "ship to a different address" is enabled by default. How do I disable this?


    Shop Page
    https://westwoodprintco.com.au/

    The client wanted the products embedded into the main page. This is the actual shop page. Currently, the "Show More" button reveals the next 6 items available when clicked. Is it possible to change this functionality so that all remaining items can be revealed and change the button to "Show All".

    I suggested having a dedicated shop page, but this is how they want it for now.

    Thanks

  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply.

    1) Sure, simply add the following style in Appearance > Customize > Additional CSS.

    .woocommerce form  input {
        text-transform: none !important;
    }

    2) This is a WooCommerce feature. You can just change this in the WooCommerce shipping options.

    WooCommerce–> Shipping Options–> Shipping Destination –> (select) Default to customer billing address.

    Once done, “Ship to a different address” will not checked by default.
    Hope that helps!

    3) Unfortunately, the show more will load only the same number as post per page. The only solution is to hide the show more button and add a new button which will redirect you to a new page, I can't think for a better solution.

    To change the text, you need the help of this plugin.

    https://wordpress.org/plugins/say-what/

    Add as following.

    Old String: Show More
    Text Domain: neuron-core
    New String: Show All

    If the text domain neuron-core doesn't work add amartha.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.