Page History

Versions Compared

Key

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

...

  1. Go to tab Organization > Initialization > Organization parameters > Sales Channels & double click on the TVM sales channel you created in step Sales channel configuration
  2. Go to the "Point of sales" tab and click "+ New" to add a new point of sales
  3. Fill in the mandatory fields in the "General" tab and make sure to:
    1. select the corresponding workstation configured in step Workstation configuration in the Workstation dropdown.
    2. put a unique url for each vending machine:

      Note

      The recommended url pattern is: https://INSTITUTION_CODE-TVM_Name-INSTITUTION_CODE.ENVIRONMENT_NAME-shop.secutix.com/

      e.g. https https://mosa-tvm1-mosa.int1-shop.secutix.com/, https https://mosa-tvm2-mosa.int1-shop.secutix.com/ ...



  4. Go to the "Vending machine parameters" tab and Click "GENERATE" button to generate a secret token.

    Note

    This secret token is used for authentication when TVM is communicating with SecuTix's REST api.

    1. OPTIONAL - To enable Google Analytics Tracking you can also put the value of your GA Tracking ID or GTM Container ID into the corresponding field. For detailed instructions on how to enable GA or GTM tracking, please visit this page.



  5. Configure the "Currencies" and "Payment modes" tabs based on your needs
  6. Click "SAVE" to save the changes

...

  1. Install the latest version of Chrome from Chrome's official website.
  2. Create a new Chrome profile and check "create shortcut on Desktop"
  3. Go to Chrome Settings and install SecuTix Root Certificate (you can download the certificate from this page : here)
    1. Extract the zip file you downloaded
    2. Import the file "SecutixRootCA256.crt" to Chrome "Trusted Root Certification Authorities" via Chrome Settings.
    3. You might have to install it locally first, then for the current user.
  4. Change the "On startup" option to "Open a specific page or set of pages"
  5. Click on the "Set page" and put in the TVM PoS url that you configured in the previous section "Point of sales configuration"
  6. Close the Settings menu and go to the page with the TVM PoS url (e.g. https://tvm1-mosa.int1-shop.secutix.com/)
  7. Right click on the page and click on "Inspect" to open the web inspector
  8. Go to "Application" tab and input the following <Key, Value> pair into the TVM Web Host's Local Storage:
    Key: secutixApiSecretKey
    Value: use the secret token that is configured in "Point of sales configuration"


  9. Close Chrome
  10. Find the Chrome shortcut created at step 2 on desktop & Right click -> Properties
  11. In the Shortcut > Target field append this at the end and Save & Close the properties popup : --kiosk --disable-pinch --overscroll-history-navigation=0 --remote-debugging-port=9222 TVM_PoS_url_that_you configured_in_the_previous_section
  12. Double click the shortcut to start the TVM
  13. go to the page “pointofsalesurl/content/admin” and check the status. If ticket printer is KO, click on Set ticket counter and input a value. Status should now be ok. Press restart.
  14. The new TVM is now running in the Kiosk mode on Chrome!

...