Tag: woocommerce

  • Woocommerce add text to product price

    To add a text after the product price for a single product on WooCommerce, you can use the following code snippet: You need to replace YOUR_PRODUCT_ID with the ID of the specific product you want the custom message to appear for. You can get the product ID by going to the product’s Edit page on…

  • Woocommerce modifica del prezzo in base ai giorni a fine mese

    modify a woocommerce product price depending of the days left to the end of month: This code will loop through all the items in the cart and modify their prices based on the number of days left until the end of the month. The new price is calculated by multiplying the current price by a…