chezzone
Forum Replies Created
-
Lastschrift in der Sandbox ist ein Mysterium đ Da mĂŒsstet Du dich vielleicht mal an den Tech-Support von PayPal wenden : https://de.paypal-techsupport.com/app/ask
Die Meldung “Zugriff nicht erlaubt” bedeuted meist, dass PayPal-Plus nicht fĂŒr dein PayPal-Konto freigeschaltet ist – beim PayPal Kundenservice anrufen und abklĂ€ren.
Beste GrĂŒĂe
- This reply was modified 8 years, 9 months ago by chezzone.
You should see the shipping addresses on the transaction details in your PayPal account. Only the confirmation emails are impacted. Seems to be a general bug at PayPal systems. Not related to this plugin!
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] PayPal PLUS wird nicht im Checkout angezeigtIch hab mir mal deine Seite http://www.magdeburgerkind.com angeschaut. Könnte vielleicht an einem fehlenden SSL-Zertifikat liegen. Meines Wissens setzt die Nutzung von PayPal-Plus eine SSL-VerschlĂŒsselung voraus.
Nice2know:
Abgesehen davon, sollte man eh SSL im Checkout nutzen, da Du sicherstellen musst, dass die Daten deiner Kunden sicher zu dir ĂŒbertzragen werden. Obendrein ist das sogar abmahnfĂ€hig đForum: Plugins
In reply to: [PayPal Plus for WooCommerce] PayPal API Daten////
Sorry, das wÀre ein Doppel-Post geworden. Bitte ignorieren! Danke- This reply was modified 8 years, 11 months ago by chezzone.
Forum: Plugins
In reply to: [WooCommerce] Why Paypal Express Checkout Witout OVerlay WindowWhat you mean is PayPal’s “In-Context Checkout”. This function is deprecated. Will not work for new integrations.
https://developer.paypal.com/docs/classic/express-checkout/in-context/enable_in_context_checkout/
- This reply was modified 8 years, 11 months ago by chezzone.
Forum: Plugins
In reply to: [The Events Calendar] German translationAnd that’s exactly what I don’t want to do – litter up my site with more and more plugins. In this case to translate 4 or 5 terms?
I’ve translated the files with a tool that comes from the Loco translate developers, difference is that it is an online tool to edit the .po and .mo-files. I did it for my theme, for woocommerce and more – worked fine every time. But not with the evetns-calendar plugin.
So any other suggestion?
Forum: Plugins
In reply to: [WooCommerce] Paypal error messageIf your website is this one: https://www.4elements.me …!??!
I can throw in a quick suggestion
You only sell a PDF-book or something (my french skills are at a very low level ;)! Sometimes you need a special feature enabled on your PayPal-account to sell digital products. Contact PayPal and ask them to enable the “digital goods” feature for your account.
And please also check if your PP-account is maybe restricted.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout keeps refreshing page@ladyinc3 You should first deactivate all plugins except Woocommerce and your PayPal-plugin. Also switch to a standard theme. If it works then, the error was caused by one of your plugins or your theme. Afterwards reactive the plugins one by one until the issue reoccurs. Then you know which plugin was the cause (or maybe the theme).
Maybe the issue is caused by the “PayPal For Easy Digital Downloads (EDD)” plugin itself. It’s not tested against WP 4.7.2 and was last updated 6 month ago. PayPal launched a bunch of security updates since Sept.2016, maybe the plugin is incompatible with the current requirements of PayPal.
- This reply was modified 9 years, 3 months ago by chezzone.
This customer login message can be found in the Woocommerce .po-file located in “…./wp-content/languages/plugins/”
The english original should be “Returning customer? Click here to login”, translated in German it should be “Besitzt du bereits ein Kundenkonto? Klicke hier, um dich anzumelden.”
I guess it’s related to WC Germanized. Deactivate the plugin and see if the message is then shown correctly!
- This reply was modified 9 years, 3 months ago by chezzone.
Hi Jamie,
thanks for the reply. I’ve raised a ticket for the first issue, like you requested.
Info = deactivating the function brings the LIVE-Edit back to work đ
The second issue is not so serious to me, so I didn’t raised a ticket for it.
thanks
MalteForum: Plugins
In reply to: [WooCommerce] Shipping CalculatorYou’ve set “Flat Rate” to “0” and local pickup is always “0”
0 = no cost! What should be calculated, if both shipping methods are free?
Can not see any issues here!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Broken After UpdateHello,
regardless the fact you have trouble with WC and your framework, it seems that your site is heavily overloaded with plugins and large images. Loading time was enough for a coffeebreak and a cigarette đ
This screenshot you’ve posted :https://www.the-vibe-tribe.com/shop/wp-content/uploads/2016/11/Screen-Shot-2017-01-05-at-12.39.05-PM.png looks like an outdated WP version, something between 4.2 – 4.5, I think.
What are your WP and Woocommerce versions now? WP 4.7 + WC 2.6.11 ?
Maybe there is an compatibility issue with one of your plugins?
I would recommend to deactivate all your plugins in the first step. If Woocommerce then works fine, reactivate all plugins step by step till you find the one that causes the issue.
Good luck
Forum: Plugins
In reply to: [WooCommerce] WooCommerce can’t checkout unless logged inLink to your site would be helpful!
- This reply was modified 9 years, 4 months ago by chezzone.
Easy one.
Make sure you have two separate “page styles” created in your PP-account. One for each shop. (To create page style in PayPal go to Profile -> Settings – My selling tools -> “Custom payment pages“)
In WP go to Woocommerce -> Settings -> Checkout -> PayPal
There you’ll find a field “page style”, enter the page style name of the desired shop.That’s it!
Forum: Themes and Templates
In reply to: [Storefront] Remove the Space Between Menu and SliderEasy way? You can try it by adding this to your custom CSS:
.woocommerce-active .site-header .col-full {margin-bottom:0px;}Instead of “0px” give a negative value, something around “-40px” should do it.