It should take away from the subtotal. Instead its added in to the total. So instead of the total only being around $1000. Its almost $3000
http://www.thatsoftwareguy.com/zenca...discounts.html
Thank you,
Rob
It should take away from the subtotal. Instead its added in to the total. So instead of the total only being around $1000. Its almost $3000
http://www.thatsoftwareguy.com/zenca...discounts.html
Thank you,
Rob
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
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.
I knew I forgot something...
Edit Orders 4.1.2
Thanks
Mona
Hi,
I have installed Edit order 4.0 in Zencart 1.5.1.
I have Product Qty in Fraction. i.e. 0.5
So when i edit any order having product ordered with QTY 0.5 and update that order, Product gets disappeared from order.
Is this bug or what? How to fix?
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.
Sorry i haven't check exact version and said 4.0 because thread title.
But the version i am using for edit order is latest 4.1.2
Try making the following change (to Edit Orders 4.1.2) and let us know if it solves the problem for you (if you report it fixes the issues - the code will be added to the next release of Edit Orders).
Edit "/admin/edit_orders.php". Around line 245 change the int cast to a float cast. The original code looks like:
After making your changes the code should look like:Code:$_POST['update_products'] = zen_db_prepare_input($_POST['update_products']); foreach($_POST['update_products'] as $orders_products_id => $product_update) { $product_update['qty'] = (int) $product_update['qty'];
Code:$_POST['update_products'] = zen_db_prepare_input($_POST['update_products']); foreach($_POST['update_products'] as $orders_products_id => $product_update) { $product_update['qty'] = (float) $product_update['qty'];
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
Bookmarks