• Resolved aluftec1

    (@aluftec1)


    I want to show the purchase price to site administrators only, on the site product page.
    What is the code to display the purchase price on the product page?
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @aluftec1,

    Thanks for reaching out.

    I have passed your request to our development team . They will get back to you as soon as they can.

    Kind regards,
    Moshtafizur

    Plugin Contributor Pablo Pacheco

    (@karzin)

    Hi @aluftec1 ,

    Let’s say you want to get the cost from product 20. You could do it in 2 different ways:

    alg_wc_cog()->core->products->get_product_cost(20)

    or

    get_post_meta( 20, '_alg_wc_cog_cost', true )

    Hello @aluftec1,

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Moshtafizur

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display price on product page’ is closed to new replies.