I want to add a new column for listing primary category in product list page (backend) of WooCommerce. Also I want to fill the new column with primary category of each product.
I would like to apply a free shipping coupon to a specific user,say :test@email.com.while checkout in woocommerce
I have a size of 324*243 which rendered in product archive and shop page.In bigger screens the images appeared as blurred.How can i fix that?
Can I create a custom url to clear cart item by simply running the url? Is this feature availble by default in woocommerce?
In WooCommerce, how can I get all orders of a single customer with a user id? Also I want to get order number of each orders of that particular user.
I want to create a custom database table when activate my plugin. Could you please give me a sample code for create a simple database table.
I want to add a “Settings” link to my plugin options page. This link appear in plugin list page beside of Activate or Deactivate link. How can I achieve it?
How to enqueue custom js in wordpress?
Explain simple way to create a child theme without using plugins.