• Hey everyone,
    There’s any way to set on woocommerce product price a shortcode that changing all the time?
    I have some shortcode from other plugin that give me output of price and i want to set it as woocommerce product price to get always the most update price.
    I have to set this for every product (manually)
    The important thing is that the price will be in the database and not only will shown on the website (because of price filtring).
    I have no idea how can i set this shortcode on product price..

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    You’d need to override the single product page template used by WooCommerce with some custom code. The following resources will come in handy:

    Thread Starter elior99

    (@elior99)

    Hey,
    Thanks you but i’m not sure this is the right thing.
    I have to set different shortcode for each product for example [get price=”productID”]
    This shortcode (from my other plugin) will give me price output for each product.
    So it has to be set for each product i creating, i’m not sure if the info above is what i need.
    I guess i can just edit code to and put the shortcode by Name or ProductID but it won’t update it on database and that’s what i need.

    For example if i have in my product details the field “Price” , set it to [shortcode] and then it will take the output and put it in database (and the output always changing).

    I guess it not work like this, and the price can’t be updated by shortcode..
    I don’t know..

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce price update – have no idea.’ is closed to new replies.