Hello! I have been scractching my head, trying to get product option prices to print next to their labels. It seems the pricing_fields shortcode is nearly there, but only needs a few tweaks.
Is it possible for me to use this function and create my own flavor, without hacking the core plugin? I envision a snippet for functions.php that allows me to declare an additional shortcode using the current pricing_fields function, say with a name like [custom_pricing_fields]
I would appreciate advisement on this, it would greatly simplify what I'm trying to do. Thanks!