• Hello I have a site with a couple 100 products I have bought the pro version of this plugin to make prices per day not go up with 100% each day.

    Is it possible to see the custom prices data in one overview with an export?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ashanna

    (@morki)

    Hello,

    No, it’s not possible, sorry.

    Regards,
    Natasha

    Thread Starter user123user

    (@user123user)

    So you cant export the prices.
    but where is this data stored then maybe i can extract it from there?

    Plugin Author Ashanna

    (@morki)

    Sure, you can get each product special prices with this code:

    get_post_meta( $product_id, '_wceb_product_prices', true );

    Please note that I’m planning on refactoring the Pricing system (with custom tables), so this might change in the next months.

    Thread Starter user123user

    (@user123user)

    thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.