Hi,
How can I delete the customer-comment area?
In earlier versions it is in: views/cart/template/default.php but I can't find it over there.
Is it replaced to another file?
I am using: Joomla 2.5.19 en VM 2.6.0.
Kind regards,
Tim Hoogland
You can select "Show/Hide" "Shopper Review/Rating System" in VirtueMart Configuration.
Edit components/com_virtuemart/views/cart/tmpl/default.php to remove the Leave A Comment Field section and use the edited file as a template override.
Or you can simply hide it with a css override, .customer-comment {display:none;}
The css solution is quit simpel and very efficiƫnt. Thanks. :)