To check if the product is on sale by using the product id: Get product object using product id => ($product = wc_get_product($id);) Get sale price of product => ($sale_price = $product->get_sale_price();) Lastly, get the price of product => ($price = $product->get_price();) Conclusion: get_price() method return the current active price. So, if the sale is […]

Super Rishi

Super Rishi - Just Another Programming Geek


A true business owner and a successful entrepreneur always understand the importance of the availability and the accessibility of their businesses or shops to their customers. A 24X7 open shop equals to 24X7 selling shop, a shop which is never closed, and a shop which sells every time a customer came by. Though, it is […]

Super Rishi

Super Rishi - Just Another Programming Geek