Hello, I have a question about prices in Ubercart.
Hello!
I am working on an online store... I am setting two prices and decided to use the variable price_list to avoid overloading the already busy site with extra modules... The field displays correctly, but I can't figure out how to rename the label for this price "Standard Cost." I've searched everywhere and tried everything... I can't rename it the way I need to...
Could you please advise me on where to look?
It would also be interesting to calculate the difference between the old and new prices, BUT there is a function function theme_uc_product_price($price, $context, $options = array()) in the file uc_product.module (possibly different in others) where these two prices are retrieved sequentially, meaning there's no way to get both values at once to perform calculations with the output... Is there any solution to this issue?
Thank you