Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Delete Facebook Business Extension settings directly #275

Closed
Ashon95 opened this issue Oct 14, 2019 · 3 comments
Closed

Delete Facebook Business Extension settings directly #275

Ashon95 opened this issue Oct 14, 2019 · 3 comments

Comments

@Ashon95
Copy link

Ashon95 commented Oct 14, 2019

@Ashon95 To re-setup the Facebook Business Extension with a new set of settings, you will need to delete away the existing settings. This can be done easily from the Facebook Business Extension screen, see this video - https://drive.google.com/open?id=1PenBy_xizQGszdiS5BrmVFPypn5HKnkL

For deleting of the settings from the SQL, this is only for rare cases, where the Facebook Business Extension is unable to load and display.

We will be closing out this ticket. Feel free to reach to us if you have further questions.

Originally posted by @shue249 in #273 (comment)

@Ashon95
Copy link
Author

Ashon95 commented Oct 14, 2019

Can you tell me where to details in the database is to delete details of the facebook login as i get this error every time i click manage settings - http://prntscr.com/pj42q0

@shue249
Copy link
Contributor

shue249 commented Oct 15, 2019

@Ashon95 Thank you for the feedback, and we apologise for the not ideal situation.

The SQL will be:

DELETE FROM oc_setting WHERE code = 'facebook';

You can do a select first to check if the data is correct:
SELECT * FROM oc_setting WHERE code = 'facebook';

Note that I used oc_setting as the table. The prefix "oc_" is dependent on what you choose when you setup OpenCart initially (the default is oc_).

@shue249 shue249 changed the title @Ashon95 To re-setup the Facebook Business Extension with a new set of settings, you will need to delete away the existing settings. This can be done easily from the Facebook Business Extension screen, see this video - https://drive.google.com/open?id=1PenBy_xizQGszdiS5BrmVFPypn5HKnkL Delete Facebook Business Extension settings directly Oct 15, 2019
@Ashon95
Copy link
Author

Ashon95 commented Oct 15, 2019

Thank you that work like a charm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants