How To Add "terms And Conditions" Dropdown Checkbox On "become A Vendor" Page

Hello,

I'm trying to get the terms and conditions to display in drop down textbox identitcally as it appears on the checkout page ( http://imgur.com/Bsa7gGT ).

Does anyone know how I can get the language variable "vendor_terms_n_conditions_content" ( http://imgur.com/AxQlln4 ) to display as a checkbox/dropdown on the bottom of "become a seller" page ( http://imgur.com/ZcdXgQ6 ) ?

Many thanks in advance!

I would love to know how to do this also!

What version do you use? There is a special setting for the terms & conditions feature in the latest versions:

http://prntscr.com/cplano

What version do you use? There is a special setting for the terms & conditions feature in the latest versions:

http://prntscr.com/cplano

Hello!

I'm on version 4.2.1

I've got the terms and conditions enabled for vendors ( http://imgur.com/HA5EBRG ) and the become a seller page shows no checkbox for terms of use ( http://imgur.com/dV1Ao4q )

Here is checkbox code from the latest version:

                
{strip} {capture name="terms_link"} {__("vendor_terms_n_conditions_name")} {/capture} {__("vendor_terms_n_conditions", ["[terms_href]" => $smarty.capture.terms_link])} {/strip}