Reserve price
-
Hi,
I found this part of the script (in class-uwa-product.php, line 543) about the notification when the reserve price is not met yet.
if ($this->get_woo_ua_auction_current_bid()){
if ( $this->is_woo_ua_reserve_met() == FALSE){$price = __(‘<span class=”woo-ua-winned-for reserve_not_met”>Reserve price Not met!</span> ‘,’woo_ua’);
I would like to be able to notice the reserve price itself in this note. Like “Reserve Price ($100) Not Met!” or “Reserve Price Not Met! ($100)”.
Can I do this by just changing this part of the script and if so, will you provide me this line(s), please? Or is it more complicated than that?
Thank you very much!
Cheers,
Remco
The topic ‘Reserve price’ is closed to new replies.