How to add user id as product SKU with WP User Frontend product form.

You can follow the instructions given below to insert user id as product SKU. ​ 1) Add a hidden field to the product form you created & insert _sku meta key to that field. ​ ​Refer Screenshot: http://prntscr.com/ef1e0f ​ 2) Now, Add the following code inside the theme’s functions.php file. Note: This is a Developer… Continue reading How to add user id as product SKU with WP User Frontend product form.

How to create unique SKU with WP User Frontend custom field.

The unique SKU of the products is not being set when the products are created. To add unique SKU with products, then follow the instructions given below. 1) Add a custom text field with _sku to the product form. Screenshot: http://prntscr.com/eb2ext 2) Add the following code inside the theme’s functions.php file. Note: This is a… Continue reading How to create unique SKU with WP User Frontend custom field.

How to update WooCommerce sale price dates meta using WPUF date fields

If you are having an issue with updating the schedule dates of WooCommerce product using WPUF fields, you can follow the given instructions to solve this issue. 1) Add two date type field to WPUF form that you created to allow users for uploading products. 2) Insert _sale_price_dates_from & _sale_price_dates_to meta keys accordingly for these… Continue reading How to update WooCommerce sale price dates meta using WPUF date fields