Question

Change in a row in the table to change the price of the product in woocomerce.

  • 9 March 2022
  • 1 reply
  • 10 views

Hi :) 

I use MS SQL serwer.

I would like the price change in a row in the table to change the price of the product in woocomerce.

I have problem with it.

When I change the price for the first time, the zap will normally occur
but when I tries to bring it back, it doesn't work anymore.

When I update a row that hasn't been updated so far, it all works.

However, when I update a row that has already been edited, it doesn't work.

Best Regards
Krzysztof 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @zpomyslami 

My trigger of New/Updated Row isn't picking up any of my updates

You'll need to specify ORDER BY by a date/time field such as date_updated or last_modified.