Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. rahul
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    rahul

    @rahul

    39
    Reputation
    647
    Posts
    482
    Profile views
    9
    Followers
    1
    Following
    Joined Last Online

    rahul Follow

    Posts made by rahul

    • RE: Product creating error

      Hi @Megalight

      Can you tell , where did you modified your code so that we can check same thing at our end and give you solutions.

      Thanks

      posted in Bug Report
      R
      rahul
    • RE: Custom payment method failed

      Hello DaniD

      Please make sure that you have inserted correct credentials for your payment getaway and when a customer is clinking to your payment getaway, it is redirecting properly.

      As you have mentioned that, you are not getting any error, so we need little bit more explanation on this.

      Thanks

      posted in General Discussion
      R
      rahul
    • RE: Get configurable products

      Hi @Megalight

      Right now, we don't have any methods which can fetch any specific type product.
      But if you want , than you can create it according to your need.

      posted in Knowledge Base
      R
      rahul
    • RE: How to add another product to cart using API

      hi @darkuser123

      Kindly see the attachedapi-cart-add.png image.

      posted in Bug Report
      R
      rahul
    • RE: Money Transfer Functionality

      Hi @Shirah

      Right now, there is no functionality for money transfer.
      Its like a dummy shipping method.

      Thanks
      Rahul Shukla

      posted in General Discussion
      R
      rahul
    • RE: Do I have to use the CMS option to add a page ?

      Hi @MattWithCurls

      Please insert as given below -

        <form action="" method="POST">
              @csrf
      
              <div class="form-container">
                  <div class="control-group" :class="[errors.has('location') ? 'has-error' : '']">
                      <label for="location" class="required">Zip Code</label>
      
                      <input type="text" v-validate="'required'" class="control" name="location" />
      
                      <span class="control-error" v-if="errors.has('location')">Above field is required</span>
                  </div>
      
                  <button type="submit" class="btn btn-lg btn-primary" style="margin-top: 20px;">
                      submit
                  </button>
              </div>
      
          </form>
      

      and in admin like this - https://prnt.sc/vxij7d

      Thanks
      Rahul Shukla

      posted in General Discussion
      R
      rahul
    • RE: Handling exceptions

      Hello,

      We have created a separate file for exception handling.

      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Exceptions/Handler.php

      and this is bind -

      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Core/src/Providers/CoreServiceProvider.php#L52

      you need to remove given line code and it will work according to you.

      Note -> We don't advice you to change in core packages, it will create a problem on a new version.

      Thanks
      Rahul Shukla

      posted in General Discussion
      R
      rahul
    • RE: Custom pages not working

      Hello @PyramidHead

      According to your web.php file, your views should be residing in the given path - resources\views\themes\default\views\products-listing

      Make sure, your view exist there and then after run following command -

      php artisan route:cache
      

      and check again.

      Thanks
      Rahul Shukla

      posted in General Discussion
      R
      rahul
    • RE: Controller and route for product view blade

      Hello

      Route file and controller link is mentioned below.

      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/Controllers/ProductsCategoriesProxyController.php#L63

      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Http/routes.php#L308

      Thanks
      Rahul Shukla

      posted in General Discussion
      R
      rahul
    • RE: how to change product-card__badge

      Hi @gayanpriyankara

      I don't get what are you asking, please explain more.

      Thanks

      posted in General Discussion
      R
      rahul