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

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

      4
      0
      Votes
      4
      Posts
      2380
      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
      330
      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
      543
      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
      398
      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
      596
      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
      1369
      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
      1083
      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
      476
      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
      2736
      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
      560
      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
      1523
      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
      4890
      Views

      thongkechanle

      @bagisto-mogul
      oke

    • S

      GraphQl Registration issue
      • sudipdig

      2
      0
      Votes
      2
      Posts
      452
      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
      1949
      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.
    • H

      Category in layered navigation.
      • harsha m

      8
      0
      Votes
      8
      Posts
      1295
      Views

      admin

      Hi @harsha-m,

      Only possible if you want to customize, and you have already customized also,
      https://forums.bagisto.com/topic/2565/rearrange-the-order-of-attributes-in-layered-navigation/5

      If you want paid to support you can contact Webkul else we suggest you to have some familiarity with the Vue JS and Laravel.

    • P

      Where can I find my old asked question on this form.There is no old data on my notification section.
      • prashant2408

      2
      0
      Votes
      2
      Posts
      1568
      Views

      devansh-webkul

      Hi @prashant2408,

      Due to lots of spamming issues, we have blocked some endpoints temporarily.

    • H

      How to add layered navigation in search result page.
      • harsha m

      2
      0
      Votes
      2
      Posts
      283
      Views

      devansh-webkul

      Hi @harsha-m,

      For that, you need to add your code in this file,
      packages/Webkul/Velocity/src/Resources/views/shop/search/search.blade.php

    • I

      Hi all, can any one help us How to add new field in configuraion like in the picture below
      • israa96

      11
      1
      Votes
      11
      Posts
      4645
      Views

      atalji

      This seems intresting !!!

    • _

      How to update bagisto without loosing customization ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      381
      Views

      devansh-webkul

      Hi @_developer_12,

      Well, the answer is clear if you are doing any customization then that means you are familiar with all these things and you are capable of doing the compatibility changes.

      And we always upgrade Laravel to the latest one in our versions. So no need to worry about the laravel version.