Yes, that is correct.
Yes, that is correct.
Can you post, from the server, your file for:
/your_secret_admin/orders.php
I just am not seeing the problem in v1.3.9h ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes of course, here you go:
You have an add on for Stock by Attribute ...
I do not know what all files this touches and if it would have any affect on the Downloads ...
What are the settings on the Product Attribute for the Download for the Maximum Days and Maximum number of Downloads?
What are the settings for the Configuration ... Attributes ... for the:
Download Expiration (Number of Days)
Set number of days before the download link expires. 0 means no limit.Number of Downloads Allowed - Per Product
Set the maximum number of downloads. 0 means no download authorized.
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Number of Downloads Allowed - Per Product -> 5
Download Expiration (Number of Days) -> 7
I have never touched those settings as I don't have download-able products so I am pretty sure those are "defaults".
I appreciate the time you're taking to help me out!
In phpMyAdmin ...
Check the table:
orders_status_history
and see what your have set for all records for the order for the:
orders_status_id
Check the table:
orders
and see what setting you have on this Order for:
orders_status
Also, could you post your file, from the server, for the file:
/your_secret_admin/includes/classes/order.php
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Ok for orders_status_history, the orders_status_id is set to all different things depending on the transaction. I am not sure if you want me to post them here?
As far as orders go, its not one specific order, its all orders that are doing it.
I do not know what all problems that old file for:
/admin/includes/classes/order.php
might have on other things, but regarding the dropdown, the problem is you have change the code around line 119 to:
and in a clean order.php class file, that line is suppose to read:Code:'orders_status' => $order_status->fields['orders_status_name'],
Code:'orders_status' => $order->fields['orders_status'],
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I did that and it fixed it. Thank you very much for your help, I really appreciate it!
You are most welcome ... just took a bit to hunt down the cause ...
NOTE: I don't know the affect this has on your Orders as to why it was changed in the first place ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!