VM 2.0.3A
Order [ List ] Notify Shopper generates email even all options are ticked off.
SOLVED in VM 2.0.3E * @version $Id: models/orders.php 5678 2012-03-15 23:03:35Z Milbo $
The default should be Unticked.
administrator/components/com_virtuemart/views/orders/tmpl/orders.php
* @version $Id: tmpl/orders.php 5524 2012-02-21 17:27:34Z Milbo $
<!-- Update -->
<td><?php echo VmHTML::checkbox('orders['.$order->virtuemart_order_id.'][customer_notified]', 0 ) . JText::_('COM_VIRTUEMART_ORDER_LIST_NOTIFY'); ?>
<br />
<?php echo VmHTML::checkbox('orders['.$order->virtuemart_order_id.'][customer_send_comment]', 0 ) . JText::_('COM_VIRTUEMART_ORDER_HISTORY_INCLUDE_COMMENT'); ?>
<br />
<?php echo VmHTML::checkbox('orders['.$order->virtuemart_order_id.'][update_lines]', 0 ) . JText::_('COM_VIRTUEMART_ORDER_UPDATE_LINESTATUS'); ?>
</td>
Is there a method to make this a default setting? When I update VM, these settings are gone again. ???
Maybe it's better to make it default unchecked.
In version 2.0.8 c there is a new setting in regards to Notify Shopper under every product - a brand new field - with many options to notify shopper , send them an email etc.
Hello John, thank you for your answer, but I think we are talking about different things.
I ment the three checkboxes on orderlist.
Most of the times I want to change an order status without sending an email to the customer.
Is it possible to uncheck these boxes by default?
I have attached an screenshot to make it more clear.
Besides of that I noticed the following bug:
- I change status for order 99, 98 and 97 without sending an email to the customer. I save these settings
- I change status for order 96 with sending email to customer.
- When I just click the checkbox for order nr. 96 the customers of the orders above are notified to!
I only want to have a notification for order nr. 96.
[attachment cleanup by admin]