Navigation

    Bagisto Forum

    Bagisto

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

    darkuser123

    @darkuser123

    0
    Reputation
    16
    Posts
    47
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    darkuser123 Follow

    Posts made by darkuser123

    • Image search system

      Hello, how the image search system works in bagisto ?
      i'm trying to figure out from the routing and i find the function called uploadSearchImage in SearchRepository file

      since bagisto using tensorflow.js to process the image, but i can't find where did bagisto called the function and send the image uploaded from tensorflow.js, since the uploadSearchImage is just store the image to storage folder,

      so where i can find the function that send the image uploaded to tensorflow.js ?

      posted in Modules
      D
      darkuser123
    • How to upload more than one image in bulk update ?

      I have test it using comma but that's doesn't work,
      what is the right way to do that ?
      Capture.PNG

      posted in Modules
      D
      darkuser123
    • where i can find controller of product detail in velocity theme?

      i want to modified and give additional data in the product detail

      posted in General Discussion
      D
      darkuser123
    • RE: Add credit/debit card payment

      @devansh-webkul i have an external js file, and i have import the js file in app.js and do Vue.use(js-file)
      but the js file not register in this.window

      Capture.PNG

      normally if i'm not using velocity theme, the js file is works

      are we cannot published the js file in velocity frontend ?

      the app.js file that i modified was in

      packages/Webkul/Velocity/src/Resources/assets/js/app.js
      
      posted in Modules
      D
      darkuser123
    • RE: Add credit/debit card payment

      @devansh-webkul i have modified this file

      packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage.blade.php
      

      what i do was, i add some new vue components in there, and then i'm running command

      php artisan vendor:publish --force --all
      

      its work well without show an error

      but my vue component that i created is not shown in frontend, and also the file in

      resources/themes/velocity/views/checkout/onepage.blade.php
      

      are not updated with component that i made

      posted in Modules
      D
      darkuser123
    • RE: Add credit/debit card payment

      @devansh-webkul i have modified and add come code in onepage.blade.php in velocity folder, and do that command, but nothing changed in theme folder
      why ?

      posted in Modules
      D
      darkuser123
    • RE: Add credit/debit card payment

      @devansh-webkul is there anyway to update onepage.blade.php in velocity folder ?
      since the resources/themes/ folder itu ignored to push in git and i dont want to change the .gitignore file

      and since there is a velocity folder, am i able to edit the views in that folder and then generate it to that themes/velocity/views/ folder ?

      is there anyway to publish the modified file in velocity folder to the theme folder

      posted in Modules
      D
      darkuser123
    • RE: api - I can create a address ...

      @William-Hatanaka You need to send the csrf token too, since the api using laravel

      posted in General Discussion
      D
      darkuser123
    • RE: Show Maps When Creating Inventory Sources

      @devansh-webkul where is the main.js or app.js location for Admin->settings->inventory_sources folder ? i want to check where is this validation come from, because i want longitude and latitude become required too Capture.PNG

      posted in Knowledge Base
      D
      darkuser123
    • Show Maps When Creating Inventory Sources

      Hello
      I want to add google maps when inputting inventory source data, so I'm using vue to show the maps and user will placed the marker, what I want is when user pointed the marker in maps, the latitude and longitude form automatically fill, I have got the latitude and longitude from google api, how can I assign the value to the latitude and longitude form ?

      Thank u

      posted in Knowledge Base
      D
      darkuser123