You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
577 B

  1. * In Point Of Sale Front End - Products list:
  2. * Display only one product per template;
  3. * Display template name instead of product name;
  4. * Display products quantity instead of price;
  5. * Click on template displays an extra screen to select Variant;
  6. * In Point Of Sale Front End - Variants list:
  7. * Display all the products of the selected variant;
  8. * Click on a attribute value filters products;
  9. * Click on a product adds it to the current Order or display normal
  10. extra screen if it is a weightable product;