Execute the following command to install it through npm:
npm install --save sovendus-voucher-network-and-checkout-benefits-vue
You can then use the component as with the following example on your order success / thank you page:
Click here for detailed information on the parameters and which ones are required.
<SovendusBanner
:trafficSourceNumber="YOU_TRAFFIC_SOURCE_NUMBER"
:trafficMediumNumber="YOU_TRAFFIC_MEDIUM_NUMBER"
sessionId="session-sdsdfsdfsd"
:timestamp="1705504738"
orderId="order-12345"
:orderValue="15.99"
orderCurrency="EUR"
usedCouponCode="CouponCodeFromOrder"
consumerSalutation="Mrs."
consumerFirstName="John"
consumerLastName="Smith"
consumerEmail="test@example.com"
consumerPhone="+49155123456789"
consumerStreet="Street Name"
consumerStreetNumber="12/4"
consumerCity="CityName"
consumerCountry="DE"
consumerZipcode="94419"
:consumerYearOfBirth="1991"
consumerDateOfBirth="01.12.2020"
/>
For Switzerland it is also required to add the following component on the home page / page where users will land coming from the Sovendus Voucher Network
<SovendusLandingPage />