Moving the data on the product page
-
I’d like to move this down the page a bit on my product page. I’ve identified this is the line that adds the discounts to the page, but I can’t figure out how to change this via my functions.php. The
array($this, ...)
is throwing me off, I don’t know what$this
means.add_action("woocommerce_single_product_summary", array($this, "single_product_summary"), 45);
https://www.ads-software.com/plugins/woocommerce-bulk-discount/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Moving the data on the product page’ is closed to new replies.