Advertisement:

Author Topic: Looking for a way to show price change  (Read 245 times)

Resta

  • Sr. Member
  • ****
  • Posts: 345
Looking for a way to show price change
« on: October 04, 2018, 01:28:23 pm »
Hello,

I am looking for a way to show price updated with an image when the user updates the price but if possible then save the old price and show price history (like cargurus.com).  Has anyone done this?

Thanks!
« Last Edit: October 04, 2018, 01:49:04 pm by Resta »

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: Looking for a way to show price change
« Reply #1 on: October 04, 2018, 09:36:17 pm »
Hello,

I believe you will need a plugin for this. Like a sample attribute plugin (https://market.osclass.org/plugins/attributes/products-attributes_9), but this one will have a hidden input (with the old price as a value) which will save in a new table if different from the new one.

Regards.