disable cart features

Open to all! Ask other shopowners for help.
ronc
Member
Posts: 30
Joined: Sun Apr 25, 2021 1:19 am
Phoenix Version:
Has thanked: 3 times

Re: disable cart features

Post by ronc »

ecartz wrote: Tue Sep 16, 2025 6:24 pm
ronc wrote: Tue Sep 16, 2025 5:38 pm Update: I think I see the problem. The user.css has been replaced. I assume I should copy user.css to the default folder and add the changes. Which folder is proper to put it in?
Copy from the default folder to override.
Thanks is that override or override/static


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: disable cart features

Post by ecartz »

ronc wrote: Tue Sep 16, 2025 6:31 pm Table 'i10133067_hygb1.importers' doesn't exist
This is telling you that the code is newer than the database. I.e. you did an update without the SQL changes. This could be a "Installtron broke" problem if they do the updates.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: disable cart features

Post by ecartz »

ronc wrote: Tue Sep 16, 2025 6:35 pm Thanks is that override or override/static
It goes the same place in override that it was in default, so templates/override/static/user.css
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: disable cart features

Post by azpro »

Table 'i10133067_hygb1.importers' doesn't exist
You are missing table "importers" - which is part of an update. So you probably forgot to run some update sql .... see viewtopic.php?f=10&t=2725
ronc
Member
Posts: 30
Joined: Sun Apr 25, 2021 1:19 am
Phoenix Version:
Has thanked: 3 times

Re: disable cart features

Post by ronc »

azpro wrote: Tue Sep 16, 2025 7:10 pm
Table 'i10133067_hygb1.importers' doesn't exist
You are missing table "importers" - which is part of an update. So you probably forgot to run some update sql .... see viewtopic.php?f=10&t=2725
is this the sql that is missing? Can I just run it now and I assume the best practice is to run any subsequent sql updates.
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: disable cart features

Post by azpro »

You need to work your way through all the steps Gary lines out in the update instruction - but if you only missed the SQL - then yes - see this post for the SQL:

viewtopic.php?p=18813#p18813
ronc
Member
Posts: 30
Joined: Sun Apr 25, 2021 1:19 am
Phoenix Version:
Has thanked: 3 times

Re: disable cart features

Post by ronc »

Thanks azpro, ecartz and burt
I will try this this week and let you know.
Unfortunately azpro I do not know the failure point as the install has been managed by Installatron. I can see when it stopped working; but that is all.

Ron


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