osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Order editor help

This is a discussion on Order editor help within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; The order editor works great except with larger orders. Today we had a 12 page order and any change I ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 11-06-2007, 03:32 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Order editor help

The order editor works great except with larger orders. Today we had a 12 page order and any change I made took 5 min to process per change It happens with most orders of 3 pages or more.
Over an hour to make changes on that order. It seems to lock up or crawl. Is there a fix or workaround? Any help appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 11-06-2007, 04:32 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,289
Thanks: 66
Thanked 310 Times in 295 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Order editor help

Look at the queries as they are happening. It has to look up a lot of data for a 12 page order.

Make sure that all the tables that are being accessed are properly indexed and you may need to actually hack the queries to be more efficient.

I don't think the maker of that mod anticipated such large orders. Most applications would be single page orders...
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to michael_s For This Useful Post:
bkpie (11-07-2007)
  #3  
Old 11-13-2007, 05:29 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Order editor help

I think I found a contribution that will make things work faster but have been trying to get to work for a few days now. It is called ajax order editor where you can edit on the detail page everything pretty quickly. I am so close I can taste it. The items are clickable on the details page and the box comes up to edit but then I get an error window from explorer. Anyone install this contrib. or can tell me what is causing the following to pop up in an explorer box

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>QSI</title>
<link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
<script language="javascript" src="includes/general.js"></script>
<script language="javascript" src="includes/ajax.js"></script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF">
<div id="add-Product" class="addProduct">
<div>Add a product</div>
<div id="add-product-product" class="addProductContents">Name or model of product:</div>
<div id="addProductSearch" class="addProductContentsSearch"><table border="0" width="100%" cellspacing="0" cellpadding="2">
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="infoBoxContent"><input type="text" name="keywords" id="keywords" onKeyUp="loadXMLDoc(this.value);" autocomplete="off" style="width: 100%"></td>
</tr>
<tr>
<td class="infoBoxContent"><div style="display: block; margin-left: 0%; width:100%; float: left; border:solid 1px; background-color:#CCCCCC;" id="quicksearch">Search Results: </div></td>
</tr>
</table>
</div>
<div id="addProductFind">&nbsp;</div>
<div id="ProdAttr">&nbsp;</div>
<a href="javascript: hideAddProducts();"><img src="includes/languages/english/images/buttons/button_cancel.gif" border="0" alt=""></a>
</div>
<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://aabox.com/?oscmax"><img src="images/oscmax.gif" border="0" alt="osCMax v2.0 from AABox Web Hosting" title=" osCMax v2.0 from AABox Web Hosting " width="169" height="56"></a></td>
<td align="right"><a href="http://www.osCDox.com" target="_blank"><img src="images/header_support.gif" border="0" alt="osCDox" title=" osCDox " width="50" height="50"></a>&nbsp;&nbsp;<a href="http://localhost/"><img src="images/header_checkout.gif" border="0" alt="Catalog" title=" Catalog " width="53" height="50"></a>&nbsp;&nbsp;<a href="http://localhost/admin/index.php"><img src="images/header_administration.gif" border="0" alt="Admin" title=" Admin " width="50" height="50"></a>&nbsp;&nbsp;</td>
</tr>
<tr class="headerBar">
<td class="headerBarContent">&nbsp;&nbsp;<a href="http://localhost/admin/admin_account.php" class="headerLink">My Account/Password</a> | <a href="http://localhost/admin/logoff.php" class="headerLink">Logoff</a></td>
<td class="headerBarContent" align="right">&nbsp;&nbsp;<a href="https://aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://oscdox.com" class="headerLink">osCDox.com</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="http://localhost/" class="headerLink">Catalog</a> &nbsp;|&nbsp; <a href="http://localhost/admin/index.php" class="headerLink">Admin</a>&nbsp;&nbsp;</td>

</tr>
</table><!-- header_eof //-->
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 11-14-2007, 11:14 AM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Order editor help

Nevermind, I have that figured out. It was not in the instructions to allow access to a new file the contribution added. I have it all working except the add products which I believe is a sppc problem. Once I figure it out I will try and add it to contributions updated for oscmax and sppc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 11-14-2007, 06:20 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Order editor help

Alright...I know I am talking to myself alot here but am requesting some help now. I got the ajax order editor contribution working with oscmax and it is great for editing large orders with no slow sql like the order editor included, however the order editor included has some nice features being able to use text in different areas etc. The problem is ajax which works on the details page(directly on orders.php)breaks order editor . If you use order editor and hit update it doubles everything. Anyone here willing to take a crack at this? It would be great to have both. Install was actually fairly easy once my slow mind got working just a couple syntax errors that were easy to find and a fix listed on the ajax order editor contribution page for adding products. I can send the fixes if needed. Need a better coder than I to finish this up. ANY TAKERS?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Order Editor michael_s New osCommerce Contributions 0 04-28-2007 07:30 AM
Order Editor michael_s New osCommerce Contributions 0 04-28-2007 04:30 AM
Order Editor michael_s New osCommerce Contributions 0 04-27-2007 01:00 AM
Order Editor michael_s New osCommerce Contributions 0 04-20-2007 03:30 PM
Order Editor michael_s New osCommerce Contributions 0 02-25-2007 09:00 AM


All times are GMT -8. The time now is 08:16 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax