Hi
Can anyone tell me where the Customer Note textarea is generated in the VirtueMart 3.0.10 cart, I just can't see it....
<textarea id="customer_note_field" class="inputbox" maxlength="2500" rows="1" cols="60" name="customer_note"></textarea>
I want to change the language override and add text in the text area for a specific Category.
Thanks
Its a shopper field customer_note
rendered in components\com_virtuemart\views\cart\tmpl\default_cartfields.php
Hi
Thanks very much. I will tackle it from there.