• Resolved Remco

    (@remmco)


    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

    • This topic was modified 6 years, 9 months ago by Remco.
Viewing 1 replies (of 1 total)
  • Thread Starter Remco

    (@remmco)

    On second thoughts …
    It would even be better if I can show the price in the sent email after someone bid.

    The user’s bid is shown in this email via this line:
    <?php echo $auction_bid_value; ?>

    Unfortunately this next line I came up with shows nothing:
    <?php echo $reserved_price; ?>

    Is there a $… to show the reserved price?

    Many thanks!

Viewing 1 replies (of 1 total)

The topic ‘Reserve price’ is closed to new replies.