OSC 2.3 order editor?
#21
Posted 01 March 2012 - 03:50 AM
I have installed this and have a question on a couple of things
1. 'New Order Email' button is not sending the email.
2. How do I get rid of the old buttons for Invoice etc from order and when you goto edit and order?
Thanks
Colin
#22
Posted 01 March 2012 - 04:20 AM
Attached Files
Colin
#23
Posted 14 March 2012 - 09:34 AM
Customers recieve the pdf when oreder is processed online.
When editing and order i clcik "SEND NEW ORDER CONFIRMATON" - no eamil sends.
ANY HELP OR POINTERS?
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 /
#24
Posted 14 March 2012 - 09:37 AM
cbonnar, on 01 March 2012 - 04:20 AM, said:
I have updated the buttons - use a compare tool to hack apart my orders.php
hope that saves time and helps you.
Attached Files
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 /
#25
Posted 12 May 2012 - 06:20 AM
Installed Order Editor (release of 8 Aug 2011) and also have Purchase Order 1.4.1 (http://addons.oscommerce.com/info/1892).
If I change the Payment Method to "Purchase Order", I would like to have the purchase order specific fields become available for update. I saw a similar question posed in the 2.2 thread back in 2006, but couldn't locate an answer.
Any help would be greatly appreciated.
Thanks
Rob
#26
Posted 12 July 2012 - 07:42 PM
cbonnar, on 01 March 2012 - 03:50 AM, said:
I have installed this and have a question on a couple of things
1. 'New Order Email' button is not sending the email.
2. How do I get rid of the old buttons for Invoice etc from order and when you goto edit and order?
Thanks
To answer youre first question.
add below code to admin/include/function/general.php before closing tag ?>
function tep_add_base_ref($string) {
$i = 0;
$output = '';
$n=strlen($string);
for ($i=0; $i<$n; $i++) {
$char = substr($string, $i, 1);
$char5 = substr($string, $i, 5);
if ($char5 == 'src="' ) {$output .= 'src="' . HTTP_SERVER; $i = $i+4;}
else {
$output .= $char;
} }
return $output;
}
This is also the sollution for
Fatal error: Call to undefined function tep_add_base_ref() admin\edit_orders_ajax.php on line 1144
Greetz
Twindaddy
#27
Posted 04 August 2012 - 06:02 PM
- The select your credit card payment method. It wont allow me to edit.
- Also in order to view an order for editing, I had to edit the edit_order.pdp. It stated the payment module drop down directory as catalog_modules and I changed it to catalog_includes_modules now it works but the only option besides the payment made is other otherwise it offers cash on deliver. Any ideas?
#28
Posted 04 August 2012 - 11:41 PM
sixelarotciv, on 04 August 2012 - 06:02 PM, said:
- The select your credit card payment method. It wont allow me to edit.
- Also in order to view an order for editing, I had to edit the edit_order.pdp. It stated the payment module drop down directory as catalog_modules and I changed it to catalog_includes_modules now it works but the only option besides the payment made is other otherwise it offers cash on deliver. Any ideas?
I figured these things out but while testing does not send new order message
#29
Posted 26 March 2013 - 01:33 PM
change
list($hdr, $value) = split(': ', $str, 2);
into
list($hdr, $value) = preg_split("/: /", $value, 2); ???
#30
Posted 05 April 2013 - 01:44 PM
I thought my install was fine, until I read the other posts.
There is no delete order present in my admin screen
#31
Posted 11 April 2013 - 04:22 PM
newburns, on 05 April 2013 - 01:44 PM, said:
I thought my install was fine, until I read the other posts.
There is no delete order present in my admin screen
Go to Admin>orders select order you want to delete and click delete
Working with osCommerce 2.3.1
Add-Ons so far Installed:
Add date and order number to invoice and packing slip,
Products Cycle Slideshow,
Detailed Monthly Sales,
Holiday Settings,
Tracking Module for 2.3
#32
Posted 11 April 2013 - 04:52 PM
I have order editor and http://addons.oscommerce.com/info/8334/v,23 installed.
One led to the other.
When I uncomment the line, it shows the old style "Create" and "Delete" buttons, but I just need the delete button. And preferably the new style button.
How can I retrieve or retain it?
Right now I have buttons:
Invoice
Packing Slip
Edit
Create











