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
    • _

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

      2
      0
      Votes
      2
      Posts
      544
      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
      1018
      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
      1146
      Views

      T

      Thanks.

      Great application. Nice work.

    • C

      product create Error
      • cmpengineers

      2
      0
      Votes
      2
      Posts
      571
      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
      653
      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
      1216
      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
      438
      Views

      V

      @tomatopi
      no, currently this feature is not available.

    • S

      Errors while deploying using vapor
      • svalalmsetti

      6
      0
      Votes
      6
      Posts
      1743
      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
      875
      Views

      Z

      thanks sanjana

    • _

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

      5
      0
      Votes
      5
      Posts
      1172
      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
      1303
      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
      644
      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
      1411
      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
      1048
      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
      447
      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
      831
      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
      1049
      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
      890
      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

    • R

      Logistics Integration
      • Reece

      2
      0
      Votes
      2
      Posts
      489
      Views

      admin

      Hi @Reece

      You can for sure integrate any logistics API using this devdocs: https://devdocs.bagisto.com/create_shipping_method.html