Issue with Google Analytics add-on - displays Install button even though it is already installed and activated

Hi,

I’m having an issue with the google analytics add-on. We’re using Cs cart version v4.17.1.

The addon is installed and activated, but it still displays the install button on the right side.

Tried deactivating it and activate again, cleared cache, still not working. The reason I need it to work is in order to change the google analytics code.

In the screenshot above is the old google analytics code.

Worst case scenario, is there a way I can download the addon and then install it again?

Thanks for the help,

Andreas

Have you tried uninstalling and reinstalling?

1 Like

Please try to execute the following SQL query to your database:

UPDATE cscart_addons SET install_datetime = 1748518727 WHERE install_datetime = 0

and check if you are still facing this issue.

1 Like

As I mentioned it before:

Worst case scenario, is there a way I can download the addon and then install it again?

If I unistall it, where I can get the addon again?

Clicking the ‘Uninstall’ button does not delete the add-on’s files. Instead, it deletes all the data that the add-on has stored in your store’s database.

You can install the add-on again later, but all its settings and data will be lost.

2 Likes

Will try it and get back to you :wink:

1 Like

Thanks, that did it, all fine now :wink:

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.