You just need to echo it.
<?php
echo $price - $trade;
echo $trade / $sale;
?>
or you can go more advanced by going
<?php
if ( ! is_admin() ) {
// is admin then
echo $price - $trade;
echo $trade / $sale;
} else {
// is not admin then
}
?>
Related Posts:
- How to check if a plugin (WooCommerce) is active?
- How to trigger WooCommerce order complete email?
- How to get Woocommerce order product info
- How to automatically apply woocommerce product title to all product images alt tags?
- Woocommerce auto cancel On-Hold after X days
- WooCommerce – Customer Order History Pagination
- Replace existing content from specific WooCommerce admin orders list column
- Woocommerce – How to get products which have a sale between 20% to 40%? [closed]
- Display related products with custom output
- Woocommerce filter cart and category specific quantity [closed]
- How to get woocommerce cart content without an action?
- WooCommerce: Add Payment Gateway Field to Webhooks [closed]
- Woocommerce product download URL
- How to select WooCommerce products by post_meta and order them
- Limiting woocommerce line_total decimal length
- How do I display a user’s previous orders as a select box option on a product?
- write custom woocommerce templates and forms
- WooCommerce – Email admin with new user details
- Adding nofollow to a PHP generated Nav
- Automated Cart Update With Alert Box Each Time
- Issue adding sub category programmatically
- Problem with custom plugin using AJAX to pull info from php file
- Auto-update products after they were published – Woocommerce
- How to VAR_DUMP a $variable during checkout process (Is my product meta callable?)
- Reload part of checkout on changed shipping method
- Woocommerce related product text
- Which field should I edit to make the checkbox marked by default?
- wordpress + woocommerce display product with additional information [closed]
- Function works when I don’t login to WordPress but when I login then it doesn’t work
- Incorrect amount of posts returned when filtering related Woo products by custom taxonomy
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- Add post with approval by the admin
- How to remove coupon dropdown feature
- Woocommerce display one random product via php
- Change product_base programmatically
- Add html link in functions.php files of the theme
- How to optimize update_post_meta?
- Add product to cart for user – WC()->cart->add_to_cart [closed]
- customize woocommerce templates and display store on home
- WC_Customer delete function returns error
- how can i add class or span tag at sprintf?
- Display attribute on shop page after the title
- CSS change in woo commerce Place Order Text [closed]
- Exclude product attributes from taxonomy terms loop
- WP All Import / Update stock quantity from multiple XML files
- Woocommerce: remove total sum from new order’s email [closed]
- WordPress WP_Query without query GET parameters
- Where to copy woocommerce files to in my custom theme to avoid editing the core plugin?
- Alter Woocommerce product archive structure
- custom post type with role Vendor
- WooCommerce: Display product categories to make IF statement
- Custom reduce stock code affecting date_modified – How to bypass?
- Modify WooCommerce used to get all orders in dashboard
- Replace category title with category description in woocommerce
- Add Custom Category Description When Empty
- I am having issue in divi woocomerce checkout module. (DIVI theme)
- Add a product category to a specific product via a button
- WooCommerce Query Product Titles
- Woocommerce display orders with products from specific categories to specific admins
- Display div if category has a specific parent
- How to add a shortcode which runs a .php file for the current post
- global $product is empty string when passed into function
- Variant Item SKU as Product Code
- Run a sql (update) after 12 hours after the user login. Woocommerce users
- Use PHP Class in WordPress functions
- How can I change the background color of divs dynamically (depending on an order-status in woocommerce)?
- Add a new view on the Woocommerce account page
- Use Search Term in html link and redirect
- Don’t update modified post date when user add a product review or comment?
- How do I change the “login” label in My Account page to “Registered Customer”
- Customize the “Available for back order” text for specific variation
- How to remove the replace the product image by video on shop page conditionally
- WooCommerce REST API AJAX Auth – 401 response
- Looping through and combining calls to Woocommerce REST API
- get_filtered_term_product_counts – Get product terms if any products
- How to import woocommerce custom fields data into another site?
- How to add custom attribute to all outofstock and all instock products automatically?
- Site infected by link
- Need to forward Data from WooCommerce Webhook sent to same site WordPress REST API custom endpoint
- Add Product Permalink in woocommerce admin order page
- sessionStorage saves input value in browser but it is not loaded in the form field
- Woocommerce Related Product by 2 taxonomy
- WooCommerce – Add Shipping class below each product in Shopping Cart page
- WooCommerce Custom Tab with ACF Repeater Field
- Woocommerce variable products are being added to the card on the homepage (ajax)
- Display text of price (minus 20%) on every product page in a sentence.
- Display product attributes for current product
- Getting the date_diff function return the difference in days
- How to remove image on single product and get product to span page?
- Need some help with tweaking a code for woocommerce [closed]
- Adding placeholder text field to woocommerce checkout [closed]
- Getting custom field data from cart page to checkout page in woocomerce [closed]
- Send a custom notification to customer on WooCommerce cancelled order status
- How to code bulk order form in wordpress
- Woocommerce linking variations
- WCFM Custom form
- Find owner of coupon
- Removing the add to cart button from specific product pages
- PayPal button not showing and cannot retrieve order error in PayPal
- Add text below WooCommerce short description if metabox value is true