Search found 16 matches

by Phil
Mon Sep 09, 2024 3:46 pm
Forum: Community Help & Support
Topic: Add a customer from admin?
Replies: 3
Views: 2394

Re: Add a customer from admin?

Following up on this, seems like it is a great idea to have the ability to add customers, even edit/add orders in the admin panel.
by Phil
Mon Apr 01, 2024 1:12 pm
Forum: Community Help & Support
Topic: Change default sort order in Product Listings ?
Replies: 4
Views: 1944

Re: Change default sort order in Product Listings ?

Thank you for the pointers again, modifying that query actually works :) (beverage on the way, heh)
by Phil
Sun Mar 31, 2024 3:24 pm
Forum: Community Help & Support
Topic: Change default sort order in Product Listings ?
Replies: 4
Views: 1944

Re: Change default sort order in Product Listings ?

Thank you for the quick and detailed answer. That addon seems too elaborate for my needs. The second link is not visible to me (no access to VIP I suppose). Modifying the core file worked, thanks for pointing me in the right direction!! What about the Admin panel "Categories/Products" defa...
by Phil
Sun Mar 31, 2024 1:36 am
Forum: Community Help & Support
Topic: Change default sort order in Product Listings ?
Replies: 4
Views: 1944

Change default sort order in Product Listings ?

Is there a way to change the default sort order in product listings? Seems there is nothing in the admin panel, the default sort is by "Name" and I'd like to change it to "Model", how to approach that, what files should I look at? I already have a custom template set and looking ...
by Phil
Thu Sep 28, 2023 6:05 pm
Forum: Community Help & Support
Topic: Issue with new orders
Replies: 20
Views: 5841

Re: Issue with new orders

Following up on that again.. I may have found the issue finally, and of course it was completely my fault. I noticed about 100 lines missing from the "customers_info" table in the new database compared to the old one. This caused 100+ users not to show at all under "Customers" in...
by Phil
Mon Sep 11, 2023 3:14 am
Forum: Community Help & Support
Topic: Issue with new orders
Replies: 20
Views: 5841

Re: Issue with new orders

Following up on this, after comparing the databases they seem almost identical. There are a couple of small differences: 1. utf8 vs. utf8mb4 Live install is: utf8_unicode_ci Fresh install: utf8mb4_unicode_ci 2. in customers table password default NULL vs NOT NULL: Live: `customers_password` varchar(...
by Phil
Mon Sep 11, 2023 2:49 am
Forum: Community Help & Support
Topic: Fresh install "problem importing the database"
Replies: 1
Views: 644

Fresh install "problem importing the database"

Just providing this as a reference here in case anyone else encounters this issue while installing the latest Phoenix cart... Created an empty database and user on the server, uploaded all files, changed permissions on configure files, and started the web install. It got stuck on: There was a proble...
by Phil
Sun Sep 10, 2023 5:13 pm
Forum: Community Help & Support
Topic: Issue with new orders
Replies: 20
Views: 5841

Re: Issue with new orders

I'm slightly concerned... I have a couple of new orders that have all customer info now, and one new order with empty customer info. I am somewhat concerned as well, even though I thought I've followed upgrade instructions. I will work on following your suggestions above in comparing databases and ...
by Phil
Fri Sep 08, 2023 6:47 pm
Forum: Community Help & Support
Topic: Issue with new orders
Replies: 20
Views: 5841

Re: Issue with new orders

Omar_one wrote: Fri Sep 08, 2023 6:40 pm there was same king of issue and @ecartz give a fix for it viewtopic.php?p=6123#p6121

I am not sure if this will help with your issue
Thanks, but I'm not authorized to view the VIP forum I suppose ;)
by Phil
Fri Sep 08, 2023 6:46 pm
Forum: Community Help & Support
Topic: Issue with new orders
Replies: 20
Views: 5841

Re: Issue with new orders

Contents of /includes/system/versioned/ should be 22 Folders with 85 files. Not more not less. Done. I am not sure where the extra versioned folders came from, possibly from old upgrades. 1. Removed the old "versioned/..." directories, replaced with a fresh copy from 1.0.8.20. 2. Placed a...