Schoolscapes
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Add an H1 to Blog Page (main page that displays all blog post)Yes, thats the theme. I will contact them… thanks for your help.
- This reply was modified 8 years, 3 months ago by Schoolscapes.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – Replace a £0.00 value in checkout to textHi Lorro,
You absolute legend, many thanks for your continued help with my issue.
Very much appreciated.
Kind regards,
Steve
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – Replace a £0.00 value in checkout to textHi Lorro,
Still no joy 🙁 but many thanks for helping out. The script below manipulates the values be does all of them. I think I just need a statement to say if $price == 0 then replace with POA.
/** * Adds POA in checkout for products set at 0 value. */ function woo_my_custom_poa_message() { return 'POA'; } add_filter( 'woocommerce_cart_item_price', 'woo_my_custom_poa_message' );Many thanks,
Steve
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – Replace a £0.00 value in checkout to textHi Lorro, many thanks for your suggestion but unfortunately did not work. I shows the value at £0.00 still.
What I think I need is a filter that only works on ‘woocommerce_cart_product_price’ that are equal to 0.00. I need something like… if ‘woocommerce_cart_product_price’ = 0.00 echo=”POA”
Many thanks,
Steve
Viewing 4 replies - 1 through 4 (of 4 total)