Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • bala

      i want to hold the sidebar only for home page
      • bala

      9
      0
      Votes
      9
      Posts
      1424
      Views

      shubhwebkul

      You need to run command npm run watch inside packages/Webkul/Velocity to watch your changes in vue files.

    • _

      How to push array by component in bagisto vue js. ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      467
      Views

      N

      Hello @_developer_12 ,
      just check the following link:
      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/products/view/configurable-options.blade.php

      here you can see $config = $configurableOptionHelper->getConfigurationConfig($product)

      and then $config is used as json data in the component.

      Thank you.

    • _

      When we add to cart than tell me that how to add new key on ['additional'] array on the cart ?
      • _developer_12

      5
      0
      Votes
      5
      Posts
      935
      Views

      S

      I didn't get you well, Do you want to see those attribute in the cart.Please check the screenshot.
      click on the below link.
      https://prnt.sc/rmcfyg

    • T

      Error Listing Routes and Displaying Images
      • tomatopi

      5
      0
      Votes
      5
      Posts
      986
      Views

      T

      Thanks.

      Great application. Nice work.

    • C

      product create Error
      • cmpengineers

      2
      0
      Votes
      2
      Posts
      461
      Views

      V

      @cmpengineers said in product create Error:

      production.ERROR: Aborted. {"exception":"[object] (Symfony\Component\Console\Exception\RuntimeExceptio$
      [stacktrace]

      do the following and run these command from the project's root directory;

      composer dump-autoload
      php artisan config:cache
      php artisan vendor:publish --force

      Thanks,

    • D

      Upload inventory and Pricing
      • dan3460

      3
      0
      Votes
      3
      Posts
      525
      Views

      D

      Thanks @rahul, yes i'm using the yes i'm making a lookup for the product id number to update.

    • D

      Price Slider not Working
      • dan3460

      6
      0
      Votes
      6
      Posts
      993
      Views

      V

      @dan3460
      Thanks for notifying bug.
      I will update you soon once it's resolved again.

    • T

      Changing Attribute Family
      • tomatopi

      2
      0
      Votes
      2
      Posts
      347
      Views

      V

      @tomatopi
      no, currently this feature is not available.

    • S

      Errors while deploying using vapor
      • svalalmsetti

      6
      0
      Votes
      6
      Posts
      1507
      Views

      R

      Hi @svalalmsetti

      Please run following commands -

      sudo chown -R $USER:www-data storage

      then

      chmod -R 775 storage
    • S

      sorting is not working.
      • sanjana singh

      3
      0
      Votes
      3
      Posts
      767
      Views

      Z

      thanks sanjana

    • _

      Whenever I update compositor in Bugisto, is the Bugisto library also automatically updated?
      • _developer_12

      5
      0
      Votes
      5
      Posts
      1000
      Views

      S

      If you are getting issue regarding your route then use this command php artisan route:cache && route:clear if you still getting issue after running the given command.Then deploy your bagisto on our staging server so that I can look into your code.

    • P

      How to display product image on product table
      • Poonam Kharka

      5
      0
      Votes
      5
      Posts
      1154
      Views

      Z

      Hay, Poonam, I am not a tech geek and pretty understand your problem. Actually, I had faced the pretty same issue with my b2b store for that I have install product table plugin, and after that, many issues are resolved.

    • _

      Please tell me how to solve this error ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      558
      Views

      V

      @_developer_12

      mention the bagisto version mention the steps to reproduce this error?

      Thanks,

    • C

      modify customer api address
      • cmpengineers

      6
      0
      Votes
      6
      Posts
      1269
      Views

      C

      Dear @shivam-webkul

      First Thank you very much

      I have solved it in POSTMAN if you want to send an array then you have to choose

      x-www-form-urlencoded or Raw option but Not form-data won't recognize that you are sending an array

      Screen Shot 2020-04-01 at 12.39.26 PM.png

      Best regard

    • _

      Please tell me that how to laravel updation by ftp ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      1016
      Views

      R

      hello @_developer_12

      I don't get the question, can you explain more, I mean laravel update by FTP.

      Thanks

    • T

      Variant images in cart
      • tomatopi

      2
      0
      Votes
      2
      Posts
      365
      Views

      V

      @tomatopi
      Currently, It's not possbile.
      Thanks

    • I

      This topic is deleted!
      • interactivated

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • T

      Export Button
      • tomatopi

      4
      0
      Votes
      4
      Posts
      729
      Views

      T

      OK. Just wanted to be sure it wasn't something I was doing wrong.

      I'm using Firefox 68.6.0 on Linux lately.

      Peter

    • I

      How to add custom input fields to checkout
      • Insight Media

      2
      0
      Votes
      2
      Posts
      938
      Views

      S

      You can simply do that by overriding customer-info.blade.php which you can find under shop->resources->views->checkout->onepage.

    • cr

      Bagisto Customization 101
      • cr

      4
      0
      Votes
      4
      Posts
      749
      Views

      S

      Hi, @cr
      I got your question exactly the velocity is a package which contains all the css and js and all functionality for the velocity theme,

      But if you want to develop a package in bagisto for default and velocity theme then you need to do compatible to your package for the velocity theme.

      Let me know if you still got some questions.

      Thanks