Why is there no <label>-usage in cs-cart?

For the ones who dont know what i mean:

the -tag is a tag that is mostly used to inherit another elements function, so it can be used in more ways. an example:



We have a checkbox and next to that is the text:

“By checking this checkbox, you accept the Terms and Conditions”.



Using the -tag it makes it possible to click anywhere

on the text and thereby also simulate clicking the checkbox.



This is normal in any application, and i’m used to this since my

old days when fish could still fly.



Why doesnt CS-Cart use this option? Most do…



Anyways, to have this in your template as well f.e. at

clicking the text next to the “accept terms”-checkbox:



replace this line (182) in skins//customer/cart_pages/checkout.tpl:

[HTML]

{$lang.checkout_terms_n_conditions}
[/HTML]

with this line
[HTML]
{$lang.checkout_terms_n_conditions}
[/HTML]

Of course this principle can be used anywhere where there are options like this......
i'd love to see cs-cart implement this in future releases.......

I read a lot of information in cscart and i cant find my solution.



i want to make a text box for terms and conditions or make a popup window?



Thanks in advance…:roll:

hi, quicly issue

Adding a page for ‘Terms and Conditions’

[url]CS-Cart Documentation — CS-Cart 4.15.x documentation

:wink:

[quote name=‘mototropic@gmail.com’]hi, quicly issue

Adding a page for ‘Terms and Conditions’

[url]CS-Cart Documentation — CS-Cart 4.15.x documentation

;)[/QUOTE]



No functional for me…i want more dinamyc…