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}
<div class="hidden" id="terms_and_conditions_{$suffix}">
{__("terms_and_conditions_content") nofilter}
</div>
</div>
<script type="text/javascript">
(function(_, $) {
$.ceFormValidator('registerValidator', {
class_name: 'cm-check-agreement',
message: '{__("vendor_terms_n_conditions_alert")|escape:javascript}',
func: function(id) {
return $('#' + id).prop('checked');
}
});
}(Tygh, Tygh.$));
</script>
</div></pre>
Hello,
Forgive me, still have lot more to learn - i'm not sure how to edit the apply for vendor page. Could you please elaborate for me as to where this code goes?
One day I'll have this down, be able to stop bugging you, and give back to the community a little bit.
Thank you!
design/themes/THEME/templates/views/companies/apply_for_vendor.tpl
Try to put the code before the following line:
{include file="common/image_verification.tpl" option="apply_for_vendor_account" align="left"}
design/themes/THEME/templates/views/companies/apply_for_vendor.tpl
Try to put the code before the following line:
{include file="common/image_verification.tpl" option="apply_for_vendor_account" align="left"}
I put the code as directed and the 'become a seller' displays no changes (http://imgur.com/zKdZbRR). Cache is cleared in 'storage' and browser. Anymore ideas?
Thank you
I put the code as directed and the 'become a seller' displays no changes (http://imgur.com/zKdZbRR). Cache is cleared in 'storage' and browser. Anymore ideas?
Thank you
PM me temporary FTP access, we will check the issue
Default template was overrided by the wk_vendor_custom_registration 3rd party module. We have added necessary changes to this module. Please take a look.