Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What?

When making a new account it is possible to add different account options (when Elvis Kvalbergs fixes view)How?:

  • To validate filtering by object, item, customer classes (based on different pricing plans)
  • Add features: Loyal customers, Active customers

How?

Enable item / customer class and object

Code Block
[hansaworld]
enable_item_class = true

enable_objects = "true"
enable_customer_class = "true"

Enable loyal customer / activer customer etc. features 

Code Block
[hansaworld]
update_active_customers = true
update_loyal_customers = true

Add in the features option textbox when making a new customer account


incl. TOML format

Code Block
[hansaworld]
enable_item_class = true
update_active_customers = true

...