Stef Thoen
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] Restrict access to type of userHi @kevinvess, I can see why the loop would be confusing. I’ll look into blocking out users from the membership plug-in. Thank you for replying and for building and maintaining the plug-in.
Forum: Plugins
In reply to: [Force Login] Restrict access to type of userHi @kevinvess, thank you for replying.
I can see why my answer was misinterpreted, so I’ll rephrase it.
I want to restrict my website to all people, even if they have a WP account on my website, except for the admin users. I use a membership plug-in, so I have a lot of WordPress users that I don’t want to be able to see the public-facing pages of my website.
Thank you for replying.
Hi Danny, do you have any thoughts on the mark-up I posted?
Hi Danny,
Thank you for getting back to me. This is my markup:
<p class="c-form__row"> <label class="c-form__label">Nom</label> <input class="c-form__input c-form__input--text" type="text" name="NAME" required /> </p> <p class="c-form__row"> <label class="c-form__label">Mail</label> <input class="c-form__input c-form__input--text" type="email" name="EMAIL" required /> </p> <p class="c-form__row"> <label class="c-form__label" for="request-demo-role">Vous êtes</label> <div class="c-form__select-container"> <select class="c-form__input c-form__input--select" name="ROLE" id="request-demo-role" required /> <option class="c-form__option">Particulier</option> <option class="c-form__option">Agent Immobilier</option> <option class="c-form__option">Professionnel</option> <option class="c-form__option">Notaire</option> </select> </div> </p> <p> <label class="c-form__label" for="request-demo-date">Date de préférence</label> <input class="c-form__input c-form__input--date" type="date" name="DATE" id="request-demo-date" /> </p> <p class="c-form__row"> <label class="c-form__label"> <input class="c-form__input c-form__input--checkbox js-checkbox-wants-to-be-called" type="checkbox" name="WANTSTOBECALLED[]" value="Yes" /> <span class="c-form__label-text">Je souhaite être contacté par téléphone</span> </label> </p> <p class="c-form__row c-form__row--phone-number"> <label class="c-form__label" for="request-demo-phone">Téléphone</label> log/ <input class="c-form__input c-form__input--text js-input-phone" type="text" name="PHONE" id="request-demo-phone" /> </p> <p class="c-form__row"> <label class="c-form__label"> <input class="c-form__input c-form__input--checkbox" type="checkbox" name="ACCEPTEDTERMS[]" value="Yes" required /> <span class="c-form__label-text">J’accepte la collecte de mes données personnelles conformément à la Politique de Confidentialité.</span> </label> </p> <p class="c-form__row"> <input class="c-button c-button--big" type="submit" value="Assistez à une démo" /> </p>
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownJust wanted to let you know that I found the problem once you said that it wasn’t an issue with your plugin. It turns out that I changed the id of the order_review div a long time ago. Thanks for your help and thank you very much for your plugin.
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownThe problem still occurs if I open an incognito window or when I make a fresh visit. I’m developing the site locally, but I’ve put it on a staging server. I’ve send you an email with the information you requested through the contact form you mentioned. In the email I forgot to mention that I don’t use any cacheing.
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownHi David, I use version 1.6.13 of your free plugin. Please let me know if I can provide any debug information.
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownI found out what problem 2 was. If I select Netherlands in my country dropdown, the VAT price doesn’t get updated in my order table (it still shows the France VAT), but when I proceed to go to PayPal, PayPal will show the Dutch VAT.
So the only problem I have is problem 1: When I select a country during checkout, the VAT doesn’t get updated. Here are the screenshots you requested.
Woocommerce settings: https://www.dropbox.com/s/xhu86ghpxplhaia/Screenshot%202015-01-07%2011.39.20.png?dl=0
Selecting a country: https://www.dropbox.com/s/j5sval17m375r83/Screenshot%202015-01-07%2011.39.48.png?dl=0
I’m sorry if these are not actual problems with your plugin, but with Woocommerce, or my lack of experience with Woocommerce tax settings.
Thanks!
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownI installed the new version and it seems to work. I do have two new issues though.
1) On the checkout page it will apply the VAT from France, even though I select a different country in the Billing Details. I expect it to change to the VAT rate of the country I select in the Country dropdown.
2) When I want to finish the checkout by checking out with PayPal, PayPal mentions a different VAT than your plugin does. For example a $9 order, has a $1.80 France VAT applied, while PayPal applies a $1.89 VAT. Do you have any idea what is happening?
Thanks.
Forum: Plugins
In reply to: [EU/UK VAT Compliance Assistant for WooCommerce] Wrong pricing shownHi David,
Sorry that I thought that issue one had to do with your plugin. Thanks you for the link. I intend to follow that discussion closely.
To add some more information for you regarding issue 2. My store is based in the Netherlands, but I’m ordering from France. Maybe that causes some probems? If you need anything else from me please let me know.
Thanks again for your help.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Imagemagick 'convert': MISSING locallyThanks, I’ll try your suggestions. One question though; does it automatically use and prefer Imagemagick ‘convert’ when its status is ‘OK’?