Bagisto Forum

    Bagisto

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

      multi seller
      • adipatikarna

      2
      0
      Votes
      2
      Posts
      194
      Views

      V

      @adipatikarna
      ACL can be controlled from the User section available inside Settings

    • R

      Can we integrate Ship rocket shipping method with bagisto
      • Rohit

      2
      0
      Votes
      2
      Posts
      210
      Views

      V

      @Rohit you may follow this guide while working on shipment methods https://devdocs.bagisto.com/create_shipping_method.html

    • O

      Promotion action on cart rule -> on condition true add x Product by x QTY
      • otheriz

      3
      0
      Votes
      3
      Posts
      308
      Views

      O

      hi @bhanu-webkul ,

      for the information to customer currently, we use/create promotion banner that put the information "buy min xxx get free 'A' item"..

      There's maybe good if we can get choice to
      additional field on the action tab
      'Customer select x item'
      (if the field is null or 0 it will be automatically inserted with 0 price/free)
      'Get Free items'
      (multiple select) and (integer qty field)

      give those two fields a border between them..so user know that this field is related to each other

      How to achieve this ?

    • R

      pagination at default theme home page
      • Rahul74

      4
      0
      Votes
      4
      Posts
      492
      Views

      A

      You have to customize it by yourself, and if you want to get this customize by with working code you may raise your ticket here https://bagisto.uvdesk.com/en/customer/create-ticket/

    • S

      Hide Shop Extension
      • sanjana singh

      4
      0
      Votes
      4
      Posts
      302
      Views

      D

      just change show function in vendor/bagisto/bagisto/packages/Webkul/Customer/src/Http/Controllers

      public function show() { if (auth()->guard('customer')->check()) { return redirect()->route('customer.profile.index'); } else { $intendedUrl = url()->route('shop.home.index'); session()->put('url.intended', $intendedUrl); return view($this->_config['view']); } }
    • Y

      Ali Express doesn't integrated
      • yaimran21

      7
      0
      Votes
      7
      Posts
      334
      Views

      Y

      @admin Thanks you very much. Love bagisto.

    • N

      add Area combo on checkout page
      • Nayan7030

      6
      0
      Votes
      6
      Posts
      307
      Views

      V

      Hi @Nayan7030
      Yes it is possible to add custom area input box during checkout but for this you have to make changes in checkout pages and add a coloum in database to store this value. if you want to show this field on other part like email, invoice ,etc.. so you have to also customise that pages or code
      To learn about bagisto kindly checkout our documentation:
      https://devdocs.bagisto.com/

    • C

      Bagisto Development From Dev to Master
      • carl

      2
      0
      Votes
      2
      Posts
      165
      Views

      V

      Hey @carl
      Please raise the ticket for the same here https://bagisto.uvdesk.com/en/customer/create-ticket/, our team will guide you better on this.

    • V

      Install module marketplace and login fails
      • vudangnt

      2
      0
      Votes
      2
      Posts
      257
      Views

      V

      @vudangnt
      let me know your php version as well as bagisto version?

    • A

      Velocity theme border and background color change
      • aymannazeer

      2
      0
      Votes
      2
      Posts
      207
      Views

      V

      @aymannazeer
      could you show me code how did you do this so I can check and guide you further.

    • T

      How do i integrate paystack payment gateway into bagisto
      • THINKLIFE

      2
      0
      Votes
      2
      Posts
      476
      Views

      V

      @THINKLIFE
      first you need to create the package which you can create by using our package generator in a single line command
      https://github.com/bagisto/bagisto-package-generator

      reference guide for creating payment method
      https://github.com/bagisto/bagisto/issues/2354
      https://github.com/bagisto/bagisto/issues/2354

    • M

      I want create a faq for products module
      • Mayankpanchal

      5
      0
      Votes
      5
      Posts
      448
      Views

      M

      @devansh-webkul

      For now error was fixed . I was created a package using Bagisto package generator so it's create a repository file like this.
      <?php

      namespace Webkul\ProductFaq\Repositories;

      use Webkul\Core\Eloquent\Repository;

      class ProductFaqRepository extends Repository
      {
      /**
      * Specify Model class name
      *
      * @return mixed
      */
      function model()
      {
      return 'Webkul/ProductFaq/Contracts/ProductFaq';
      }
      }

      But solution is that we have to write backward slash for return model like this

      function model()
      {
      return 'Webkul\ProductFaq\Contracts\ProductFaq';
      }

    • M

      This topic is deleted!
      • mikeyapina

      10
      0
      Votes
      10
      Posts
      42
      Views
    • A

      Checkout page customization
      • aymannazeer

      2
      0
      Votes
      2
      Posts
      343
      Views

      V

      @aymannazeer
      you may add or edit any field from here for velocity checkout https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage

    • M

      Is it possible to restrict products to groups of certain users only?
      • mikeyapina

      4
      0
      Votes
      4
      Posts
      383
      Views

      V

      @mikeyapina
      this functionality is not available but you can customize it for yourself same like promotion rule are applied based on customer group.

    • S

      Install plugin on aws.
      • Shirah

      4
      0
      Votes
      4
      Posts
      251
      Views

      V

      @Shirah
      If you're using Linux then you should have SSH/FTP details to access the terminal so that you can run the command on your server directly and upload modules.

    • A

      package:make-payment-method is not defined
      • Ang Norman

      2
      0
      Votes
      2
      Posts
      567
      Views

      devansh-webkul

      Hi,

      @Ang-Norman,

      Please check here,
      https://forums.bagisto.com/topic/1718/how-to-get-started-with-creation-of-new-payment-gateway/27.

      For better communication, I request you to follow one thread.

    • Y

      GDPR Compliant
      • yousuf

      6
      0
      Votes
      6
      Posts
      509
      Views

      V

      @Javeed
      please check this link https://github.com/bagisto/bagisto-gdpr
      it's implemented.

      Thanks

    • R

      Custom payment method not working in Bagisto 1.2
      • RK REZA

      17
      0
      Votes
      17
      Posts
      967
      Views

      V

      @RK-REZA
      Great !✌

    • K

      how can use POS extension of bagisto on localhost ?
      • khurram474

      2
      0
      Votes
      2
      Posts
      173
      Views

      ghermans

      Can you please provide us the error that you receive when trying to access the POS extension?