Customer note disabled, but still visible

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

Customer note disabled, but still visible

Postby mrwimpy@.....com » Fri Oct 16, 2015 2:35 pm

Hey,

I have customer note disabled in VM's Customer fields, but it is still visible on the cart.

Is there a setting in OPC that displays it as well.
(I think) I looked everywhere but I couldn't find it.

J 3.4.4
VM 3.0.10
OPC 2.0.300 / clean_simple2

Thanks.
Wim
mrwimpy@.....com
 
Posts: 14
Joined: Thu Aug 13, 2015 11:23 am

Re: Customer note disabled, but still visible

Postby admin » Fri Oct 16, 2015 4:59 pm

hello Wim, the customer note has to be removed from OPC themes manually by editing the template files:

remove this code from
\components\com_onepage\themes\clean_simple2\onepage.unlogged.tpl.php
and
\components\com_onepage\themes\clean_simple2\onepage.logged.tpl.php

Code: Select all

<h3 class="shipping_h3"><?php echo $comment; ?></h3>
<!-- customer note box -->
<fieldset class="notes_checkout">

<div id="customer_note_input" ><textarea cols="30" rows="3" name="customer_note" id="customer_note_field"></textarea></div>
</fieldset>


best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x