Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Naresh-webkul
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Naresh-webkul

    @Naresh-webkul

    4
    Reputation
    87
    Posts
    114
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Naresh-webkul Follow

    Posts made by Naresh-webkul

    • RE: Issues with ini file - ext-zip and ext-intl not found

      Hi @Jonathan ,
      please go through with the following link:
      https://forums.bagisto.com/topic/1104/getting-error-with-composer-install/2

      posted in Installing Bagisto
      N
      Naresh-webkul
    • RE: How to get started with creation of new payment gateway?

      Hi @Deepanjali ,
      IF You are using latest bagistop release v1.2.0-BETA1 then you can use our package generator to generate a payment method package:
      https://github.com/bagisto/bagisto-package-generator
      just read the readme file point 24 under the summery.
      here you can create a base directory structure for your payment method using command.
      ELSE please mention exactly what issue you are facing while implementing your payment method. and yes Directory structure must in the form of new package.

      Thanks!

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: Multi vendor marketplace

      Hi @Tashiw145 ,
      you can include your own page at the front end product view page and in that you can display whatever you want.
      Goto:
      packages/Webkul/Velocity/src/Resources/views/shop/products/view.blade.php

      Thanks!

      posted in General Discussion
      N
      Naresh-webkul
    • RE: shipping fee setup

      Hello @Rahul74 ,
      You can create your package to perform this , where you can write logic to show the different shipping fee based on customer selected countries .

      please check our developer doc to create your own shipping package:
      https://devdocs.bagisto.com/create_shipping_method.html

      if want to know how to create package then go through with this first:
      https://devdocs.bagisto.com/create_package.html

      Thanks!

      posted in General Discussion
      N
      Naresh-webkul
    • RE: viewRenderEventManager add template with params

      You can check the AdminServiceProvider under The Admin Package for the reference.

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: viewRenderEventManager add template with params

      Hello @Vlad99 ,
      You can use the view->composer() in your service provider to pass any parameter to the blade where this view_render_event(bagisto.shop.layout.head) is already defined, after that inject your template and you can access the parameter in template that you have passed in viewComposer.

      Thanks!

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: How to remove local from velocity

      Hello @pksingh ,
      Can you please elaborate (like where you want to remove this).

      Thank you.

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: How to send an automatic notification

      Hi,
      Laravel Cron Job is an inbuilt task manager that gives your applications the ability to execute specific commands like sending a notification and other.

      you should check the following link:
      https://laravel.com/docs/7.x/scheduling

      https://bagisto.com/en/how-to-schedule-jobs-in-bagisto/

      Thank you.

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: How to send an automatic notification

      Hello @Omar ,
      You can perform this by using laravel cron job(task scheduling).
      Thank you.

      posted in Knowledge Base
      N
      Naresh-webkul
    • RE: Visual image for a promotion

      Hi @Vaishali-Agarwal ,
      you can create your own package to perform this,
      by providing the configuration to upload promotion images at admin panel and then you can easily get them from the front end.

      Thank you

      posted in General Discussion
      N
      Naresh-webkul