User
Forum Replies Created
-
Today, everything is functioning as expected. It seems there might have been an issue with the DHL Rest API connection yesterday.
Yes, unfortunately it did not work, thus I had to change it to the
Old API (SOAP).Forum: Plugins
In reply to: [Shiptastic for WooCommerce] Question About “Pick & Pack” Box Fit CalculationThanks for the quick answer! Great to hear that. Is there a shortcode or function that I could enter an order no and retrieve the best fitting package for that order?
Perhapswoocommerce_gzd_shipments_item_fits_packagingfrom https://vendidero.de/doc/woocommerce-germanized/shipments-hooks?
Kind regardsThank you for your prompt response. I can confirm that all my plugins were updated, meaning I migrated from the latest previous version of Germanized.
To investigate further, I have tested the following code by running it in WP Code:// Test API endpoint with cURL
function test_dhl_api($url) {
// Set up cURL
$curl = curl_init($url);
// Set options for the request
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HTTPHEADER, [
'Content-Type: application/json', // Adjust content type if necessary
'Authorization: Bearer YOUR_API_TOKEN_HERE', // Replace with a valid token if required
]);
// Execute the request
$response = curl_exec($curl);
// Check for errors
if (curl_errno($curl)) {
$error_msg = curl_error($curl);
echo 'cURL Error: ' . $error_msg;
} else {
echo 'API Response: ' . $response;
}
// Close the connection
curl_close($curl);
}
// Run the test function
test_dhl_api($url = 'https://api-eu.dhl.com/parcel/de/account/auth/ropc/v1/');The response:
API Response:
{
"amp" : {
"name": "pp-account-auth-ropc",
"version": "v0.9.10",
"rev": "13",
"env": "prod-eu"
}
}So seems that Cloudflare is not blocking it.
Using the
Old API (SOAP), it works: https://imgur.com/BRXUrCe
But immediately after switching to theNew API (REST)it stops working: https://imgur.com/p7nYKn0
Perhaps any other change?
Kind regardsOlá @donatelol,
A equipe de suporte do Mercado Livre me contatou e o problema foi solucionado da seguinte forma: precisei liberar os seguintes IPs (no meu caso, uso o Cloudflare Free):
54.88.218.97
18.215.140.160
18.213.114.129
18.206.34.84
Desde então, tudo está funcionando novamente.
Espero que a equipe desenvolvedora por trás do plugin adicione o ping desses IPs automaticamente na página inicial do plugin, sinalizando a necessidade de liberar esses IPs. Acredito que alguns sejam IPs dos EUA, e por isso tive problemas.
AtenciosamenteHi @femiyb,
Thank you for your quick response.
I am using the latest version (Version 2.9.6). All my plugins are using are updated to the latest version.
I have tested it once again by opening the/wp-admin/admin.php?page=wc-ordersand after clearing cache for Cloudflare and nginx, and Redis cache flush the deprecation warning is not being shown anymore.
Thank you for your support.
Kind regardsPrezados,
Registrei um atendimento por meio do link informado acima, incluindo os logs pertinentes.
Como sugestão de melhoria: observei que a “Central de Atendimento” não oferece uma opção clara para abertura de tickets relacionados ao plugin WordPress. Além disso, não consegui anexar arquivos .log, sendo necessário tirar uma screenshot, o que não é o ideal.
Enfrentei o mesmo problema novamente hoje e, sinceramente, estou considerando buscar serviços alternativos devido a este bug.
AtenciosamenteForum: Plugins
In reply to: [Germanized for WooCommerce] Germanized autoloaded optionsHi Dennis,
Thanks for the update! I appreciate knowing that this is on the roadmap for reevaluation. Looking forward to the upcoming improvements.
Kind regardsForum: Plugins
In reply to: [Germanized for WooCommerce] Order Note to InvoiceHi Dennis,
Adding a “Paragraph” block with the code below and “Typography” size “Tiny” (“S”) worked.[if_order data="customer_note" compare="nempty"]
Bestellhinweise: [order data="customer_note"]
[/if_order]Many thanks!
Estou enfrentando o mesmo problema…
Hi @kushnamdev, no worries. In the meantime I have changed the cache plugin because of this issue. So this ticket can be closed. Thanks
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Google Maps Placeholder Not WorkingFor future reference, the following solution proposed by the Complianz support team proved effective:
1) Navigate to: WP-Admin > Complianz > Integrations > Script Center > Block a script, iframe or plugin > Add new
2) Configure the Script Block:
Name: Google Maps Fix (or similar)
URLs to Block Before Consent:https://www.google.com/maps/embed?...(use the same Google Maps embedded URL where the placeholder was not functioning)
Enable Placeholder: Mark this option
Target Div Class or ID:google-maps-complianz(or similar)3) Save the Settings: Click “Save”.
4) Edit the Google Maps HTML and add the div class or ID (e.g.
google-maps-complianz) to the Google Maps embedded “Class ID”.Hi @ionutn, thank you for your answer. As mentioned in my original post, my “debug.log” file does not provide any relevant information.
Now when I press the “Enable Page Caching Now” button, I see the “Page cache enabled successfully”
window but when I press “Ok” it comes to the same initial screen, showing the “Enable Page Caching” information.
My server logs just show: “”POST /wp-admin/admin-ajax.php HTTP/1.0” 200 1242 “https://WEBSITE.COM/wp-admin/options-general.php?page=wp-cloudflare-super-page-cache-index” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0″”
Thanks and kind regardsForum: Plugins
In reply to: [Phoenix Media Rename] Bad gateway (Error code 502)Thanks for the quick solution! Yes, for me it’s also working now.
Forum: Plugins
In reply to: [Phoenix Media Rename] Bad gateway (Error code 502)Hi @crossi72, many thanks for the update and for the great support! Kind regards