• Resolved trish8981

    (@trish8981)


    Hello!

    1. I have an issue at checkout where the terms and conditions checkbox is located on the LEFT side of the “SAVE To Account” – People are missing this. How do I line it up so its to the left or right side of the actual sentence? I deactivated plugins, issue still there. I’ve tried your other pop up plugins, issues is still there.

    2. I also used to receive a complete order form from woocommerce displaying purchasers company name, email, phone and address. Now all I receive is the order form with just an email address.

    Can you assist? Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter trish8981

    (@trish8981)

    I forgot to note, I did try a css code I found here in the forum but that did not work as well.

    Please post the url of your site.

    Thread Starter trish8981

    (@trish8981)

    Thank for you for the quick response: https://vetmedcareers.com

    I should note when I click the text “Save to Account”, it checks the squarebox ??

    Thanks!

    Thread Starter trish8981

    (@trish8981)

    Hi Lorro

    I noticed you posted a job in the marketplace.vetmedcareers.com – that is not the site with the issue.

    The site is https://vetmedcareers.com/ you will need to register as an employer and post a fake job to take you to the “checkbox issue”

    or if you have private way of getting you my admin/test account, I will be happy to give to you so we can resolve this issue.

    Thanks!

    1. The “Save to Account” checkbox is not the “Terms and Conditions” checkbox. The T&C checkbox is hidden by your theme for some reason.

    Try this custom css:

    .wp-jobhunt p.wc-terms-and-conditions {
      margin-bottom:0;
    }
    .woocommerce form .form-row .wc-terms-and-conditions input[type="checkbox"] {
      display:block;
    }
    .wc-terms-and-conditions span {
      margin-left:20px;
      float:left;
    }
    .wc-terms-and-conditions span.required {
      margin-left:6px;
    }
    .form-row.place-order input[type="submit"] {
      display:block;
      margin-top:-10px;
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Come back if it doesn’t work for you.

    2. Sorry, I can’t help with this. Can your theme vendor’s support service help? Or maybe post it on this forum as a single question.

    It was difficult getting to the right site and finding a product to buy! Please delete my test accounts.

    Thread Starter trish8981

    (@trish8981)

    Hi Lorro

    That’s because this is a job board that uses woocommerce. We sell job postings and not products. Hope that helps!

    Thanks

    Thread Starter trish8981

    (@trish8981)

    Hey Lorro!

    That code actually worked! Now – do you have a code to remove the checkbox that is next to the “Save Account” (the original issue)? That requires a “click” as well so now employers would have to click each checkbox to submit their order. Just need the one ??

    Thanks!

    Thread Starter trish8981

    (@trish8981)

    Never mind. Problem fixed. Appreciate you looking into.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Terms and Conditions Checkbox’ is closed to new replies.