@@ -0,0 +1,83 @@
@{
ViewData["Title"] = "Order Questions";
}

<div class="row">
<div class="col-ms-12">
<h1>@ViewData["Title"]</h1>
</div>
</div>

<div class="row">
<div class="col-sm-12">

<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">Can I pay by means of 'Pay on account'?</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse">
<div class="panel-body">To order on account you go through the following steps:
<br>1. Check if your order is correct
<br>2. Click on 'Pay on account'
<br>3. You will receive a confirmation email with your order in the appendix
<br>4. The mail contains the bank details of Squiller-Fashion
<br>5. You have 14 days to fulfill the payment
</div>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">Can I Pay with PayPal?</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">An option to pay at Squiller-Fashion is PayPal
<br>1. Click on "Pay Pay" at your shopping cart
<br>2. Log in with your PayPal account
<br>3. Follow the payment instructions</div>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">What is the payment term with 'Pay on account'?</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">You have 14 days to fulfill the payment</div>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4">Safe shopping at Squiller-Fashion</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">- For the online payments we use an SSL connection / Secure Sockets Layer connection. This means that all personal data that you have entrusted to us is encrypted. This prevents others from seeing your information. However, the most important protection remains your own password. Never give your password to other people and avoid open access to your account.
<br>- Squiller-Fashion complies with applicable privacy legislation and all legal requirements. Your contact information is only used to process orders and to continuously improve our services. Information is never provided to third parties without your permission. For more details see the Privacy Statement.
</div>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse5">What if I forgot to mention my order number?</a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-body">You can find the order number of your order in the order confirmation that you received from us by e-mail. In order to process your payment correctly, we need the correct data. That is why we ask you to contact our customer service. If you contact us, please state as much information as possible. At least your order number, customer number and account holder of the account you paid with.</div>
</div>
</div>

</div>
</div>
</div>
BIN +512 Bytes (100%) bin/Debug/netcoreapp2.0/Webshop.dll
Binary file not shown.
BIN +152 Bytes (100%) bin/Debug/netcoreapp2.0/Webshop.pdb
Binary file not shown.
@@ -1,8 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\steve\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\steve\\.nuget\\packages",
"C:\\Users\\roos-\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\roos-\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
@@ -1 +1 @@
5f5ed5456e5e0fbc0e7ae56f2f7a356fe9c38722
8456612bd925a71049406609b5fab86336364b9e
BIN +512 Bytes (100%) obj/Debug/netcoreapp2.0/Webshop.dll
Binary file not shown.
BIN +152 Bytes (100%) obj/Debug/netcoreapp2.0/Webshop.pdb
Binary file not shown.
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "ZHHpsjijtouZnNTfSgOK87rdOSjxU+nZs2IG5oOfvvDKWA3MG45Tqg+btemz9dSmAmV+AMTr3JGYF7IXudYCYg==",
"dgSpecHash": "Bu7Rg1+wYriQakkKKgs8UElelAKKpZYvcrC71uOqLHk1uDkZsPlzM+ZS48ff3epUALbcv2YwwjdWUrbRaaFffg==",
"success": true
}
@@ -3,9 +3,9 @@
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">c:\Users\steve\Documents\GitKraken\SquillerWebshop\obj\project.assets.json</ProjectAssetsFile>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">D:\Hogeschool_Rotterdam\Jaar_2(2017-2018)\Project\Project56\SquillerWebshop\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\steve\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\roos-\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.3.0</NuGetToolVersion>
</PropertyGroup>
@@ -13069,23 +13069,23 @@
]
},
"packageFolders": {
"C:\\Users\\steve\\.nuget\\packages\\": {},
"C:\\Users\\roos-\\.nuget\\packages\\": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "c:\\Users\\steve\\Documents\\GitKraken\\SquillerWebshop\\Webshop.csproj",
"projectUniqueName": "D:\\Hogeschool_Rotterdam\\Jaar_2(2017-2018)\\Project\\Project56\\SquillerWebshop\\Webshop.csproj",
"projectName": "Webshop",
"projectPath": "c:\\Users\\steve\\Documents\\GitKraken\\SquillerWebshop\\Webshop.csproj",
"packagesPath": "C:\\Users\\steve\\.nuget\\packages\\",
"outputPath": "c:\\Users\\steve\\Documents\\GitKraken\\SquillerWebshop\\obj\\",
"projectPath": "D:\\Hogeschool_Rotterdam\\Jaar_2(2017-2018)\\Project\\Project56\\SquillerWebshop\\Webshop.csproj",
"packagesPath": "C:\\Users\\roos-\\.nuget\\packages\\",
"outputPath": "D:\\Hogeschool_Rotterdam\\Jaar_2(2017-2018)\\Project\\Project56\\SquillerWebshop\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [
"C:\\Users\\steve\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\roos-\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.