The "Table Discounts" module is commercial. I do not own a copy of the module and as such am not able to look at the source code to determine the exact cause of the problem.
By default the order total values are passed to and from the Zen Cart database untouched... So if they are entered as negative they stay negative and if they are entered as positive they are left as positive... Which works for about 85% of order total modules.
Some order total modules do need special handling if the modules expect certain global variables or session variables to be populated. It is possible "Table Discounts" is one of these modules will require some special handling. Without knowing the special handling required... It will be hard for us to help you.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
version is EDIT ORDERS 4.1.2, Zen Cart 1.5.1
Ok the error was this:
[10-Oct-2013 10:15:32 America/New_York] PHP Fatal error: Call to undefined function GetRewardPoints() in /home/creative/public_html/includes/modules/order_total/ot_reward_points_display.php on line 40
Thing is that the rewards mod doesn't touch the code in the admin that I know of. Other mods (I have a lot) are Adv Shipper Mod, Rewards Mod, Monthly Sales...those are the big ones.
I also wanted to note that although I can add or delete products, the subtotal does not change. The product pricing will but the subtotal stays the same as the original order
Ummm, but clearly it affects order totals which means when you administer orders, errors could indeed show up in the admin -- otherwise you wouldn't get this error message, right???
The "call to an undefined function" error says that the issue is possibly with your Rewards Points module.. I would take a look at your Rewards Points module and make sure it's installed correctly..
So going back to my original response to you requesting more information.. you still haven't answered:
What other modules do you have installed??
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Didn't know where were two...sorry
Reward Point Full Suite
I was able to go into the database and correct the totals but when they were corrected, it also shifted the arrangement of the items. Previously you would have SubTotal, Shipping, Coupon, Total and then Reward Points. After database change, the order is now Shipping,Rewards Points,SubTotal, Total and then Coupon. Only the order changed in the database has this change in invoice order. For the meantime, I'm hoping it's isolated to this one order and leaving it be (unless you have a suggestion). I have to leave town for a week but will post again if problem keeps happening
Hello
I am having a problem with Edit Orders.
When we go to edit the quantity amount in an order, it will delete items from the order that have a .5 quantity amount. .5 is our minimum order amount on many items. This happened on an order where there were 8 line items ordering .5 and 3 line items with larger amounts, when she adjusted the larger amount from 3 to 2 and hit update, it removed the line items that had .5 (unadjusted) in the quantity amount.
I looked through the thread and didn't see anything that could help.
Zen version 1.5.1
add ons
Fuel Slim box
Image Handler 4
CKEDITOR
Column Layout Grid
Simple Google Analytics
CEON URI MAPPING
SITEMAP XML
Cross Sell Plus Advanced Sell Combo
Multi Cross Sell
SALES REPORT
Email Address Exporter
Edit Order - INSTALLED
CSS/JS loader
Fast and easy checkout
url - www.QuiltsInMontana.com
Can anyone help me out please?!
Mona
If an error occurs in an Order Total module such as "reward points" it will cause problems with order totals in "Edit Orders". The most common issue we see with Order Total modules is many are not coded to work when loaded in the Zen Cart admin interface. This is documented in the readme.
Most likely your "reward points" module includes some additional files (such as extra_functions) which are not available to the admin (and not loaded on the fly by the order total module at runtime if needed). Easiest solution would be to copy the relevant files (probably a file in "/includes/functions" or "/includes/functions/extra_functions") to the corresponding location on the admin side of Zen Cart.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker