Hi there,
I followed your suggestion and re-installed edit orders, then installed admin new order..... and.... it worked!! thank you so much!
Cheers
Printable View
Hi there,
I followed your suggestion and re-installed edit orders, then installed admin new order..... and.... it worked!! thank you so much!
Cheers
We're updating a site to v1.5.5a, and we need to update this plugin. However, it only has compatibility to v1.5.1 listed.
Any timeline on a v1.5.5+ release? Pointers on making it work with the newer version?
Would love this for 1.5.5 as well. Is it definitely broken for 1.5.5.?
Me too. Any word on 1.5.5a compatibility?
I have just found a way to make this work in V1.5.5c.
I am no expert, so I should not say "make it work", but if I remove a few lines of code in the new_order.php file it seems to work just fine.
The lines can be found close to the bottom, and this is what they are (I have no real idea what they do - or don't do, in this case)...
// Create the order totals.
$order_totals = $GLOBALS['order_total_modules']->process();
for($i=0, $n=sizeof($order_totals); $i<$n; $i++) {
// Skip shipping modules. No shipping method has been added at this point.
if($order_totals[$i]['code'] == 'ot_shipping') continue;
$sql_data_array = array(
'orders_id' => $cInfo->orders_id,
'title' => $order_totals[$i]['title'],
'text' => $order_totals[$i]['text'],
'value' => (is_numeric($order_totals[$i]['value'])) ? $order_totals[$i]['value'] : '0',
'class' => $order_totals[$i]['code'],
'sort_order' => $order_totals[$i]['sort_order']
);
zen_db_perform(TABLE_ORDERS_TOTAL, $sql_data_array);
}
Be careful to only remove exactly this section... OH and back stuff up first, so if this does something really stupid you can fix it.
I hope somebody really clever on here will know why this chunk of code makes this fail.
I, too, am really wanting to use this for 1.5.5. I have edit orders for 1.5.5 installed and really could use this one as of late since I have been getting a lot of face to face orders. Thus far, I have only been able to create an invoice on Paypal as I cannot seem to get the current iteration of this plugin to work without breaking anything.
ZC 1.5.3. Installed it but when try to use get following error " WARNING: Could not locate language file: includes/languages/english/modules/shipping/storepickup.php"
This file is present there. I am able to access new order screen add product, when I enter Credit Card it does not show CC field and when click on Update it give above error on top of page and page is almost blank.
Any experiences with ZC 1.5.7b and Admin New Order?
Not a direct answer, but zc157 has incorporated the Encrypted Master Password (https://www.zen-cart.com/downloads.php?do=file&id=94) plugin, so that you can place an order via button-click for a customer from your admin.
If you've enabled the feature, then when you view a customer via the admin's Customers :: Customers, you'll now see a Place Order button that will enable you to log into a customer's storefront account to place an order on their behalf.