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

Laravel eCommerce Vapulus Payment Gateway

$
0
0

With the help of the Laravel eCommerce Vapulus Payment Gateway module, the admin can integrate Vapulus Payment Gateway to the Bagisto eCommerce store.
The customers can also use the Vapulus Payment Gateway for the purchase of the products

Features of Laravel eCommerce Vapulus Payment Gateway

  • Secured system
  • Low Transaction Fee
  • Easy to use and user friendly
  • Supports multiple currencies.

How to install the module

After you have successfully downloaded the zip file of Laravel eCommerce Vapulus Payment Gateway, unzip the zip folder and then merge “packages” folders into the project root directory.

laravel-ecommerce-multi-tenant-stripe-connect

Goto config/app.php file and add the following line under ‘webkul packages’

Webkul\Vapulus\Providers\VapulusServiceProvider::class,

Also,goto composer.json file inside the Bagisto root directory and add the following line under ‘psr-4

"Webkul\\Vapulus\\": "packages/Webkul/Vapulus/src"

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

composer dump-autoload
php artisan migrate
php artisan vendor:publish --force
press 0 and then press enter to publish all assets and configurations.
or
-> Press the number showing StripeServiceProvider and then press enter to publish assets and configurations.

Admin Configuration

Once you successfully execute the command, you will see the Vapulus Payment under the Configure>Sales>Payment Method.

valpulus-Configuration-2-2

Here the admin also needs to enter the details regarding the payment gateway like Title, Description, Website id, App id, App Secure hash, App Password, Vapulus Currency, Sort Order.
After filling in all these essential details click on the Save button

Now the Vapulus payment gateway is available for the customers,

Front End

Once you have successfully added the product to your cart then proceed for checkout at the checkout page, you will find the Vapulus Payment option under the payment method section.

Vapulus Payment Gateway

Under the order summary page, the user can also see all the details as shown below:-

laravel ecommerce Vapulus Payment Gateway

After clicking on the place order button the page will appear that will look like shown below:-

Vapulus Payment Gateway bagisto

On this page, the cart summary is also available like Subtotal, Delivery Charges, Tax, and Grand total.

The customer needs to click on the Pay button now, after clicking on the pay button a page will appear that will look like shown below:-

 bagisto Vapulus Payment Gateway

Here the customer needs to enter the PIN code and then enter the Proceed button.
After clicking on the proceed button next page will appear that will look like shown below:-

laravel Vapulus Payment Gateway

On this page, the customer can select the card and can also add the new card for the payment process. After selecting the card the admin needs to click on the Pay button.
After clicking on the pay button a page will appear where the customer needs to enter the CVV to proceed the process as shown below:-

bagisto Vapulus Payment Gateway

Click on the Pay button.

After clicking on the pay button a page will appear that will look like shown below:-

Vapulus Payment Gateway

Click on the submit button.
After clicking on the submit button the payment process will take place as shown in the image below:-

Vapulus Payment Gateway

Here the customer can see that the Transaction has been approved, then the admin needs to click on the continue button.

Vapulus Payment Gateway

After clicking on the continue button the user can see that the order has been made successfully.

That’s all for the Laravel eCommerce Vapulus Payment Gateway, still, have any issue feel free to add a ticket and let us know your views to make the module better bagisto.uvdesk.com


Viewing all articles
Browse latest Browse all 5490

Trending Articles