smams
Forum Replies Created
-
My clients are also receiving this error and are unable to login to their websites. Please can you take a look at this.
User Registration Pro: v6.0.1
[14-Jan-2026 10:19:22 UTC] PHP Fatal error: Uncaught Error: Class “User_Registration_Members_Menu” not found in /home/pc0hqxt/public_html/wp-content/plugins/user-registration-pro/includes/admin/class-ur-admin-menus.php:700
Stack trace:
#0 /home/pc0hqxt/public_html/wp-includes/class-wp-hook.php(341): UR_Admin_Menus->admin_menu()
#1 /home/pc0hqxt/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#2 /home/pc0hqxt/public_html/wp-includes/plugin.php(522): WP_Hook->do_action()
#3 /home/pc0hqxt/public_html/wp-admin/includes/menu.php(161): do_action()
#4 /home/pc0hqxt/public_html/wp-admin/menu.php(437): require_once(‘/home/pc0hqxt/p…’)
#5 /home/pc0hqxt/public_html/wp-admin/admin.php(163): require(‘/home/pc0hqxt/p…’)
#6 /home/pc0hqxt/public_html/wp-admin/index.php(10): require_once(‘/home/pc0hqxt/p…’)
#7 {main}
thrown in /home/pc0hqxt/public_html/wp-content/plugins/user-registration-pro/includes/admin/class-ur-admin-menus.php on line 700- This reply was modified 4 months, 2 weeks ago by smams.
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Email templateOk no problem. Would it be possible to add a new field, ‘Email Label,’ for layers and choices? This field would allow the label to be displayed differently on email receipts. If the ‘Email Label’ field is populated, it would replace the standard ‘Label’ on the email receipt.
Thank you.
Hi @shresthauzwal,
Thank you for your reply. I’ve tried adding the code snippet however, it only added the new country to the “Extra fields” country dropdown and not the WooCommerce Billing/ Shipping address dropdowns.Hi. Just following up on this as I have not had a response.
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Getting configuration option in cartThat’s brilliant. Thank you for your quick response.
I am currently only using one view for my configurator so believe this may work. Thank you.
Hi Marc.
By “Main image”, I am referring to the image that gets shown on each layer of the configurator.
https://ibb.co/MNgXPDL- This reply was modified 1 year, 9 months ago by smams.
That’s great. Thank you.
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Automatically show configuratorHi @bowshop.
Could you please let me know how you managed to do this? Many thanks.
That’s great, thank you for your help.
Thank you for your help. This is exactly what I was looking for.
I have added this condition however, the $webhook_data array always seems to be empty and causes the rest of the code to fail to run?
Thank you for the example and links to the documentation. This is now working however, the field value seems to increase by 2 instead of 1?
add_action( 'surecart/purchase_created', 'purchaseCreated' ); function purchaseCreated( $purchase, $webhook_data = [] ) { $wp_user = $purchase->getUser(); $boosts = (int) get_field( 'field_65baaaee56f72', 'user_' . $wp_user->ID ); $boosts++; update_field('field_65baaaee56f72', $boosts, 'user_' . $wp_user->ID); error_log('Purchase Created #' . $boosts); };When I purchase a test order, the value in the field increases by one (as expected) but if I leave it for about 10 seconds, the value in the field increases again by 1.
Is there a way to resolve this issue?
Many thanks.
That was very quick, thank you.
I have opened a ticket on flycart