• Resolved ThemeMeme

    (@leo-colston)


    Since the latest update our vendor terms checkbox is no longer showing on the registration page and so new vendors cannot sign up, as they get the error message that they haven’t agreed to the terms.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ThemeMeme

    (@leo-colston)

    I believe the problem is the following code:

    <p class="agree-to-terms-container" style="display:none;">
    		<label for="agree_to_terms">
    			<input class="input-checkbox" id="agree_to_terms"  type="checkbox" name="agree_to_terms" value="1"/>
    			I have read and accepted the <a target="top" href="https://thebookcoverdesigner.com/vendor-terms/">terms and conditions</a>.		</label>
    	</p>

    Specifically the ‘display:none’. It’s coming from element.style

    I have a page set for Vendor Terms on the Pages page within WC Vendors, so I believe this is a bug.

    Jamie

    (@digitalchild)

    Hello,

    Yes this bug has been fixed already. Apologies for that. It’ll be out in the next week or so with the next update!

    Or you can replace the file now using the source file from GitHub.

    https://github.com/wcvendors/wcvendors/blob/master/classes/front/signup/views/html-vendor-signup.php

    cheers,

    Jamie.

    Thread Starter ThemeMeme

    (@leo-colston)

    Hi Jamie,

    Has the update been delayed for some reason?

    Just following for updates

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Since Update Vendor Terms Not Showing’ is closed to new replies.