MattsterMatt
MattsterMatt

Reputation: 11

WooCommerce - excelling eCommerce - How do I display the product weight via php?

How do I display the product weight via php? I want to modify the template and display the product weight next to the price within wp-content/plugins/woocommerce/templates/single-product/price.php

http://wordpress.org/plugins/woocommerce/

Upvotes: 1

Views: 422

Answers (1)

RMH
RMH

Reputation: 831

You really shouldn't change the core plugins for WooCommerce if you can help it.

You can use:

.insertBefore 

jQuery variable to adjust were that metadata loads.

Upvotes: 1

Related Questions