Configurations


We implemented eCommerce MVC in such a way that anyone can configure it depending on their needs. eCommerce MVC allows you to update the following system configurations from Configurations screen in Dashboard panel. Only users with Administrator role will be able to change these configurations.

Site Configurations

  • Application Name
    Default Value: Your Store
    Description: This is the application name that will be used accross the site.
  • Application Intro
    Default Value: eCommerce MVC is an extendable, adaptable eCommerce project developed with C# ASP .Net MVC framework. It has all the features a fully functional online shopping website requires.
    Description: Add description about application. This will be displayed in the footer of website.
  • Address Line 1
    Default Value: empty
    Description: Add Address Line 2 of your company. Displayed in Invoice and Site Footer.
  • Address Line 2
    Default Value: empty
    Description: Add Address Line 2 of your company. Displayed in Invoice and Site Footer.
  • Email
    Default Value: contact@email.com
    Description: Add email address of your company.
  • Mobile Number
    Default Value: empty
    Description: Add Mobile Number of your company.
  • Phone Number
    Default Value: empty
    Description: Add Phone Number of your company.

General Configurations

  • Currency Symbol
    Default Value: $
    Description: This currency symbol is shown with prices on website and invoices.
    Available Options: $, , etc
  • Price Currency Position
    Default Value: {price}{currency}
    Description: This configuration will set price and currency position with respect to each other accross the website. {price} will be replaced with the price value and {currency} will be replaced by configured currency symbol.
    Available Options: {price}{currency}, {currency}{price}
  • Enable Credit Card Payment
    Default Value: true
    Description: Set value to true or 1 to enable Credit card payments or set value to 0 or false to disable credit card payments.
    Available Options: true, false
  • Enable Cash On Delivery Method
    Default Value: true
    Description: Set value to true or 1 to enable Cash on Delivery Method or set value to 0 or false to disable Cash on Delivery Method.
    Available Options: true, false
  • Enable PayPal Payment Method
    Default Value: false
    Description: Set value to true to enable PayPal Payment Method or set value to false to disable PayPal Method. You should also supply PayPal client id in order for paypal payment gateway to work.
    Available Options: true, false
  • PayPal Client ID
    Default Value: empty
    Description: Add your PayPal client ID to use PayPal Payment Method. You should also enable PayPal Payment Method in order for paypal payment gateway to work.
    Available Options: true, false
  • Digits After Decimal Point
    Default Value: 2
    Description: Set the value to any number to display number of digits after decimal points in amounts accross the site.
  • Flat Delivery Charges
    Default Value: 0
    Description: Set the value for Delivery Charges. This is flat delivery charges rate. This will be add to the final amount and displayed to user on the Checkout page.
    Available Options: 0 to any number.

Social Links Configurations

  • Facebook URL
    Default Value: empty
    Description: Add Facebook Page URL of your company.
  • Instagram URL
    Default Value: empty
    Description: Add Instagram URL of your company.
  • LinkedIn URL
    Default Value: empty
    Description: Add LinkedIn Page URL of your company.
  • Twitter URL
    Default Value: empty
    Description: Add Twitter Page URL of your company.
  • Twitter Username
    Default Value: empty
    Description: Add Twitter Username of your company.
  • Whats App Number
    Default Value: empty
    Description: Add Whats App Number of your company.
  • YouTube URL
    Default Value: empty
    Description: Add YouTube Page URL of your company.

Sliders Configurations

  • Slider 1
    Default Value: Welcome to eCommerce MVC. eCommerce MVC is an extendable, adaptable eCommerce project developed with C# ASP .Net MVC framework. It has all the features a fully functional online shopping website requires.
    Description: This is the first slider that will be displayed on the home page. You should preferably upload image of size 1200x300 pixels.
  • Slider 2
    Default Value: Welcome to eCommerce MVC. eCommerce MVC is an extendable, adaptable eCommerce project developed with C# ASP .Net MVC framework. It has all the features a fully functional online shopping website requires.
    Description: This is the second slider that will be displayed on the home page. You should preferably upload image of size 1200x300 pixels.
  • Slider 3
    Default Value: Welcome to eCommerce MVC. eCommerce MVC is an extendable, adaptable eCommerce project developed with C# ASP .Net MVC framework. It has all the features a fully functional online shopping website requires.
    Description: This is the third slider that will be displayed on the home page. You should preferably upload image of size 1200x300 pixels.