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

      How can we deploy bagisto application?
      • gwachhamit

      14
      0
      Votes
      14
      Posts
      1522
      Views

      G

      Thank you that helped.

    • T

      Sliders not responsive v1.3.1
      • tluanga

      4
      0
      Votes
      4
      Posts
      244
      Views

      devansh-webkul

      Please check this thread,
      https://github.com/bagisto/bagisto/pull/4716/files

    • A

      Add input field under money transfer section in checkout page
      • asimraza

      4
      0
      Votes
      4
      Posts
      4201
      Views

      devansh-webkul

      You need to publish your package also, if you have done customization then move this edited file manually also.

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

      to

      resources\themes\.........\shop\checkout\onepage\payment.blade.php

    • S

      Target class Stripe/Payment/Stripe does not exist
      • Spexhu

      2
      0
      Votes
      2
      Posts
      190
      Views

      D

      Have you create Stripe Class?

    • A

      Set Multi Channel based on country
      • abo

      2
      0
      Votes
      2
      Posts
      170
      Views

      devansh-webkul

      @abo,

      That totally depends on you. Here this is not Bagisto stuff. You just need to check the country and use the redirect method.

    • S

      After add Cart it always return item_count 1and cart return null
      • sudipdig

      4
      0
      Votes
      4
      Posts
      1991
      Views

      devansh-webkul

      @sudipdig,

      Run php artisan jwt:secret. Run php artisan optimize. Then try again with fresh token.
    • J

      Consume webservice with bagisto?
      • Janathan

      2
      0
      Votes
      2
      Posts
      116
      Views

      devansh-webkul

      I think it's some kind of API that you are trying to hit. You need to customize this according to your needs.

    • A

      Redirect to Another Subdomain based on Country ( Multi Channels)
      • abo

      2
      0
      Votes
      2
      Posts
      338
      Views

      devansh-webkul

      Hi @abo,

      That's a customization you need to handle this case at your own end.

      Just check the requested client country at server end and make a list of domain and then redirect it according to your own need.

    • N

      Can we use Laravel Octane ?
      • nitin

      2
      0
      Votes
      2
      Posts
      190
      Views

      devansh-webkul

      Laravel octane basically needed Swoole dependency currently we have not integrated into the core but you can try that.

    • H

      Can't edit category.
      • harsha m

      4
      0
      Votes
      4
      Posts
      183
      Views

      V

      Hi @harsha-m
      while editing category might some fields has warning and incorrect data that's the reason the category is stay remain on same page, please check carefully.

    • B

      Icon from font rango
      • bzero

      7
      0
      Votes
      7
      Posts
      629
      Views

      Lee Qiang

      Thanks for your reply
      http://prntscr.com/1hful4d

      Please see this screenshot. I want to change the action link icon on the order table.
      Does it make sense?

    • T

      Rearrange the order of attributes in layered navigation
      • thirdeyetechs

      5
      0
      Votes
      5
      Posts
      549
      Views

      H

      @devansh-webkul Now I got the attribues in expected order.But in view page.The order is different.How to fix it.
      <script>
      Vue.component('layered-navigation', {

      template: '#layered-navigation-template', data: function() { return { attributes: @json($filterAttributes), appliedFilters: {} } }, created: function () { var urlParams = new URLSearchParams(window.location.search); var this_this = this; urlParams.forEach(function (value, index) { this_this.appliedFilters[index] = value.split(','); }); }, methods: { addFilters: function (attributeCode, filters) { if (filters.length) { this.appliedFilters[attributeCode] = filters; } else { delete this.appliedFilters[attributeCode]; } this.applyFilter() }, applyFilter: function () { var params = []; for(key in this.appliedFilters) { if (key != 'page') { params.push(key + '=' + this.appliedFilters[key].join(',')) } } window.location.href = "?" + params.join('&'); } } }); Vue.component('filter-attribute-item', { template: '#filter-attribute-item-template', props: ['index', 'attribute', 'appliedFilterValues'], data: function() { let maxPrice = @json($maxPrice); maxPrice = maxPrice ? ((parseInt(maxPrice) !== 0 || maxPrice) ? parseInt(maxPrice) : 500) : 500; return { appliedFilters: [], active: false, sliderConfig: { value: [ 0, 0 ], max: maxPrice, processStyle: { "backgroundColor": "#FF6472" }, tooltipStyle: { "backgroundColor": "#FF6472", "borderColor": "#FF6472" } } } }, created: function () { if (!this.index) this.active = true; if (this.appliedFilterValues && this.appliedFilterValues.length) { this.appliedFilters = this.appliedFilterValues; if (this.attribute.type == 'price') { this.sliderConfig.value = this.appliedFilterValues; } this.active = true; } }, methods: { addFilter: function (e) { this.$emit('onFilterAdded', this.appliedFilters) }, priceRangeUpdated: function (value) { this.appliedFilters = value; this.$emit('onFilterAdded', this.appliedFilters) }, clearFilters: function () { if (this.attribute.type == 'price') { this.sliderConfig.value = [0, 0]; } this.appliedFilters = []; this.$emit('onFilterAdded', this.appliedFilters) } } }); </script>

      I want to change this code.

    • Lee Qiang

      Can I show Items default 100 per page on the tables?
      • Lee Qiang

      3
      0
      Votes
      3
      Posts
      181
      Views

      Lee Qiang

      Is there any environment setting such as config or env file?

    • R

      Bagisto suitability and importing products from different sources (JSON API, XML, CSV)
      • raidoa

      2
      0
      Votes
      2
      Posts
      2470
      Views

      admin

      Hi @raidoa ,

      Greetings!!!

      Thank you for letting us know your requirements. Would it be possible if you can simply create a ticket for this query so we can continue our communication there? Here you can create a ticket: https://bagisto.uvdesk.com/en/customer/create-ticket/

      Further, we may need to connect on call via Skype or Google Meet to discuss the requirements. Looking forward to your ticket.

    • A

      Not displaying all items in shop menu list
      • ali_infotech

      3
      0
      Votes
      3
      Posts
      250
      Views

      A

      Thank you so much, It save my time.

    • I

      This topic is deleted!
      • israa96

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      Is there any option to add variable products in Bagisto?
      • Michel_John12

      2
      0
      Votes
      2
      Posts
      1296
      Views

      devansh-webkul

      Hi @Michel_John12

      Use the custom CSS feature from the admin panel.

    • Y

      Cannot display Products table in dashboard
      • yaser-az

      17
      0
      Votes
      17
      Posts
      3001
      Views

      thongkechanle

      @bagisto-mogul
      oke

    • S

      GraphQl Registration issue
      • sudipdig

      2
      0
      Votes
      2
      Posts
      242
      Views

      N

      Hello @sudipdig ,
      please tell me where did you define your all variables that you have used in the mutation,
      also you can check the document for this:
      https://devdocs.bagisto.com/1.x/graphql-shop-api/getting-started-with-the-api.html#register-a-new-customer

    • S

      Edit Vue.js
      • Shirah

      6
      0
      Votes
      6
      Posts
      1354
      Views

      devansh-webkul

      Till 3rd point, it's all right. But on the fourth point you need to use --force flag to see the changes.

      But make sure you have not customized something big otherwise your changes got reverted. I suggest you to places the file manually in the resources/themes path.