Hello there,
I’m using the latest version of your theme, and the latest version of woocommerce for an ecommers, clothes shop. So for the products, i need to set(or at least my client wants to) a way to mark the product as out of stock, but not to remove it completely from the products added.(I think she wants to keep the shop with more products). So i need to add an image like the “On sale” one or the “New” one to the theme, and a way to activate it so it will be visible at the client side(like with a checkbox for example, like i mark the product as a new one), and it will displays the icon “out of stock” for the product marked as “out of stock”. I know how to make it out of stock from the woocommerce panel of every product but that is not what my client wants. also I will make the image, this is not a problem, but i do not know where to add the icon(my first thought was for the images folder inside the theme folder), and also i don’t know how to activate it.
I have a child theme, because i have made modifications to the theme because of personal custmizations”, witch i think is the first step. Next i think i must modify the options.php file and add functions and methods to make it possible(i know little about php). Pls give me some tips, of how to make that possible. I have some knowledge from my University about, php, html, css, and i’m not asking you to do my job. Pls just give me a step by step way from where to start, and a way exactly to make it.