php - how to force magento to use my custom price -



php - how to force magento to use my custom price -

hi , reading, i'm working on magento ee 1.13, here added new cost fields product edit page (offer cost , deal price) beside original cost , special cost fields. , here problem come: need create magento utilize deal cost or offer cost when set, find complicated , not easy find. think maybe can override addfinalprice method or override getfinalprice method, i'm not sure if it's right, need help guys in this. thought appreciated, in advance. update: there way save final cost in database after saving finishing editing product?

you need add together observer on event catalog_product_get_final_price. please check below answer.

magento : add together product cart custom price

php magento

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -