• Resolved stanlyk

    (@stanlyk)


    Hello

    I don’t understand why the tab created by Ultimate Auction For WooCommerce mode doesn’t have the same format as the other tabs. Attached are 2 pictures.

    Can you help me with this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @stanlyk,

    We have checked the below auction product.
    https://team-popa-petrisor.ro/product/the-traitors-niche-a-novel-copiaza/

    There is only a “Bid” tab available on the product page. There are no other tabs available. Please review the below image.
    https://we.tl/t-ucOpiY7grY

    The design of the “Bid History” table is displayed according to your current theme style. If you want to change the design of the “bid history” table, you need to add custom CSS in the style.css file of the current theme. Which type of design do you want to do with the “Bids History” table? Please share the image of the new layout or style. We will check it and provide you with custom CSS for it.

    Thank You

    Thread Starter stanlyk

    (@stanlyk)

    Hello

    In the meantime, I solved the problem. Previously this tab was displayed as in the attached image.
    https://ibb.co/8K4SL0d

    Can you tell me if the plugin has a shortcode that displays the latest bids? How is it displayed in this image?

    https://ibb.co/y6LMWfr

    Thanks

    Hi @stanlyk,

    There is no shortcode to display the latest bids in the auction plugin.

    The bid history data comes from the “woo_ua_auction_log” database table. We have added the code for the bid history table in the below file.

    Go to Ultimate Auction for WooCommerce -> templates -> woocommerce -> single-product -> tabs -> uwa-bids-history.php

    We have also developed the below functions which help you to display the latest(current) bid value and bidder name. It includes in the class-uwa-product.php file of the auction plugin.

    $current_bidder = $product->get_woo_ua_auction_current_bider();
    $current_bid = $product->get_woo_ua_auction_current_bid();

    Below is the meta_key in which the current bid information is stored in the database.

    woo_ua_auction_current_bid
    woo_ua_auction_current_bider

    Thank You

    Thread Starter stanlyk

    (@stanlyk)

    Hi @payalrajyaguru

    Thanks for the help, but my knowledge is not so advanced that I can display this information on the site.
    Thanks again for the help.

    Plugin Author Nitesh

    (@nitesh_singh)

    Thanks @payalrajyaguru for helping @stanlyk .

    @stanlyk , we are glad that our plugin and team was there to answer your queries.

    Regards,
    Nitesh

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bid history tab css not work’ is closed to new replies.