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.
Category: WordPress
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
How to Identify a Conflicting Theme or Plugin
weDevs use WordPress’ best practices to make it as compatible as possible with all themes and plugins; however, some theme and plugin authors do not adhere to these best practices which can often result in a theme or plugin conflict with our plugins The following section provides instructions for determining if an issue you are… Continue reading How to Identify a Conflicting Theme or Plugin