I've noticed that there is an order editor for version 2.2 but i do not see anything for 2.3 yet.
Anyone have something they are aware of that i've missed?
Please let me know!
Posted 27 January 2011, 17:27
Posted 27 January 2011, 17:36
Posted 27 January 2011, 18:38
aybc, on 27 January 2011, 17:27, said:
Posted 28 January 2011, 16:58
Posted 12 February 2011, 21:33
Posted 14 February 2011, 05:51
Posted 15 March 2011, 20:04
Posted 21 March 2011, 13:55
carryG, on 15 March 2011, 20:04, said:
Posted 25 March 2011, 08:44
Posted 25 March 2011, 09:15
Ausgirl, on 25 March 2011, 08:44, said:
Posted 28 March 2011, 13:33
Ausgirl, on 25 March 2011, 08:44, said:
Posted 29 March 2011, 21:50
Quote
Posted 29 March 2011, 22:56
Xpajun, on 29 March 2011, 21:50, said:
if (ORDER_EDITOR_USE_AJAX == 'true') {
echo ' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][title]" id="'.$id.'[title]" value="' . trim($order->totals[$i]['title']) . '" onChange="obtainTotals()"></td>' . "\n" .
' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][value]" id="'.$id.'[value]" value="' . number_format($order->totals[$i]['value'], 2, '.', '') . '" size="6" onChange="obtainTotals()"><input name="update_totals['.$i.'][class]" type="hidden" value="' . $order->totals[$i]['class'] . '"><input name="update_totals['.$i.'][id]" type="hidden" value="' . $shipping_module_id . '" id="' . $id . '[id]"></td>' . "\n";
} else {
echo ' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][title]" id="'.$id.'[title]" value="' . trim($order->totals[$i]['title']) . '"></td>' . "\n" .
' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][value]" id="'.$id.'[value]" value="' . number_format($order->totals[$i]['value'], 2, '.', '') . '" size="6"><input name="update_totals['.$i.'][class]" type="hidden" value="' . $order->totals[$i]['class'] . '"><input name="update_totals['.$i.'][id]" type="hidden" value="' . $shipping_module_id . '" id="' . $id . '[id]"></td>' . "\n";
}
if (ORDER_EDITOR_USE_AJAX == 'true') {
echo ' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][title]" id="'.$id.'[title]" value="' . trim($order->totals[$i]['title']) . '" onChange="obtainTotals()"></td>' . "\n" .
' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][value]" id="'.$id.'[value]" value="' . number_format((double)$order->totals[$i]['value'], 2, '.', '') . '" size="6" onChange="obtainTotals()"><input name="update_totals['.$i.'][class]" type="hidden" value="' . $order->totals[$i]['class'] . '"><input name="update_totals['.$i.'][id]" type="hidden" value="' . $shipping_module_id . '" id="' . $id . '[id]"></td>' . "\n";
} else {
echo ' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][title]" id="'.$id.'[title]" value="' . trim($order->totals[$i]['title']) . '"></td>' . "\n" .
' <td align="right" class="dataTableContent"><input name="update_totals['.$i.'][value]" id="'.$id.'[value]" value="' . number_format((double)$order->totals[$i]['value'], 2, '.', '') . '" size="6"><input name="update_totals['.$i.'][class]" type="hidden" value="' . $order->totals[$i]['class'] . '"><input name="update_totals['.$i.'][id]" type="hidden" value="' . $shipping_module_id . '" id="' . $id . '[id]"></td>' . "\n";
}
Posted 14 October 2011, 16:18
Total: <strong>$83.65</strong>
Posted 30 October 2011, 13:00
Posted 01 November 2011, 10:55
Posted 01 November 2011, 14:30
Posted 01 November 2011, 23:15
<script>.....</script> <script>.....</script> <?php require(DIR_WS_INCLUDES . 'template_top.php'); ?>
Edited by The Munch, 01 November 2011, 23:29.
Posted 14 December 2011, 08:52