VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: tutnet on January 26, 2016, 17:45:08 PM

Title: Customer Note
Post by: tutnet on January 26, 2016, 17:45:08 PM
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
Title: Re: Customer Note
Post by: GJC Web Design on January 27, 2016, 01:08:57 AM
Its a shopper field customer_note

rendered in components\com_virtuemart\views\cart\tmpl\default_cartfields.php
Title: [SOLVED]Re: Customer Note
Post by: tutnet on January 27, 2016, 08:43:04 AM
Hi

Thanks very much.  I will tackle it from there.