cedus
Forum Replies Created
-
Hi Gerroald,
I’m sorry for the late reply.
We’re experiencing the same issue on another site now.
Amazon Pay:
10-23-2019 @ 10:40:46 - WC_Amazon_Payments_Advanced_API::request - Error: cURL error 60: Peer's certificate issuer has been marked as not trusted by the user.
PayPal Plus just does not complete the order and stays in “Awaiting Payment”.
This issue seems to go away if advanced protection is turned off.
Logged in customers (with user accounts) can complete their purchase without problems but guests (sometimes?) get refused.
The firewall does not show any blocked entries.Thank you,
Chris@petschko super, das w?re toll, habe hier auch noch ein widerspenstiges Amazon Pay ^^
@aweissinpsyde Danke, das klingt schon etwas mehr nach Support.
Ich habe jetzt PayPal direkt geschrieben.
@petschko Kannst du mir deinen Code per PN schicken bitte?
Siehe auch: https://www.ads-software.com/support/topic/bugexpress-checkout-button-on-single-product-allows-purchase-of-parent-products/
Gleiches Problem.Andere Express-Checkout-L?sungen schalten den Button in dieser Situation nicht frei.
Edit: Wir sind übrigens drauf gekommen, weil eben genau unvollst?ndige Produkte bei einem Shop auf dem Lieferschein und in den Bestellungen gelandet sind.
Hi Andreas,
sorry, aber du scheinst es nicht verstanden zu haben. Das ist keineswegs gel?st.
– Er nimmt den Preis der ersten Variante und den Titel / die Artikelnummer vom Vaterartikel.
– Der Vaterartikel hat eigentlich keinen Preis in WooCommerce.
– Der “Zum Warenkorb hinzufügen”-Button geht erst nach Variantenauswahl
– Der PayPal-Express-Button sollte eigentlich ebenso deaktiviert sein, wie der WooCommerce-Button (sofern keine Variante ausgew?hlt ist)Hi Shadi,
thank you for your reply.
– How many orders are you selecting at once?
Usually we select around 100 to 150 orders in bulk, but I think the limit should be higher.– To be clear you are saying no hook is being fired for bulk only, correct?
Imho one do_action after successful single label creation should be enough (afaik you’re looping through the orders with bulk creation, so it would be best).
This hook would be perfect with parameters like order_id and label_url.I found only one do_action and it did not fire at all for us. (I think it only applies on Deutsche Post International and we’re using DHL Paket)
– Is address 2 filled in with the street number in these cases?
_shipping_address_2 is filled with values like “c/o Gretchen” or “Store in fridge if noone answers the door” (<- This is common usage and OK if we’re uploading a csv to DHL Customer-Portal). Currently we need to copy these values into _shipping_company to create labels.
_shipping_address_1 is “streetname housenumber”.– We will have to discuss how and when to add this feature internally.
That would be awesome, right now we check the total weight and modify the dhl_weight to an acceptable value and create an export to upload to DHL manually.Hi Amantha,
this was a problem with DHL not the plugin.
Had us affected too but it has nothing to do with this support thread.Resolved: This was a compatibility issue with the Divi theme. Post per pages was set to 5 in the theme options. The Events Calendar did not prioritze it’s own option over the theme option. Setting Divi to the same amount of posts per pages as The Events Calendar resolves the issues.
Hi,
ok, that means if nothing is registered or blocked in live-view then the normal firewall nor the “advanced protection” interferes in any way with the action?
Thank you for your quick answer. I’ll look into this. ??
A quick follow up for others, this is how I got it done (in a tiny plugin):
function paypal_language_filter ($filter){ if(defined('ICL_LANGUAGE_CODE')){ if(constant('ICL_LANGUAGE_CODE') == 'de'){ $filter = plugin_dir_url( __FILE__ ).'images/paypal_express_de.png'; } } return $filter; } add_filter('woocommerce_paypal_express_checkout_button_img_url','paypal_language_filter',100);
Hi Thomas,
sort of, I think it should load based upon the WPML language code if possible.
Or just give it a string to be manually edited.
Thank you, Linda.
Customers should see the button in their respective language to gain their trust.
EDIT: There is another line with the same code in the same file which has to be edited for translation.
Forum: Plugins
In reply to: [WooCommerce] Bulk image import not working with WC3.2.1Update: Seems to be an issue with WooCommerce Germanized, after deactivation it’s working.