MarcoCristofalo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Disabling Registration on Checkout: is it working?This is the “Create an account” checkbox that can be hidden with the above css:
Create an accountThe same css will hide the other appearance of “Create an account” where is has a username and password field.
If the user has to be register/logged in before being able to buy, they will have to go to the My account page. In this case, you’ll need to make it clear at various point as the customer uses the shop.
I understand that you would prefer for some custom code to redirect to the My Account page if the user has bought something and wants to checkout. Someone posted it here (second piece of code):
https://stackoverflow.com/questions/28291282/woocommerce-checkout-page-redirection-if-user-not-logged-in
Sorry not tried it myself.The snippet goes in functions.php for your child theme or you can use the “My custom functions” plugin.
I suspect customers will still register multiple times!
Hi,
Thank you for your help.
I still don’t understand what’s the point of the Woocommerce option, especially with that “Create an account?” checkbox, the customer doesn’t have the right to choose this, i do that in woocommerce options. What if the customer doesn’t select that checkbox and i have guest checkout disabled?
Your stackoverflow suggestion is really helpful, seems to be what i’m looking for, but i want to understand how it works the standard woocommerce feature, because at the time I still don’t.I suspect customers will still register multiple times!
With no doubt! but i think they will understand better that are registering ??
Forum: Plugins
In reply to: [WooCommerce] Disabling Registration on Checkout: is it working?With “Guest checkout disabled” and “Enable registration on the “Checkout” page” unchecked, here is no create account option on the checkout page in my Storefront. Maybe you have a plugin conflict somewhere.
You can hide the create account checkbox with some custom css:
.create-account {
display:none
}
Custom css can be entered at:
Dashboard > Appearance > Customise > Additional CSSThis is the css required for the Storefront theme. If it doesn’t work for you, please post the url for the site.
I’m a bit confused. I didn’t ever seen any checkbox. It shows a password box, and it forces you to register because after you complete the order, you have an account.
Even if it worked like you say i don’t get it, how can you complete the checkout not creating any account if the guest checkout is disable? it’s impossibile…doesn’t make any sense for me.
Forum: Plugins
In reply to: [WooCommerce] Disabling Registration on Checkout: is it working?Done, but it’s still showing…
I made this proof (disable woocommerce) weeks ago but it didn’t change anything but i’m waiting response from woothemes support ticket to solve the problem. They already said that it’s the apache mod_security blocking it but my host support say that this is not the problem. Really i don’t know because there is such a mess at the moment
I’m sorry but the site is for a company and i need to show the maintenance page and i can’t post here an admin user for you.
This is the response of Google Chrome Console
jquery-migrate.js?ver=1.2.1:21
GET https://www.testbusters.it/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js?ver=1.3.1 (index):306Uncaught TypeError: undefined is not a function cart-fragments.js?ver=2.2.7:77(anonymous function) cart-fragments.js?ver=2.2.7:77j jquery.js?ver=1.11.1:2k.fireWith jquery.js?ver=1.11.1:2m.extend.ready jquery.js?ver=1.11.1:2J jquery.js?ver=1.11.1:2
I know that this is about woocommerce but it’s still the reason of other Jquery problems related to canvas.
I have upgraded to the 2.0.6.2 twenty minutes ago, but the situation is the same. The problem is that i have a really complex theme which is canvas by woothemes. But at the moment, some jquery request problem in woocommerce seems to be blocked by the security rules of the apache server. I’m not a developer but the problems with your plugin are similar to woocommerce problems related to apache mod_security. I can’t understand this problems in depth because i’m not so expert with this things
Hello,
I still have all the problems, and a new problem: i can’t display any event, the cal is empty and the browser buttons take me at the top of the page (i know, it’s really strange). I reverted to 2.0.5 but i still cannot get any event.
Sorry, but now, it doesn’t work again. I don’t know why, the problems are the same, it doesn’t work the month browser and the hover.
The only thing i changed is that i moved my website to another domain. Nothing else was changed.Hello,
Thank you for your answer, but now, after 2.0.0 and 2.0.2 version, this problems are solved! i don’t know what it was, but it’s good that now is working!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] If you need to revert to 0.7.3.1I wrote a new support thread here:
I still have this problems
In the 0.73 the only problem was related to the month browser
Hello,
After installing the 2.0 beta version, i have few issues (thay may be my fault, i don’t know).
With the 0.73 version, i can display the event details on the top of the calendar in my WP page, and when i hover with the pointer an event in the cal, it opens a popup window with some details of the event. Now with the 2.0 version i can display the calendar, but i cannot have this features, the event details on the top are missed and the same for the popup window. I don’t know what to do to obtain this.
There is another problem, present also in the 0.73 version: when i use the “month browser” (The small arrows) i can browse in future months (if there are event in future months) but when i click on the previus month arrow it doesn’t work. Can you help me?
Thank you for your plugin is very useful