Maybach91
Forum Replies Created
-
Thanks for your reply,
But the coupon should be only valid for new customers, just saying. I deactivated the multi page checkout and removed the group customer restriction.
Now it works, without the group customer restriction. (The multi page checkout was just a test from me, so the bug is still there with the restriction)
So, how can configure the coupon only for new customers? Unfortunately your solution provided here does not work. ??
WC System Report:
https://pastebin.com/ybFq41xC- This reply was modified 7 years, 7 months ago by Maybach91.
Coupon:
value 10€,
fixed cart discount,
min order value: 80€,
not combinable with other coupons,
auto added,
once redeemable per user,
disallowed for user group Customerwhen you add at least 80€ in your cart and want to checkout, you will see always the discount, but when you pay/checkout with paypal the cart at paypal will be the full price without the 10€ discount.
at the staging site is wc 3.0.4 installed, but even on the live site with version 2.6.14 it does not work.
- This reply was modified 7 years, 7 months ago by Maybach91. Reason: added wc versions
unfortunately your solutions throw the following error:
Fatal error: Uncaught Error: Cannot access self:: when no class scope is active
and so on, i think the other part of the message is not necessary, if so, just let me know. thank you!Forum: Plugins
In reply to: [Germanized for WooCommerce] Ausgabe GrundpreisDanke für die schnelle Antwort. Es lag in der Tat ?nur“ daran, dass bei dem Grundabgabepreis noch die Grundeinheit als Angabe gefehlt hat. Nachdem ich diese festgelegt habe, wird alles richtig ausgegeben.
Forum: Plugins
In reply to: [Contact Form 7] Two default valuesIts not possible, just use user_display_name as variable.
Forum: Plugins
In reply to: [Contact Form 7] Duplicated reCaptcha JS Callokay, i had bwp recaptcha activated, which caused the error.
I sent you an email, but i still didnt received an answer. ??
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Login With Ajax LanguageYou have to create a .mo file with the same name. To create the .mo-file upload the .po-file on the following page and download the .mo-file.
Hey,
What i did to achieve a link anywhere i want to trigger the modal-login-window of this plugin are the following steps:
In my case i want to show a Login-link next to the Primary menu.
Here is the part of my header.php to output the Menu with the Modal-window login-link. (to copy that code should work)
https://pastebin.com/nbPSFVAd
(this part of code is located in my /theme/name/header.php fyi)Just copy that code where ever you want. The important thing is, that the Login-Link and all the forms are in a wrapper(div or something else) with the class “lwa”. I modified the form-codes, so it display all three form (register, password recovery, login) in the modal window. if you don’t want to show any like this, then just delete the it from the code.
Thats pretty much all what i did, the achieve the working modal-login in the primary menu. I have only one issue, if the user entered a wrong username/password combination, the password recovery link have to clicked two times to show up the recovery form. if i fixed that, i will post it.
If you need help, just ask.
Without a link i can’t check it. In my case all possible issues cause your issue.. i works fine on my site. Have you a link where we can check it?
Forum: Plugins
In reply to: [SimpleModal Login] Direct call to registerWith the Modal-Template it works, if the Link gets the class simplemodal-register
e.g.
<ul> <li> <a href="wp-login.php" class="simplemodal-login">Login</a> </li> <li> <a href="wp-login.php?action=register" class="simplemodal-register">Register</a> </li> </ul>
The href is just a fallback, if the user has no javascript activated.
Forum: Plugins
In reply to: [SimpleModal Login] SimpleModal Login Registration ErrorAlright. I’m using jQuery 1.8.3 on my wordpress-site. I tried the 1.10 version, but that doesn’t work… maybe 1.9.2 would work too. Good luck!
Forum: Plugins
In reply to: [SimpleModal Login] SimpleModal Login Registration ErrorI installed the plugin on my wordpress-site and it works fine from here. no error, i tried all different methods. can you tell something about your configuration? maybe you have an other plugin what conflicts with this plugin…
i created a link with the menu-editor with the class “simplemodal-login” what links to wp-login.php and that works fine for me.
Hey Ron,
unfortunately i have right now not the time to explain it further, but i will do it this evening. but what i promise to you: my modal login in the primary menu works after a few “hacks”. when i click on my login-link i get the modal window with the Login-Form and the Registration link, what fade out the register-form inside the modal-window.
but i think i will have a look at the simpelmodal-login plugin.
i just want to tell this to you right now.
patrick
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] no register link in modal modAlso the lostpassword_form doesn’t work in the modal window… the link is correct, but nothing happens (no error in console)