Hello everyone,
I’m wondering, can I find somewhere a function, which updates product price by its ID. Something like setPrice (100.00, currency, someidgoeshere)
Thanks in advance
Simon
Hello everyone,
I’m wondering, can I find somewhere a function, which updates product price by its ID. Something like setPrice (100.00, currency, someidgoeshere)
Thanks in advance
Simon
i don’t thin so, cause it conflicts with the MVC architecture.
it works like this:
product->setItsPrice(100, currency)
in newest shopversion, there is a function included to update a products price on a certain time - maybe you could use this?