cjordan Posted December 12, 2007 Posted December 12, 2007 Hi folks, I ran across a problem when trying to manually mark a customer's purchase as delivered via the admin tool... at least it looks like a problem to me. reference the following screenshot: I looked in admin/includes/database_tables.php, but those tables don't seem to exist in there. First of all, I'm not sure how this ups tracking stuff got turned on. I'm using UPS Choice 1.8, but there's no mention in that module (at least in the admin sections for that module) anything about ups tracking. What am I missing? Where do I get these tables? I'm confused! :unsure: Thanks for any help anyone can give... Cheers, Chris
jonquil Posted December 12, 2007 Posted December 12, 2007 These could be found in the language files as "defines". Whatever page you're looking at in this screenshot, find the corresponding file of the same name in (admin) includes/languages/english/modules/shipping/filename.php For example: define('MODULE_SHIPPING_USPS_TEXT_OPT_PP', 'Parcel Post'); jon It's all just ones and zeros....
cjordan Posted December 13, 2007 Author Posted December 13, 2007 These could be found in the language files as "defines". Whatever page you're looking at in this screenshot, find the corresponding file of the same name in (admin) includes/languages/english/modules/shipping/filename.php For example: define('MODULE_SHIPPING_USPS_TEXT_OPT_PP', 'Parcel Post'); jon Thanks Jon. I did find some defines in that path, but none that match the ones in my screen shot. I don't remember installing anything that said it was going to be doing any ups tracking, so I'm confused. Obviously, these defines were meant to be added along with some contrib, but I don't have them and don't honestly know which contrib tried to add them. I suppose the most obvious guess would be UPS Choice 1.8. I was just hoping someone out there had run into this problem and could tell me where to get the added defines. Also, this makes me think that other stuff could be missing that I just haven't run across yet. Thanks for helping. Please let me know if you have any other ideas for me. I'm off to my musical rehearsal so I won't be on again until later tonight or tomorrow. Cheers, Chris
jonquil Posted December 13, 2007 Posted December 13, 2007 Search your backed-up site files using TextPad or other text editor for "UPS_TRACKING". You should find it somewhere :) jon It's all just ones and zeros....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.