Piotr Szcze?niak
Forum Replies Created
-
Hello, thank you for the solution.
Adding ‘_wpcf7_unit_tag’ to the POST request solves the issue.
This tag was implemented in February’s update — https://contactform7.com/2024/02/05/contact-form-7-587/.
When I asked ChatGPT for help I got this answer:
—
The
_wpcf7_unit_tag
is a hidden field that Contact Form 7 uses for internal tracking. When you submit a form, Contact Form 7 expects this field to be included in the POST request. The value of this field is usually a string that starts withwpcf7-f
followed by the form ID and a dash-
and then a random number.If you’re making a POST request manually (like in your Next.js code), you’ll need to include this field in your
formData
object. The value can be any non-empty string, but it’s a good practice to follow the format that Contact Form 7 uses.Here’s how you can modify your
formData
object to include the_wpcf7_unit_tag
field:let formData = { // your other form fields here... _wpcf7_unit_tag: 'wpcf7-f' + formId + '-123' };
In this example, replace
formId
with the actual ID of your form and123
with any random number. Then, you can use thisformData
object in your fetch request.—
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issue@ihereira – just done it, thanks!
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issueHello @darrenn123!
Thanks for your remark. However, I don’t know how to solve it as everything is done by the plugin itself. Can you explain more?
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issuehello @ihereira!
Stock management had been enabled.
Default Google product category set.
Debug mode is on. As well as “Use new, memory improved, feed generation process.”Synced products again. No new logs were saved. Only the logs from Jan 5th, 2023, one of the lines goes like this:
01-05-2023 @ 23:08:21 - Une erreur est survenue lors de la tentative de synchronisation des produits à l’aide de l’API Catalog Batch pour la tache db3266b22d0e0e208c702bf0e5e3189b : Impossible de créer l’instance d’API car le jeton d’accès est manquant.
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issuehi there @ihereira!
The problem persists. No recent logs from the plugin…
Any ideas, where to go from here?
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issueHello @anastas10s!
Thanks for checking out the pixel on our site. We used this plugin before too and we were able to see all the details you shown on the screenshots.
I have also disabled caching tools on our site and pressed “Facebook: Reset all products”. The process is running in the background as the notification said.
15 minutes after the reset, we checked, and the errors still remain the same with the sync.
I’m going to check again in an hour or so. How long do you think it should take?
Forum: Plugins
In reply to: [Facebook for WooCommerce] meta details sync issueHello @xue28
Here’s the system report (I couldn’t paste it here) in the link: https://boutique-allboards.fr/wp-content/uploads/2023/01/system-report.txt
Here are the screenshots showing the details of the product after syncing via the plugin (view on the Facebook manager site) and errors about the products we get:
https://tinyurl.com/2exmdvjj
https://tinyurl.com/2oevb9uv
https://tinyurl.com/2hj3qtbd
https://tinyurl.com/2lgqv49bHope that’s enough for you to get an idea of what may be wrong.
Thanks!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Product Sync doesn′t work properlyHello,
We’re having slightly different issue: we just connected our store via this plugin to our Facebook page. Products sync with meta details but Facebook throws an error that price, id, url, are missing but in fact they do show.
As far as I can see depending on shipping options settings – if you have a zone limited to postcodes then the zip code filed should become obligatory, but if the zone is not limited the field could be left empty.
Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] 404 after updating ver. 2.3.6Yes, same here. All the products show 404. Lucky me I did the entire site backup where I have Version 2.3.5. Even installing 2.3.6. and rolling back doesn’t reverse the site to the previous state…
- This reply was modified 2 years, 4 months ago by Piotr Szcze?niak.
Thanks, I have just created a ticket to your support.
Hello!
Do you have any way to demo it so I can see if it will fix my case?
edit: this one doesn’t work: https://demo.algolplus.com/wp-admin
- This reply was modified 2 years, 4 months ago by Piotr Szcze?niak.
Hello!
Thanks for your msg. I will need to try the pro version in such a case.
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed page in iframe keeps reloadingThanks, I will try this way and let you know.
Forum: Plugins
In reply to: [LiteSpeed Cache] litespeed page in iframe keeps reloadingthat’s an option, but what if my users are guests 100% of time? will i lose an option to serve them a cached site?