Jump to content

Edit History

Inform-All

Inform-All

35 minutes ago, odinp123 said:

Could it be that



actionProductUpdate

Should be changed to



 actionProductSave

 

actionProductSave

This hook is called while saving products

Located in: /classes/Product.php

 

actionProductUpdate

This hook is displayed after a product has been updated

Located in:

 

My thought is that, when you save the product, after its saved actionProductUpdate is called, and IT calls save(); aka actionProductSave, that calls actionProductUpdate ... and so on. Creating an infinite loop

Nope.
It looks like a different problem, please send me a private message with some login credentials so i can have a look.

Inform-All

Inform-All

35 minutes ago, odinp123 said:

Could it be that


actionProductUpdate

Should be changed to


 actionProductSave

 

actionProductSave

This hook is called while saving products

Located in: /classes/Product.php

 

actionProductUpdate

This hook is displayed after a product has been updated

Located in:

 

My thought is that, when you save the product, after its saved actionProductUpdate is called, and IT calls save(); aka actionProductSave, that calls actionProductUpdate ... and so on. Creating an infinite loop

Nope.
I looks like a different problem, please send me a private message with some login credentials so i can have a look.

×
×
  • Create New...