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.
Hello again,
The cache fixed solved my problem. But I use table discounts to do 90 percent of our store.
I am trying to take off $99 from an invoice. Which I was able to do. But with this new plugin my Table discounts dont show up right inside the invoices.
Sub-Total: $2,915.50
United States Postal Service (Priority Mail International®): $96.14
Table Discounts: $1,356.00
Discount Coupon: Credit : $99.00
Total: $2,912.64
That should be alot smaller of a total.
Any ideas? I tried looking for a solution but cant seem to find one.
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.
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
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