1.0.9.1 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by burt »

zipurman wrote: Tue Apr 30, 2024 7:40 pm A fresh install has all set to 12.
https://github.com/CE-PhoenixCart/Phoen ... 1107-L1112

col-sm-12 in the installation SQL ?
I am not here to build for you.
I am here to build with you. Let's help each other.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by zipurman »

burt wrote: Wed May 01, 2024 9:11 am col-sm-12 in the installation SQL ?
Strange. I am sure I didn't edit every one of them to set them all to 12. If I notice the cause, I'll let you know.
zipurman
-----------
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.0.9.2 Questions / Comments / Concerns : Release Sunday 5th May, 2024

Post by MyGamesShop »

There's not a thread yet for 1.0.9.2 or an upgrade .zip or instructions yet. So a bit hesitant to upgrade @ 29.05.2024
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by MyGamesShop »

After editing that col sm 12 thing above..
I still had a broken fresh install 1.0.9.1, unable to create accounts, To fix had to run the SQL in phpmyadmin

INSERT INTO customer_data_groups_sequence (customer_data_groups_id) VALUES (1), (2), (3), (4), (5), (6);
...
..
..


[section] of PhoenixCart/install/phoenix.sq from the latest github @ 29.05.2024
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by MyGamesShop »

Products purchased.
Maybe this just is in my install from an old database .. 1.0.9.3 if in admin I select Products Purchased and click on any in the list it takes me to the last listed item [20] regardless...

..its fine in Viewed Products.
Anyone else or am I BorkedIt..

Is there a way to clear Product Viewed/Products Purchased back to zero without going into the database?
I'm sure Zip's data addon has it ?
14Steve14
Senior Contributor
Posts: 920
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by 14Steve14 »

MyGamesShop wrote: Sat Jun 15, 2024 5:53 am Is there a way to clear Product Viewed/Products Purchased back to zero without going into the database?
I'm sure Zip's data addon has it ?
I don't understand why you would want to restart the counter for products purchased or products viewed. You would lose the true figure.

If you want to see products sold over a defined period then you need an addon or something coded to suit your needs. Not too sure whether you could add a hook into a report page to allow sorting and dates. Could be worth investigating to increase the usefulness of the page, but I expect it will require a whole new page being created, but I am sure it could be done.
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by MyGamesShop »

Thanks Steve, because after 4 years of bots the stats are not relevant to actual views. All of the top 20 views show products that haven't actually sold and some of them are so obscure nobody would have searched on them.

Best Products Purchased: shows products as best sellers that had multiples of the same product sold. Imagine that i sell 5 cent metal washers and somebody buys 100..Its a top seller.... but not what I wanted to be in that list.

Anyway..

The question was about Clearing them, and is there an error in Phoenix or my install as to clicking on ANY products purchased show the last listed one in the list.

Now I have another issue, Phoenix dropped support for the term '.jpeg' in admin/includes/actions/catalog/insert_product.php & insert_catagory.php

I added it back, like this:
set_extensions(['png', 'gif', 'jpg', 'svg', 'webp', 'jpeg'])

Are there any other places in Phoenix that I should update?
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by heatherbell »

MyGamesShop wrote: Tue Jun 18, 2024 3:54 am I added it back, like this:
set_extensions(['png', 'gif', 'jpg', 'svg', 'webp', 'jpeg'])

Are there any other places in Phoenix that I should update?
Go to the Phoenix Cart GitHub repository - https://github.com/CE-PhoenixCart/PhoenixCart
Search the repository for 'png', 'gif', 'jpg', 'svg', 'webp'
That will include all the files - https://github.com/search?q=repo%3ACE-P ... &type=code
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by MyGamesShop »

heatherbell wrote: Tue Jun 18, 2024 2:20 pm
MyGamesShop wrote: Tue Jun 18, 2024 3:54 am I added it back, like this:
set_extensions(['png', 'gif', 'jpg', 'svg', 'webp', 'jpeg'])


Moocho luv burt.. has fixed

https://github.com/CE-PhoenixCart/Phoen ... 836b234f4e

did you reproduce the 'Best Viewed Products' where clicking on any of the listed item shows only the last listed on the page?
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: 1.0.9.1 Questions / Comments / Concerns

Post by heatherbell »

MyGamesShop wrote: Thu Jun 20, 2024 3:15 am did you reproduce the 'Best Viewed Products' where clicking on any of the listed item shows only the last listed on the page?
If you are developing your own store, you should have a Clean Install to check.
As recommended in the User Guide:
https://phoenixcart.org/phoenixcartwiki ... _Test_Shop


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply