ahrayah144
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp profile information] not showing on WooCommerce Register PageIT WORKED!! ?????
WOW!THANK YOU FOR THIS ??
I will mark this as resolved , but knowing Woocommerce , they update their plugins almost every single week! – So i pray they do NOT mess the registration element of it lol.
Regards
Forum: Plugins
In reply to: [bbp profile information] not showing on WooCommerce Register PageThanks Robin, looking forward to it!
Regards ??Forum: Plugins
In reply to: [bbp profile information] not showing on WooCommerce Register PageForgot to say that if Woocommerce was installed with default-end points , then access the public URL via
example.com/my-account/ (which shows both login & registration forms)
Or
example.com/my-account/?form=registration (just the registration form shows)
RegardsForum: Plugins
In reply to: [bbp profile information] not showing on WooCommerce Register PageHi Robin.
In wordpress allow wordpress built registration as usual first. (should be in settings-general or “reading/discussion”
Step 2… If you head here:
wp-admin/admin.php?page=wc-settings&tab=accountAnd follow this image.
Forum: Plugins
In reply to: [bbp profile information] not showing on WooCommerce Register PageHey,
Thanks for replying and I appreciate your brains on this ? – Half of my BBpress plugins come from you especially the StylePack , absolute swiss knife!
Hmmm your code snippet did nothing sadly.
Though , i noticed a new bug ….
If you have WooCommerce installed , then it means
WP-Login.php?Registration = Will not show the fields
/Account/?Registration = Will not snow the fields
So it seems the WP Registration system is handled by Woocommerce (except again, the WP registration form does not let me capture customer billing data, hence forth its not really my concern and any wp-login.php calls get forwarded to /Account/ anyway so WooCommerce handles any registrations or logins directly
I’ve not understood how woocommerce registration is any different from WordPress, but i can “hook” custom messages to woocommerce registration page like:php add action woocommerce_register_form_end , customname1
- customname1 'echo some html text' , do something else
End action etc..
Some snippet i copied online to allow me to output custom text at the end of the registration form of woocommerceHope this helps!