stil1le
Forum Replies Created
-
Unfortunately same problem. After the update, almost nothing worked anymore. Horrible. I don’t like continuing to install “Helper”. First back to 2.2.2
Forum: Plugins
In reply to: [shipcloud for WooCommerce] Kompatibilität mit GermanizedHier der Link zur letzten Version vor 2.*
Damit funktioniert erst einmal wieder alles.
Vielleicht hilfts …https://github.com/shipcloud/shipcloud-for-woocommerce/archive/refs/tags/1.14.2.zip
- This reply was modified 4 years ago by stil1le.
Forum: Plugins
In reply to: [shipcloud for WooCommerce] Kompatibilität mit GermanizedHallo, das stimmt leider und ich gehe fest davon aus, dass es ein Bug ist.
Es gibt keinen Zugriff mehr auf die von Germanized in der Bestellung bereitgestellten Sendungen. Das wird jedoch direkt irgendwo im Code unterdrückt, so dass der Punkt “Sendungen” in der Ansicht zwar wieder aktiviert werden kann, jedoch nichts passiert. Nach Aktualisierung der Seite ist das Kästchen wieder deaktiviert. Sehr ärgerlich. Ich versuche wieder den Downgrade.läuft. Super. Danke!
Hi, as I wrote above. Was fixed with an additional check
! is_cart ()built into ‘woocommerce germanized pro’, wp-content/plugins/woocommerce-germanized-pro/includes/class-wc-gzdp-vat-helper.php. I probably can’t (or shouldn’t) publish the whole code here. Was also a more specific problem. You can find more details in the helpdesk at germanzied pro and search for the ticket (https://vendidero.de/tickets/amazonpay-nach-login-kein-weiter-zur-kasse-button-im-warenkorb-mehr).Hi, the issue is not caused by AmazonPay!
Here 2 other plug-ins interfere (woocommerce germanized pro and Angeleye PayPal). There may also be another local problem in our shop.
Below is the solution description from Dennis (woocommerce germanized):
“The problem arises in connection with the “woocommerce Germanized” VAT ID check and the Angeleye PayPal plugin. Whatever the reason, the check is_checkout () on the shopping cart page returns true, which means that our plugin calls WC () -> checkout. This in turn means that the payment gateway is initialized (probably too early), which in turn leads Angeleye to assume that they have to hide the shopping cart button via CSS as follows:
input.checkout-button, a.checkout-button, .button.checkout.wc-forward, a.checkout-button.wc-forward {
display: none !important;
}I now have the additional check in our code temporarily! added is_cart () (which is normally not necessary) – now it seems to work. In any case, something seems to go wrong with you, which means that the cart is interpreted as a “checkout”. I will include the addition in the next update, then the problem should no longer occur. As long as you can take over the file: wp-content / plugins / woocommerce-germanized-pro / includes / class-wc-gzdp-vat-helper.php in your live shop”
… its fixed in the latest update of woocommerce germanized pro.
but the fundamental problem is that the “cart” is interpreted as a “checkout” at some point (or by a plug-in), only then does Angeleye PayPal PlugIn hide the button. Really tricky;)
hope that helps
- This reply was modified 6 years ago by stil1le.
Hi James,
thank you very much. I had a ticket by germanized too, but the author of woocommerce germanized told me, that the problem must caused with amazon pay if the button is just hidden when a user is logged in with amazon pay.
I will try again there.Hi James,
yes, basically no 4 exactly describes my problem. “Proceed to checkout” is no longer displayed on the shopping cart page. The button is hidden (as long as I am not logged out of AmazonPay).
There is still one difference here. I use the multi-level checkout with “Woocommerce Germanized” (vendidero). With this plug-in there are now 3 levels in the checkout:
1. Enter the billing and delivery address
2. Choose payment methods
3. Order review and terms and conditions confirmationTo log out of AmazonPay and use another payment method, I first have to go to step 2 in the checkout. However, since the “proceed checkout” button is hidden in the shopping cart as long as I am still logged in to Amazon, I cannot change the payment method either because I cannot get there.
If I log out of Amazon in the checkout after checkout was not successful (or something like that), … no problem! the button in the shopping cart is back.
But if I dont log out and click on the shopping cart again during the checkout process (for example, because I want to look at it again, I can’t get any further.
I use Theme Dekor (TemPlaza). WC 3.7.0. and AmazonPay 3.8
same problem.
I use a shipping plugin, the payed version of “WooCommerce Advanced Shipping”
In this case, own shipping methods are created. These can not be included in the DHL PlugIn.
Do you have any idea how to solve this?Tank you.