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

      How to create new Product type ?
      • latifiyll

      9
      0
      Votes
      9
      Posts
      791
      Views

      Y

      @Rogers can you show how did you do it please? the product type code

    • S

      Hitting API with guzzle
      • sohaib

      3
      0
      Votes
      3
      Posts
      199
      Views

      devansh-webkul

      Hi @sohaib,

      Please check if a user is authenticated and also add Accept: application/json as a header to see the proper response.

    • W

      Multiple DataGrids in same page - Still not working on v.1.3.1?
      • wallace

      6
      0
      Votes
      6
      Posts
      1353
      Views

      devansh-webkul

      Hi @wallace,

      I don't know the exact date but it will be release soon. 😄

    • L

      Get product category on export
      • LilD

      2
      0
      Votes
      2
      Posts
      179
      Views

      devansh-webkul

      Hi @LilD,

      Use this,

      ->leftJoin('product_categories', 'product_flat.product_id', '=', 'product_categories.product_id') ->leftJoin('category_translations', 'product_categories.category_id', '=', 'category_translations.category_id') ->select( ... 'category_translations.name as category_name', ... );

      Rest you need to add some Datagrid stuffs, like adding columns, etc.

    • L

      how to add and change the logo in conect with us?
      • leni

      5
      0
      Votes
      5
      Posts
      570
      Views

      I

      Thanks i was looking for this too

    • S

      Selection of configurable items on custom theme
      • sohaib

      2
      0
      Votes
      2
      Posts
      403
      Views

      devansh-webkul

      Hi @sohaib,

      Take a reference of this file,
      packages/Webkul/Shop/src/Resources/views/products/view/configurable-options.blade.php

      If you are customizing the theme, then you have to customize the copy of this file also. So that your classes get compatible with your current theme.

    • L

      Edit Componet product-card not results view
      • Leandro

      2
      0
      Votes
      2
      Posts
      92
      Views

      devansh-webkul

      Hi @Leandro,

      There are possibly two reasons,

      Either you have not compiled your assets. Or you forgot to publish the packages.
    • L

      Edit Compinent Product card
      • Leandro

      2
      0
      Votes
      2
      Posts
      143
      Views

      devansh-webkul

      Hi @Leandro,

      I am not getting this, may I know what you are trying to say so that I can help you further.

    • A

      Where did I add action page of form??
      • anitha

      5
      0
      Votes
      5
      Posts
      208
      Views

      A

      @Vaishali-Agarwal Contact Page.

    • S

      unable to add configurable-product in bagisto.
      • sohaib

      2
      0
      Votes
      2
      Posts
      526
      Views

      devansh-webkul

      Hi @sohaib,

      Please check here,
      https://devdocs.bagisto.com/1.x/api/cart.html#_3-adding-more-products-to-the-same-cart

    • L

      Delete order from CMS
      • LilD

      2
      0
      Votes
      2
      Posts
      224
      Views

      devansh-webkul

      @LilD,

      There is no order deletion code in the backend, you need to check the backend maybe some error occurred.

    • P

      Adding bundle product to cart using Web API
      • prof.jagpreet

      2
      0
      Votes
      2
      Posts
      159
      Views

      devansh-webkul

      Hi @prof-jagpreet,

      Yeah, the doc is missing I will update the docs, I just raised an issue,
      https://github.com/bagisto/bagisto-docs/issues/266

    • L

      Hide comparasion button if is on compare page
      • LilD

      2
      0
      Votes
      2
      Posts
      117
      Views

      devansh-webkul

      Hi @LilD,

      You need to check in the local storage for the guest user and in the database (velocity_customer_compare_products table) for customer users.

    • A

      POS module with custom currency (quantity * price) having issues
      • Aung Myo Oo

      2
      0
      Votes
      2
      Posts
      761
      Views

      V

      @Aung-Myo-Oo
      May i know which POS version you are currently using or if possible mention the Bagisto version.

    • L

      Filter by special price
      • LilD

      3
      0
      Votes
      3
      Posts
      185
      Views

      L

      @devansh-webkul yes but i put special_price and this not work

    • A

      HELP - READING AND RETRIEVING PROBLEM IN AOL MAIL
      • AshleyGray

      2
      0
      Votes
      2
      Posts
      113
      Views

      V

      @AshleyGray
      Are you looking for the Bagisto support?

    • K

      How to set minimum price for confiurable product on listing page
      • kuldeep2021

      10
      0
      Votes
      10
      Posts
      4827
      Views

      V

      @kuldeep2021
      Kindly share the credentials at support@bagisto.com along with your issue.

    • T

      Booking Type Text Change
      • tluanga

      2
      0
      Votes
      2
      Posts
      145
      Views

      devansh-webkul

      Hi @tluanga,

      From here,
      https://github.com/bagisto/bagisto/blob/4ad97d29fd84ddf3b53bdaab1779126b028084bd/packages/Webkul/BookingProduct/src/Resources/lang/en/app.php#L102

    • W

      Changing product images not working, because of cache issues
      • wallace

      8
      0
      Votes
      8
      Posts
      5477
      Views

      W

      I solved the issue and the problem was not due to the cache but to the forced resizing of the image from rectangular to square (I've found in the medium.php '$width = $height = 280'... why this?)
      My new picture was a rectangular version of the old version image (square); when the rectangular image was resized to square, it looks like the original one as the difference was just a white background.

    • S

      how can I fill the DB with dummy data?
      • sanjana singh

      11
      0
      Votes
      11
      Posts
      1847
      Views

      devansh-webkul

      So your issue is resolved now.