• tuomonurkkala

    (@tuomonurkkala)


    Hi there,

    I am wondering that why the lowest price goes to 0,00€ after I have accepted customers comments for the product reviews?

    For example one product lowest price was 8,45€ for 30 days and it went to 0,00€ for no good reason after I had accepted the review comment for this product? I am not finding any errors in logs either for this problem. :/

    After I have approved the product review comment the price should still be the 8,45€ for 30 days, not 0,00€. Because the discount price has been for 6 days.

    I had to deactivate the plugin, because these lowest 0,00€ prices look weird and they are not correct.

    Best Regards,

    Tuomo Nurkkala

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • useremil

    (@useremil)

    Hello,

    I am experiencing the same problem as OP.

    Whenever there is a change in the product (no matter what you change) the new lowest price shows 0 in the shop. In the product edit page in the backend, the ombibus column shows the correct price.

    An example:
    1. A product shows 100 $ with correct lowest price last 30 days 100 $
    2. Edit the product: ex the short description and save
    3. Frontend shop now displays lowest price 0 $, in the backend it still shows 100 $.

    Allow me to post screens with the example from my website:

    Before Changes

    After changes

    The key here is the saving of the new changes which “breaks” the lowest price showing correctly.

    It seems the problem started after the recent update (and migration of database). Has there been an error with the update which makes the pulling of the lowest price in the frontend linking to a wrong/old column?

    • This reply was modified 9 months ago by useremil. Reason: Added example with images

    We’re seeing similar issues where the lowest price either shows the current sale price, doesn’t show up at all or shows zero. All of which are wrong.

    Store I debugged this with has only variable products, not sure if this is the case for others too.

    I noticed that there are no new database entries for the product after saving it with different price. I tried both ways of saving variations, neither worked.

    I looked at the action_save_post_product function that’s hooked to save_post_product. I think it should be using woocommerce_update_product instead. When saving variations via ajax it didn’t seem to trigger at all and when saving whole product both $product->get_regular_price() and $product->get_sale_price() functions return empty, causing the “update if needed” check to fail.

    Overall the plugin seems rather buggy at the moment. As a sidenote, I think the migration should’ve been done to custom table, not posts. That would’ve improved performance even more and kept the posts table cleaner. ??

    Plugin Author Marcin Pietrzak

    (@iworks)

    HI @tuomonurkkala

    Thank you for your submission. Please upgrade to 3.0.1 – it should be works now.

    Could you give ma a feedback too?

    Thank you in advance.

    Marcin

    Hello @iworks

    I’m not the original poster, but I want to let you know it worked with updating to 3.0.1.

    Thanks!

    Plugin Author Marcin Pietrzak

    (@iworks)

    I’m not the original poster, but I want to let you know it worked with updating to 3.0.1.

    @useremil

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lowest price for 30 days: {price}.’ is closed to new replies.