Versions Compared

Key

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

...

4. (Optional) To change default Wizart logo to your company logo add logo_path parameter and small_logo_path parameters and set values set value to appropriate link to both logo filesfile. Use the listing below to change the part of code specified in p.2

...

Code Block
const fittingRoomEndpoint = server_address
  + '/fitting-room'
  + '?api_token=' + api_token
  + '&bba=true'
  + '&logo_path=LINK_TO_YOUR_LOGO'
  + '&small_logo_path=LINK_TO_YOUR_SMALL_LOGO'
;

5. Save and move all the changes into the work environment of the client’s website.

...