Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5553

Laravel eCommerce Customer Document

$
0
0

Laravel eCommerce Customer Document extension allows the admin to upload the document for the customer.

However, by uploading these documents the admin can easily provide the information to their customer related to the products such as product SKU, product description.

Moreover, the admin can also provide the information to the customer about the new offers/discounts by uploading the marketing document.

Features of Laravel eCommerce Customer Document

  • The admin can easily upload the documents for the customers
  • The admin can also upload the document for a specific customer
  • The customer can download the documents
  • The admin can upload documents related to the product & marketing
  • The admin can delete & download the documents

Installation of Laravel eCommerce Customer Document

Once you have to successfully download the zip file of the Laravel eCommerce Customer Document, unzip the zip folder then merge “packages” folders into the project root directory.

Let’s goto config/app.php file then add the following line under ‘webkul packages’

Webkul\CustomerDocument\Providers\CustomerDocumentServiceProvider::class

Goto config/concord.php file and add following line under ‘modules’

\Webkul\CustomerDocument\Providers\ModuleServiceProvider::class

Goto composer.json file and add following line under ‘psr-4’

"Webkul\CustomerDocument\":"packages/Webkul/CustomerDocument/src"

Next, run these commands below to complete the setup in the bagisto root directory.

composer dump-autoload
 php artisan migrate
 php artisan route:cache
 php artisan vendor:publish
-> Press 0 and then press enter to publish all assets and configurations.

Admin Management

Under the admin panel , once you have successfully executed the module, you will see the Customer Document Icon on the left side in the menu bar, as shown in the below image.

Let’s the admin click on the Document Icon after that below page will be open.

Here admin will find the list of all the documents.

After that, the admin will click on the add document button to add the new document.

Now the admin has to enter the required details while uploading the document such as :

  • Name: Enter the document name
  • Type: Select the type (If the document is related to the Product, the admin will choose the Product Type else admin can choose the Marketing)
  • Status: Select the document status Active or Inactive
  • Description: Enter the description
  • File: Choose the file

Lastly and most importantly admin will click on the Save Document button.

Add document for specific Customer

In addition, with the help of this module, the admin can easily add any required document for a specific or individual customer.

The admin can navigate through Customers>>Customer>>Edit Customer.

Let’s click on the edit button, after that the below page will be open.

By hitting the add document button admin can easily add the document to a specific/individual customer.

Customer View

The customer can easily view all the documents provided by the admin under their customer profile.

That’s all for Laravel eCommerce Customer Document, still, have any issue feel free to add a ticket and also let us know your views to make the module better https://bagisto.uvdesk.com/en/


Viewing all articles
Browse latest Browse all 5553

Trending Articles