User-data Questions
Ad
NodeJS not installed successfully in AWS EC2 inside User-data
I've tried to install nodejs with nvm in aws ec2 linux as follow inside user-data: #!/bin/bash curl -o-
what is the good way to verify the user who rgistered on google signup?
So on my mobile app, i wish to use google login api for users registration. i'm saving the user details like first
Auto redirection in WooCommerce after login based on user meta data
I am trying to check if a user meta data is empty or not. if empty, redirect the user to a page, else redirect to the default page. but my
Automatically create an user account after WooCommerce checkout and auto login
The goal here is to automatically create a customer account directly after checkout and auto login. this is the code i am using:
View/update WooCommerce user custom field in admin WP user pages
I've added a custom field in my functions.php using the answer given in this question:
How to get the total amount spent by a user (customer) in WooCommerce?
With the following shortcode i am trying to get user total spent amount, but it is slowing page load (6 seconds). is it possible to
Custom VAT field issue in Woocommerce
I use the code below to add a vat field in
Change sender name to customer billing full name in WooCommerce email notifications
How can i change e-mail sender name into customer “billing first & last name” using woocommerce_email_from_name hook?
Save filtered billing phone to admin user profile in WooCommerce
Everything i have read over the last couple of days has indicated that if i want to save fields in the user-edit.php (user admin backend), i
Passing Custom User Fields to WooCommerce Order Metadata
I'm working on setting up an woo site that will be integrated with a sage x3 erp system. we will be pushing new orders through to sage. now i am
Ad
Add user custom account field to WooCommerce checkout
I have added to admin users a custom meta field using the following code:`` function wporg_usermeta_form_field_birthday( $user ) {
What hook to be used for cancelled booking in WooCommerce Bookings?
I'm trying to make an sql query to run upon cancellation of a booking, via a custom plugin, updating custom user meta data. here's my
Add a purchase condition to WooCommerce products
I ma trying to add a purchase condition to my woocommerce products with the following: {$current_user = wp_get_current_user(); if
Add birthday field to WooCommerce my account and admin user page
I have added the code below. the birthday field is showing in my account page and also in wp admin user page as well but the problem is
WooCommerce custom plugin: Error around WC_Customer Object instance
I've built a plugin and i have the following issue: the woocommerce dashboard (in the admin side) will not load the data. it hangs and fails. i
Send an email notification with the generated password on WooCommerce user creation
In woocommerce with code below i create new wp_user with a random password and set user role to "customer" (i want to create
Add "created by" for every product and coupon etc, in "post_submitbox_misc_actions" box
I was able to write a code which is working fine! i just had some question if this code has a good quality or if i can do it better. we
Ad
Blog Categories
Ad