kayahnung
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] google pay on product edit pagehi, thx for your fast reply. hmm, i don’t understand / it doesn’t make sense to me.
- i did not enabled google at product level.
- how can it be enabled, if i did not even configured it.
my client talked to me: hey, google pay is enabled, i dont want it. i told him, no its disabled. he told me, here have a look its enabled by default… what should i tell him? haha…
hi there, same happened to me. doesn’t matter if i use free or pro version. i only use email for register, with same error: This email is already reserved to be used soon. Please try a different one. not such email adress in database, i checked. the free version is 3.12.3. registration works, email is also sending. but it shows that error during registration. i dont use any caching plugins, all other plugins are deactivated, even if i place the shortcode in a whole new site, all 3 points above didn’t helped for me. any ideas?
add_action('mailpoet_subscription_before_subscribe', function($data) { $email = $data['email']; global $wpdb; $result = $wpdb->get_results("SELECT email, status FROM {your_database_prefix}_mailpoet_subscribers WHERE email = '$email' AND status != 'unconfirmed'"); if (count($result) > 0) { throw new \MailPoet\UnexpectedValueException("E-Mail already exist!"); } }, 10, 1);
sorry, but i don’t have time to discuss with you, why you should do a very basic feature, at least optional.
no, that helps not and there are no options… you should do that as an option, when installing the plugin, also you could ask if you use woo or not.
mailpoet creates 40 database tables and on top i should install another plugin…
@xnhaze: you can use the mailpoet_subscription_before_subscribe action, found here: https://kb.mailpoet.com/article/274-list-of-filters-and-actions
just do a database query on your own. if support was good, he would write it here. but it isnt…
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Analytics – Undefined index: key “id” and “value”nice, so it’s not up to me ?? thanks!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Analytics – Undefined index: key “id” and “value”thanks, for the fast reply! sorry, that i didn’t mention it. but of course i deactivated all other plugins, e.g. never activated one – the usual method when looking for an error. some guys have a similar problem as i mention before… https://github.com/woocommerce/woocommerce/issues/32839
thanks
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] pre sale question pro versionsorry, but this topic is not resolved, because you didn`t answer. ??
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] integration status stripe accounthi there. sorry for that but there is still one problem:
the account integration status on the stripe dashboard stops at 3/4 in live mode and 2/4 in test mode and tells us to activate the account after doing test purchases. we did test purchases, even live purchases.
the purchases work but the integration status did not finished.i had many times contact with stripe support and they told me all the time again, it is an issue on plugins side… i don’t know it!
let me explain again: everything works fine now in test and in live mode. but the integration status (in test mode) tells me ti activate my account to get the live api key. and its linked to the onboarding process to stripe. but that is completed and i’m redirected to the dashboard again immediately, there it tells me the account is completed. for sure it sounds like an issue on stripe site. but what should i do if they tell me al time to contact the plugin autor…
thanks, kay
Forum: Plugins
In reply to: [YITH PayPal Express Checkout for WooCommerce] express checkout buttonis anyone present?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] integration status stripe account1.
I don’t know what it’s a woocommerce part means. Can you please elaborate on that?
i guess they thought im using the “official” woocomemrce stripe plugin. the problem with stripe support is that they always tell it’s about the plugin and not stripe if you use a third party plugin and don’t integrate the api directly.
they do not know, why it stops at 3/4. even if the account is finished and works.
2.
Missing required param: type.
So I was incorrect, the entry does originate from the plugin. However, it’s a harmless error which we will resolve in the next release.thanks!!! that sounds great.
- This reply was modified 3 years, 4 months ago by kayahnung.
Forum: Plugins
In reply to: [YITH PayPal Express Checkout for WooCommerce] express checkout buttonhi, thanks for your support/answer. your plugin is the most perfect paypal plugin i found, just a few things:
1. it’s very sad not showing the express checkout botton on the position of the place_order button. can’t you call the
paypal-ec-button.php
template there? i was searching inclass.yith-paypal-ec-gateway.php
orclass.yith-paypal-ec-frontend.php
2. if you show the express button on checkout page the
place_order
button is not always disabled, because it’s only changeson.change event
. so if you choose paypal on checkout, go back to another site and back again to the checkout page, both buttons are enabled. just fyi.3. if the user aborts the paypal express checkout (if you allow this in woocommerce), the order is not canceled, only if you use the normal checkout. is that the right behavior?
thanks in advance!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] parameter_missing stripehmm, i didn’t get this message then i was connected to another stripe account. now my logfiles are full of that. why this happens suddenly? thx.
Forum: Plugins
In reply to: [YITH PayPal Express Checkout for WooCommerce] change paypal icon on checkoutthanks!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] no payment on cart – create_order_errorhi niklas, thanks again.
1. okay
2. no additional fee and no shipping, only tax. on checkout page i see the details.
3. maybe you missunderstood. i don’t wanna change the gateway icon via thewoocommerce_gateway_icon
filter. i was asking to upload an logo to the paypal page for “branding”. i saw that a few times. or do i have to do that in my paypal account?cheers, kay
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] no payment on cart – create_order_errorok thanks for the explanation.
sorry, but:1. if you cancel the express checkout on single product site, the product goes into the cart. is that the right behavior?
2. on cart and single product site, you can’t collapse/see the order details in the paypal window top right, but on checkout you can?!
3. ability for uploading a logo to the paypal page would be nice.
thanks again!