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

      List products by category in one page
      • PyramidHead

      4
      0
      Votes
      4
      Posts
      1207
      Views

      devansh-webkul

      Hi @PyramidHead,

      Please check this,

      public function allProducts(Request $request){ if (! empty($request->category)) { $data = Category::find('id', $request->category)->products->paginate(12); return response()->json($data); } $data = Product::paginate(12); return response()->json($data); }
    • G

      Search products by attribute options
      • Gniewoj

      4
      0
      Votes
      4
      Posts
      395
      Views

      devansh-webkul

      Hi,

      Obviously attribute options are linked with attribute. Just fetch attribute id from attribute option and then the method will do their job.

    • K

      error in the checkout when i add MarketplaceFedExShipping package to my store
      • khawala

      2
      0
      Votes
      2
      Posts
      704
      Views

      V

      @khawala
      kindly raise a support ticket at support@bagisto.com regarding the package issue.

    • S

      Maketketplace sidebar code
      • Shirah

      2
      0
      Votes
      2
      Posts
      94
      Views

      V

      @Shirah
      this is a paid extension by Webkul so suggest you create a support ticket here for further query https://bagisto.uvdesk.com/en/customer/create-ticket

    • R

      How to restrict the delivery to only 1 city?
      • ricky641

      3
      0
      Votes
      3
      Posts
      275
      Views

      R

      Yes perfect! Thanks

    • N

      Is it possible to apply discount before tax is applied ?
      • nessuno

      3
      0
      Votes
      3
      Posts
      142
      Views

      N

      @Vaishali-Agarwal Thanks @Vaishali-Agarwal ! Yes we tried but it was calculated after taxes however I will try again to be sure .. if not, I will report back for assistance, many thanks!

    • H

      Adding same product as a separate item in the cart instead of increasing qty
      • hemantkelanka

      6
      0
      Votes
      6
      Posts
      625
      Views

      devansh-webkul

      Hi @hemantkelanka,

      The thing you are telling is already implemented in a configurable product. Did you try a configurable product?

      Just create your attribute name as color_pallate and add your colors. Even color is also there.

      The next step is to create an attribute for size.

      Now assign both attributes to your attribute family.

    • U

      How to change notification alert color
      • Uyo-obong

      3
      0
      Votes
      3
      Posts
      151
      Views

      U

      Thanks...I have seen it.

    • K

      Cant find disable in admin panel - configuration/general/content in version 1.2.0
      • kevinx

      7
      0
      Votes
      7
      Posts
      1345
      Views

      K

      @Uyo-obong said in Cant find disable in admin panel - configuration/general/content in version 1.2.0:

      @kevinx If you update your .env, run php artisan config:cache, php artisan cache:clear.

      If after doing that, the problem still occur, create a new user in mysql and restart your server.

      This solved the issue, i was impatient, also it might be the problem with the user in mysql, i will re-build the server and update. thank you.

    • M

      where directory route bagisto standard ?
      • maullana

      2
      0
      Votes
      2
      Posts
      493
      Views

      V

      @maullana
      could you please explain more about this query?

    • S

      Cannot connect to Stripe connect
      • Shirah

      2
      0
      Votes
      2
      Posts
      123
      Views

      V

      Hi @Shirah
      kindly raise your ticket here https://bagisto.uvdesk.com/en/customer/create-ticket/ regarding any query related to the extension.

    • N

      haven't found product search api...
      • nahiyan.aziz

      3
      0
      Votes
      3
      Posts
      323
      Views

      A

      In api , it is retreiving data on the behalf of term. Try send term instead of name or try this in index method of ProductController.

      //name into term
      $request = request()->all();
      if(isset($request['name'])){
      $request['term'] = $request['name'];
      }
      // category_id into category
      if(isset($request['category_id'])){
      $request['category'] = $request['category_id'];
      }

    • _

      Routes undefined but i have already set routes on routes.php file on admin
      • _developer_12

      3
      0
      Votes
      3
      Posts
      1470
      Views

      D

      Thanks for sharing this valuable information.

    • M

      index file location?
      • macano

      2
      0
      Votes
      2
      Posts
      292
      Views

      V

      Hi @macano
      you will the index.php file inside public directory
      https://github.com/bagisto/bagisto/blob/master/public/index.php

    • P

      Free Shipping Badge is Missing in Product Page: How can we implement it?
      • parasbhadauria63

      3
      0
      Votes
      3
      Posts
      298
      Views

      devansh-webkul

      Hi @parasbhadauria63,

      This is customization, I can provide you the file where you can change hope this will help you,

      packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/shipping.blade.php

      Either you can create some feature in the backend to link the data with the method and then fetch record via chaining.

      Else you can hardcoded as well.

    • C

      multiple category in home page
      • cmpengineers

      2
      0
      Votes
      2
      Posts
      123
      Views

      V

      Hi @cmpengineers
      please check this link https://forums.bagisto.com/topic/1487/show-products-by-category-in-front-page/4

      https://forums.bagisto.com/topic/1950/how-to-show-sub-category-items-in-home-page-in-velocity
      Hope this will help you.

    • A

      Issue in SIgnup Process
      • ahsanchishti0322

      2
      0
      Votes
      2
      Posts
      142
      Views

      V

      @ahsanchishti0322
      could you please show the screenshot of the error ?

    • P

      Discount & Minimum Price By Default Selection is Missing in Configurable Products: How it can be added?
      • parasbhadauria63

      3
      0
      Votes
      3
      Posts
      587
      Views

      P

      Hi @Vaishali-Agarwal
      This is very important for a better conversion rate & user experience.
      How long can I expect this query to be resolved?

    • Reena-Alkurn

      How to shows Category at Layered Navigation Panel ?
      • Reena-Alkurn

      2
      0
      Votes
      2
      Posts
      187
      Views

      V

      @Reena-Alkurn
      are you looking for this feature highlighted in the attachment?
      Screenshot_217.png

    • I

      Product type Booking problem
      • Ibrahim

      2
      0
      Votes
      2
      Posts
      128
      Views

      V

      @Ibrahim said in Product type Booking problem:

      Hello, I am testing and I am lost due to this issue.
      I added a new product of type booking but I can find on the shop and the category showing zero products, even the product is added successfully in the admin but Qty on view shows zero and when edit it shows the right quantity.

      Hi @Ibrahim
      could you please show the screenshot of each value added in booking product.