Installation¶
Upload the module¶
- Log in to your PrestaShop backoffice.
- Go to Modules > Module Manager.
- Click Upload a module (top right).
- Select the
fabfacebookpixel-x.x.x.zipfile you downloaded. - PrestaShop will upload and install the module automatically.
Activate the module¶
If the module is not activated automatically after upload:
- In Module Manager, search for "Facebook Pixel".
- Click Install next to Facebook Pixel + Catalog Export.
Open the module dashboard¶
After installation, click Configure on the module entry in Module Manager, or navigate to:
Modules > Homepage (the module registers a backoffice tab called Homepage under the Modules section).
You will be taken to the Vue-powered SPA dashboard.
First-run checklist¶
- [ ] Configure at least one pixel with a valid Pixel ID and Conversions API token.
- [ ] Open Meta's Test Events tool and trigger a page view on your storefront to verify events are arriving.
- [ ] Configure Catalog Settings if you intend to export your product feed.
- [ ] Create at least one Catalog Export configuration and schedule it via cron.
- [ ] Enable Iubenda integration if you use Iubenda for consent management.
Uninstalling¶
Go to Module Manager, find the module, and click Uninstall. This removes all database tables created by the module (fbp_pixel, fbp_pixel_setting, fbp_event, fbp_guest_context, fbp_catalog_exporter, fbp_category_mapping, fbp_attribute_mapping, fbp_cache_setting, and taxonomy tables).
Warning
Uninstalling the module deletes all pixel configurations, catalog export configurations, and stored events. This cannot be undone.