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

      Need total value of some column at bottom area.
      • Nayan7030

      5
      0
      Votes
      5
      Posts
      294
      Views

      V

      @Nayan7030
      this query is related to the marketplace module, you may raise the ticket to our support team https://bagisto.uvdesk.com/en/customer/create-ticket/

    • H

      My logo changes when channel is switched to All in admin panel.
      • harshaq

      2
      0
      Votes
      2
      Posts
      176
      Views

      bhanu-webkul

      Hi @harshaq,

      Thanks for pointing out this concern, we really appreciate user's input like this.
      We have notified to our dev regarding this issue and will surely fix it soon.
      We would love get inputs in future also regarding any concerns or suggestions.

    • N

      Current date should be display by default on datepicker
      • Nayan7030

      2
      0
      Votes
      2
      Posts
      174
      Views

      bhanu-webkul

      Hi @Nayan7030,
      whatever changes or concerns are there regarding marketplace you are looking for,
      Please create ticket with your order id for same our developer team will guide you over there
      https://bagisto.uvdesk.com/en/customer/create-ticket/

    • T

      Configurable Product?
      • tluanga

      2
      0
      Votes
      2
      Posts
      198
      Views

      bhanu-webkul

      Hi @tluanga ,

      to set special price on each variant,you need to edit each variant individually.

    • M

      Someone please help me change velocity theme colors and resizing of homepage Sliders images,
      • Mianarshan

      2
      0
      Votes
      2
      Posts
      441
      Views

      P

      Hello,

      For resizing the homepage slider images, you may use custom CSS feature available in bagisto version 1.2.0 (like: https://prnt.sc/umi6dt).

      To change the velocity theme color, you may go to https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/sass/_variables.scss#L16 and define your own color for velocity theme.

      Run npm install and npm run watch in "packages/Webkul/Velocity" directory terminal to reflect the changes in browser.

      Thanks

    • K

      Contact form?
      • KevLav

      4
      0
      Votes
      4
      Posts
      484
      Views

      D

      @Vaishali-Agarwal Do I have to create the create tje action_page.php (if so in which folder should i do it) or has it already been created?

    • A

      Way to display price & special price for products of type 'Configurable'
      • AshJi

      4
      0
      Votes
      4
      Posts
      538
      Views

      A

      @AshJi How can I show special price for a configurable product like we have for simple products?

    • P

      How to remove extra zero from price
      • prashanttanwar

      8
      0
      Votes
      8
      Posts
      531
      Views

      bala

      @Ahmed-Reda yes ,its working for me .

    • A

      Controller name of these pages?
      • AkashWeybee

      2
      0
      Votes
      2
      Posts
      205
      Views

      V

      Hi @AkashWeybee
      As of my point of view you want name of the controller which handle request when we click on category.
      Name of controller is ProductsCategoriesProxyController and you will find it by following the path below:

      $root_directory/packages/Webkul/Shop/src/Http/Controllers/ProductsCategoriesProxyController.php
    • R

      how to add minimum order amount in bagisto?
      • ranaumer8344

      4
      0
      Votes
      4
      Posts
      322
      Views

      V

      @ranaumer8344
      raised the feature request https://github.com/bagisto/bagisto/issues/4029

    • S

      How to create a registration form for Admin.
      • sindhani

      2
      0
      Votes
      2
      Posts
      179
      Views

      D

      Hi Sindhani

      For creation of registration form for admin

      You have to make a registration blade file then you have to make a route and controller as well in admin package.

      Hope this will work for you.

      Best Regards
      Deepak Singh Gusain

    • C

      Theme Creation and Override Bottleneck
      • courage

      13
      0
      Votes
      13
      Posts
      864
      Views

      ghermans

      In case Bagisto is loading slowly you can do the following things:

      Pull the latest changes from our repository bagisto/bagisto because we added fixes related to the load time. Open .env and change APP_DEBUG=true to APP_DEBUG=false. Change the php memory limit to 3 or 4G in your php.ini file. In case you are using vagrant / homestead make sure that the virtual machine has enough memory.
    • C

      api for modify customer profile
      • cmpengineers

      11
      0
      Votes
      11
      Posts
      623
      Views

      H

      Make content-type as application/json and send put data in json formate
      like

      { "email": "new2@email.com", "first_name": "New", "last_name": "Name", "gender": "Male", "date_of_birth": null, "phone": null }
    • M

      Issue regarding homepage slider size and also changing of velocity theme color
      • Mianarshan

      26
      0
      Votes
      26
      Posts
      4494
      Views

      V

      @Mianarshan
      firstly for broken image in gmail message body, you need to allow external images and content type from the gmail settings

      Screenshot_31.png

    • L

      How configure products to be sell by weight
      • luisurbina

      2
      0
      Votes
      2
      Posts
      234
      Views

      S

      Hello there,
      Thank you for your queries regarding Bagisto!
      Please create the ticket for the same so our team will connect with you over there and reply to you.
      Ticket Create:- https://bagisto.uvdesk.com/en/customer/create-ticket/

    • N

      Have to remove Search bar, Whishlist & Compare Buttons on top header
      • Nilesh_P

      3
      0
      Votes
      3
      Posts
      496
      Views

      N

      Thanks Quick Reply

    • Z

      save-address api params
      • zig2na

      2
      0
      Votes
      2
      Posts
      161
      Views

      devansh-webkul

      Hi @zig2na,

      Can you share the screenshot of the postman with the response and request data? From this, i am not able to get this.

    • T

      Header script like adding facebook pixel
      • trishiab

      2
      0
      Votes
      2
      Posts
      303
      Views

      devansh-webkul

      Hi @trishiab,

      If you are doing changes in the packages directories. Then for reflecting change you need to run php artisan vendor:publish --all --force command. This will place all your changes to the main resource path.

      Important Note: If you have done too many customizations then I recommend you not run the command instead directly go to the resources folder and change there.

      For e.g. This path packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php for this you need to do changes here resources/themes/velocity/views/layouts/master.blade.php.

    • N

      Have to edit or redesign the cardview on the home page, please help
      • Nilesh_P

      3
      0
      Votes
      3
      Posts
      172
      Views

      N

      Thanks for quick reply

    • K

      only five items of the header content appear in the front end of velocity theme
      • khawala

      8
      0
      Votes
      8
      Posts
      388
      Views

      K

      @Vaishali-Agarwal thanks sir it's working greate