Thread Starter
adrjan
(@adrjan)
Thank you Mike.
product addons extensions which could capture messages
Do you have an link for an extension like this?
Or I must completly write a new script to achieve my goal?
Thread Starter
adrjan
(@adrjan)
Thank you Mike!
I think I can do it somehow.
Greetings Adrjan
Thread Starter
adrjan
(@adrjan)
Ist there an “do_action”-function for changeing the product category?
And i put this between the if instruction?
For example?
if ( update_post_meta( $this->id, '_stock_status', $status ) ) {
$this->stock_status = $status;
do_action( 'woocommerce_product_set_stock_status', $this->id, $status );
do_action( 'woocommerce_product_category_change',$this->id, my_category);
}
?!
I would be thankful for any help
Thread Starter
adrjan
(@adrjan)
Thank you Mike.
But I’am a very beginner, how exactly I can use the hook?
Can you give me an example how I must modify the code?
Thank you very much again!