pingouin
Forum Replies Created
-
support nul
merci pour votre très grande réactivité.
Nous n’avons pas la possibilité de synchroniser la commande avec boxtal.com, car les données recueillies du site WP sont intégrées dans un logiciel tiers de gestion des commandes pour tous nos sites.
Etant donné que le client choisit son point de retrait chronopost sur le site WP lors de sa commande, comment pouvons-nous récupérer le code du point relais, de manière informatique, étant donné que vous avez la possibilité de le récupérer en cas de synchronisation? Ce code se trouve-t-il dans un post meta ?
Forum: Plugins
In reply to: [WordPress REST API Authentication] MISSING_AUTHORIZATION_HEADERI tested with these modifications, the result is that the “Check Token” and “Test Configuration” buttons no longer work, there was no result in return.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP:Authorization} ^(.) RewriteRule . – [e=HTTP_AUTHORIZATION:%1] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
I then moved the two lines all over the code, still with the same result. The only time the buttons reacted was by placing the two lines after /IfModule>. But the message was again “MISSING_AUTHORIZATION_HEADER”
I must also tell you that the site is hosted on a Ionos shared server.
- This reply was modified 1 year, 11 months ago by pingouin.
Forum: Plugins
In reply to: [WP Meta and Date Remover] PHP Notice “Trying to get property of non-object”I have the same thing when a request from the internal search engine gives no result. ( on lines 205 and 207 of wp-meta-and-date-remover.php)