Skip to main content

Company

Scoping Questions

General Tab

  1. What is your Company Name? (must match the software licence exactly)
  2. What is your default trading Currency?
  3. What is your Email Address?
  4. What is your Registration Info?
  5. What is your Website URL?
  6. What is your Phone Number?
  7. Which Company Logo would you like to use?

Address Tab

  1. What is your Organisation name?
  2. What is Street 1?
  3. What is Street 2?
  4. What is Street 3?
  5. What is your Town/City?
  6. What is your County/State/Province?
  7. What is your Postcode/Zip Code?
  8. What is your Country?
Configuration Examples
Company
<retail:company
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:companyId>1</retail:companyId>
<retail:name>Enactor Ltd</retail:name>
<retail:currencyId>GBP</retail:currencyId>
<retail:emailAddress>info@enactor.co.uk</retail:emailAddress>
<retail:logoImageId type="png" category="OTHER">MyCompanyLogo</retail:logoImageId>
<retail:address>
<retail:organisation>Enactor Ltd</retail:organisation>
<retail:street1>Salisbury House</retail:street1>
<retail:street2>1 Bluecoats Avenue</retail:street2>
<retail:town>Hertford</retail:town>
<retail:county>Herts</retail:county>
<retail:postCode>SG14 1PB</retail:postCode>
<retail:countryCodeId></retail:countryCodeId>
</retail:address>
<retail:registrationInfo>Registered in England. Incorporation No. 123456789</retail:registrationInfo>
<retail:websiteURL>http://www.enactor.co.uk</retail:websiteURL>
<retail:phoneNumber>01992 500881</retail:phoneNumber>
</retail:company>