• Could somebody tell me why certain details aren’t showing up on checkout page?

    It says

    Billing First Name is a required field.
    Billing Last Name is a required field.
    Billing Phone is a required field.
    You must accept our Terms & Conditions.

    But there not even on my checkout page. Link https://kiddybuild.biz.ht/checkout/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme’s style sheet has a line which hides these. You can restore them with this custom css:

    
    .entry-content p {
      display: block;
    }
    

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://www.ads-software.com/plugins/simple-custom-css/

    Presumably your theme has this line for a reason, so check round the site to see if anything is displaying which shouldn’t. If so, come back.

    Thread Starter josh34

    (@josh34)

    Thanks a lot for your help on that. I would have never figured that out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t proceed to paypal checkout’ is closed to new replies.