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 display quantity input fields next to add to cart buttons.

To display quantity input fields for simple products within your shop archive pages, you can add the following code to your theme’s functions.php file. Note: This is a Developer level doc. If you are unfamiliar with code/templates and resolving potential conflicts, contact me for assistance. <!–?php /**  * Code should be placed in your theme… Continue reading How to display quantity input fields next to add to cart buttons.