NEW! Complete Order Editing Tool!
#3261
Posted 03 July 2012 - 12:06 AM
I have ran into two issues though installing on v2.2 RC2. One is the shipping_quotes problem that seems to need commenting out. No problem but 5.0.7 says it fixes this issue and I installed 5.0.9b as it seemed to be the latest FULL update to the contrib. I expecteded it to have stayed fixed.
By commenting out code and reloading the page, I narrowed the problem to a line in admin/order_editor/shipping.php line 81 that states:
$quotes = $GLOBALS[$include_quotes[$i]]->quote($method);
Since I only have the flat rate shipping module active (No Fedex, etc.), I am unsure why this line causes problems.
Second, When I manually change the Shipping dollar value I get a "Working" overlay, I assume is javascript/ajax but it never completes. Refreshing the page clears the overlay but the value is unchanged. Disabling AJAX and using the Update button works fine.
There is a feature I would like/suggest. Is it possible to place the order in a state such that if unpaid, the customer could then login and pay for the order or if the CC info is provided that the CC can be processed from the admin side. I understand the in ability to perform paypal transactions from the admin side.
All assistance is appreciated.
#3262
Posted 05 July 2012 - 09:57 AM
this piece of code refers to a checkbox that shows which product(s) have lead times
<td class="dataTableContent" valign="top"><input type="checkbox" title="Lead time Active: <?php echo $order->products[$i]['lead_time_days']; ?> DAYS" name="<?php echo "update_products[" . $orders_products_id . "][lead_time]"; ?>" <?php if (ORDER_EDITOR_USE_AJAX == 'true') { ?>onclick="updateProductsField('update', '<?php echo $orders_products_id; ?>', 'products_lead_time', this.checked, this)"<?php } ?> <?php if($order->products[$i]['lead_time']=='1'){ echo "checked=\"true\""; }?>"></td>
The problem i am having is the data form the check box enters mySQL as " true " or " false" - is all well and good but i would like it to go in as "1" or "0"
If i deactivate AJAX, it goes in as "on"....
My db is currently VARCHAR (5).
I have googled searched high and low but not found a straight forward solution.
All this is carried out on edit_orders.php:
// Update orders_products Table
$Query = "UPDATE " . TABLE_ORDERS_PRODUCTS . " SET
products_model = '" . $products_details['model'] . "',
products_name = '" . oe_html_quotes($products_details['name']) . "',
products_price = '" . $products_details['price'] . "',
final_price = '" . $products_details['final_price'] . "',
products_tax = '" . $products_details['tax'] . "',
products_quantity = '" . $products_details['qty'] . "',
products_lead_time = '" . $products_details['lead_time'] . "',
products_lead_time_days = '" . $products_details['lead_time_days'] . "'
WHERE orders_id = '" . (int)$oID . "'
AND orders_products_id = '$orders_products_id';";
tep_db_query($Query);
Any ideas folks??
INSTALLED:Document Manager / Monthly Sales and Tax Returns / Batch Print Invoices / Ultimate HTML EMAILs / AJAX Attribute Manager / OSC PDF Catalog / Move Bookmarks / Sort Order / Easy Populate / Sales Reports / Low Stock Report / Admin: Model # on Category / Product Administration Screen / Mini images in admin / SLiCK reCaptcha / Google + / Beautiful Breadcrumbs / 2.3.1 - Banner Language Mod / ADD New Page / EASY MAP (google) v.3.0 / Who's Online Enhancement for 2.3.1 / Admin Notes / scrambled order number / remove_unused_images / Quantity Select / Unit Weight / Product Specifions (filter results) / AJAX Product Attributes/ Attribute Codes/ Date & Order No. to Invoice/ O.P.I. 2.0 / Attribute Images / Manual Order Editor / Attributes Clone / Order Editor / Create Order / Company VAT No. / Add customer/ CKEditor 2.3.1 / Page Manager / Default images via admin / Percentage Shipping Price / QTPro / Scroll to Top / PDF Invoice / Featured Products / Product Listing Enhancements / AutoBackups / Ultimate SEO URLS 5 Pro / Kiss Tags/ ..Custom Admin Mods /
#3263
Posted 05 July 2012 - 01:07 PM
The problem with the shipping quotes was another contrib that modified the flat rate class. This also seems to have fixed the AJAX update stalling problem.
I would still like to know if there is a way for the order to be placed in a state that the customer could login and pay for it.
Again all assistance is appreciated.
#3264
Posted 01 August 2012 - 07:08 PM
I've just installed the FedEx Web Services contribution and the shipping methods from it are not showing up in Order Editor. Anyone have a similar problem?
Thanks,
Robert
Edited by chicoverde12, 01 August 2012 - 07:22 PM.
#3265
Posted 13 August 2012 - 02:19 PM
this order editor.
I have only one language set in the dbase language table: German
BUT due to a autopilot catalog update we use from a central catalog backend dbase this dbase holds the product names et cet for 3 languages.
NOW
IF I add a product in this german shop believe it or not; I see german lang. categorie names and productnames but once I insert it/add it to the order -->
it shows the product name NOT in English but in my case Dutch. ( dutch is not activated or installed as languages it is just in the dbase products description and has a language id = 2, german = 2 and french = 3.
Anyone an idea how to solve this?
#3266
Posted 14 August 2012 - 01:39 PM
#3267
Posted 31 August 2012 - 06:14 PM
Thank you to all who have contributed to this module - it looks quite useful!
My installation is a fairly vanilla V2.3.3. For the required mods to admin/orders.php, I was unable to find the appropriate lines in the original version. Can someone please help me figure out how to modify this file?
Thank you!
#3268
Posted 04 September 2012 - 12:50 PM
I have Order Edito 5.0.63 Insalled since 2008 and worked well. My ISP upgraded to php5 and now AJAX editing wont' work. I have to disable it.
I've searched the web with no luck.
Can you help me out ?
thank
Roby
#3269
Posted 05 September 2012 - 10:41 PM
thescalerstore, on 04 September 2012 - 12:50 PM, said:
I have Order Edito 5.0.63 Insalled since 2008 and worked well. My ISP upgraded to php5 and now AJAX editing wont' work. I have to disable it.
I've searched the web with no luck.
Can you help me out ?
thank
Roby
I'm using Order Editor 5.0.7, so I hope it's pretty much the same. Log onto your osCommerce Admin. Under Configuration -> Order Editor, set Allow the use of AJAX to update order information? to false.
#3270
Posted 06 September 2012 - 08:46 AM
#3271
Posted 27 September 2012 - 07:05 PM
#3272
Posted 20 January 2013 - 01:59 PM
#3273
Posted 18 February 2013 - 01:42 PM
demiati, on 29 January 2010 - 10:28 PM, said:
I have to admit that I have virtually no knowledge of programming, but if it is of help you can edit the admin\includes\application_top.php and change the level of error reporting thus:
error_reporting(E_NONE);
It's near the top of the file I think.
This surpresses the error, but doesn't cure the problem. I have the same problem with my site, so if you fin dout what the cause is, please let me know.
Good luck,
Carl
number_format($order->totals[$i]['value'], 2, '.', '')
(double) einfügen:
number_format((double)$order->totals[$i]['value'], 2, '.', '')
#3274
Posted 19 February 2013 - 12:35 AM
Warning: in_array() expects parameter 2 to be array, null given in/var/www/vhosts/catalog/admin/edit_orders.php on line 569
Warning: in_array() expects parameter 2 to be array, null given in/var/www/vhosts/catalog/admin/edit_orders.php on line 569
Edited by sunrise99, 19 February 2013 - 12:36 AM.
#3275
Posted 01 March 2013 - 07:26 PM
great contribution!!
I have a question!!!
How do I add the email of the email order the phone and email adress of the customer?
#3276
Posted 19 March 2013 - 10:47 PM
I have installed order_editor_for2.3_v1.0 on my oscommerce 2.3.3 webshop. Further I'm using following modules:
ot_disocunt
ot_codfee
ot_loworderfee
I think due to this, the order total and taxes are calculated wrong, when I've modified the order. Mainly the ot_codfee is skipped after the calculation.
Can someone give me some hints, how can I add this modules to calculate the correct price. (I think ot_loworderfee should work)
Best wishes
Bernhard Bauer
#3277
Posted 19 March 2013 - 10:55 PM
#3278
Posted 19 April 2013 - 05:32 AM
If I change the price of a product (brutto) to a negative value (refund), there will be shown no tax and the netto price is the same as brutto in the total view.









