A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.

Overview

Total Downloads

Total Downloads Latest Stable Version License Backers on Open Collective Backers on Open Collective Sponsors on Open Collective

Topics

  1. Introduction
  2. Documentation
  3. Requirements
  4. Installation & Configuration
  5. License
  6. Security Vulnerabilities
  7. Miscellaneous

Introduction

Bagisto is a hand tailored E-Commerce framework built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.

Bagisto can help you to cut down your time, cost, and workforce for building online stores or migrating from physical stores to the ever demanding online world. Your business -- whether small or huge -- can benefit. And it's very simple to set it up.

Read our documentation: Bagisto Docs

We also have a forum for any type of concerns, feature requests, or discussions. Please visit: Bagisto Forums

Visit our live Demo

It packs in lots of features that will allow your E-Commerce business to scale in no time:

  • Multiple Channels, Locale, Currencies.
  • Built-in Access Control Layer.
  • Beautiful and Responsive Storefront.
  • Descriptive and Simple Admin Panel.
  • Admin Dashboard.
  • Custom Attributes.
  • Built on Modular Approach.
  • Support for Multiple Store Themes.
  • Multistore Inventory System.
  • Orders Management System.
  • Customer Cart, Wishlist, Product Reviews.
  • Simple, Configurable, Group, Bundle, Downloadable and Virtual Products.
  • Price rules (Discount) inbuilt.
  • Theme (Velocity).
  • CMS Pages.
  • Check out these features and more.

For Developers: Take advantage of two of the hottest frameworks used in this project -- Laravel and Vue.js -- both of which have been used in Bagisto.

Documentation

Bagisto Documentation https://devdocs.bagisto.com

Requirements

  • SERVER: Apache 2 or NGINX.
  • RAM: 3 GB or higher.
  • PHP: 7.3 or higher.
  • For MySQL users: 5.7.23 or higher.
  • For MariaDB users: 10.2.7 or Higher.
  • Node: 8.11.3 LTS or higher.
  • Composer: 1.6.5 or higher.

Installation and Configuration

1. You can install Bagisto by using the GUI installer.

a. Download zip from the link below:

Download the latest release

b. Extract the contents of zip and execute the project in your browser:
http(s)://example.com

2. Or you can install Bagisto from your console.

Execute these commands below, in order
1. composer create-project bagisto/bagisto
2. php artisan bagisto:install

To execute Bagisto:

On server:

Warning: Before going into production mode we recommend you uninstall developer dependencies. In order to do that, run the command below:

composer install --no-dev

Open the specified entry point in your hosts file in your browser or make an entry in hosts file if not done.
On local:
php artisan serve

How to log in as admin:

http(s)://example.com/admin/login

email:[email protected]
password:admin123

How to log in as customer:

You can directly register as customer and then login.

http(s)://example.com/customer/register

License

Bagisto is a truly opensource E-Commerce framework which will always be free under the MIT License.

Security Vulnerabilities

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Bagisto then please email us: mailto:[email protected].

Miscellaneous

Contribute

Bagisto is a community driven project, we appreciate every contribution from the community

  • If you found an issue that you think we should know about, or if you have a suggestion, please submit an issue.
  • If you want to submit a solution or offer a new feature, please create a pull request.

Please read our contributing guide for more info.

Contributors

This project is on Open Collective and it exists thanks to the people who contribute.

Backers

Thank you to all our backers! 🙏

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Comments
  • UI - Responsiveness Issue in category page (Velocity theme) Fixed

    UI - Responsiveness Issue in category page (Velocity theme) Fixed

    Issue Reference

    #5223

    Description

    I have Fix Filter Category UI - Responsiveness Issue in category page (Velocity theme) Fixed, I have Updated the velocity.css file.

    How To Test This?

    You can just pull the latest code. It will be applied

    Documentation

    My Pull Request just need to update velocity theme latest update, then changes will be applied on project.

    No Need to change anything, just need to pull latest code from repo

    opened by JunaidJaved248 33
  • Product image is not showing

    Product image is not showing

    Bug report

    Preconditions

    Please provide as detailed information about your environment as possible.

    I have run all these commands below php artisan cache:clear php artisan view:clear php artisan route:clear php artisan clear-compiled php artisan config:cache composer dump-autoload php artisan vendor:publish php artisan storage:link

    1

    Help Wanted 
    opened by vivekshubhu 33
  • Fixing slug bug mentioned in issue #5200

    Fixing slug bug mentioned in issue #5200

    • Added UniqueSlug rule.
    • Update validation rules for both categories and cms pages.
    • Update slugify and slugify-target to validate generated slugs and update the slug to avoid conflicts.
    • Fixed bug where edit page url_key isn't using slugify like create page.
    • Fixed typoes in some comments.
    • Code refactor.

    Issue Reference

    #5200

    Description

    When creating a category with (slug/url_key) categories, it causes the shop to display a json response as Velocity theme is using categories uri to return categories list to it's frontend.

    How To Test This?

    • Create a category named Categories (which in turn will automatically generate a slug with categories)
    • Visit the shop page.
    • Click on the category named Categories.

    Documentation

    • Added a new rule UniqueSlug.
    • When creating editing (Category/ CMS Page) validate (slug,url_key) with UniqueSlug rule.
    • Refactor validation rules for both (Category/CMS Page).
    • Updated Vue Handlers (slugify & slugify-target) to validate auto-generated slugs to be unique, when the slug is unique, it returns the same slug with an incremental suffix Ex : categories-1, categories-2...etc.
    • Fixed a bug in page/edit.blade.php not using slugify in url_key field.
    • Fixed typos in some comments.
    • Code refactor.
    • Slug checks also includes checking routes defined with the same slug-like uri.
    Issue Found 
    opened by AbdullahFaqeir 31
  • Product images are not showing

    Product images are not showing

    Bug report

    On production, images are not loading I followed the bellow site instructions but still not resolved the issue https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions

    Issue Description

    on landing page image

    same on description page image

    Description helps the developers to understand the bug. It describes the problem encountered or some after effect of some kind.

    Preconditions

    Please provide as detailed information about your environment as possible. I run all the commands bellow but still the issue not fixed at
    composer update

    php artisan cache:clear php artisan view:clear php artisan route:clear php artisan clear-compiled php artisan config:cache

    composer dump-autoload php artisan vendor:publish php artisan storage:link

    rm public/storage php artisan storage:link

    opened by venkat402 29
  • - Refactoring to Laravel 8 Class Model Factories.

    - Refactoring to Laravel 8 Class Model Factories.

    Issue Reference

    https://github.com/bagisto/bagisto/issues/5165

    Description

    Dropping laravel legacy factories and refactor all models to use laravel 8 class factories, and some other code refactoring.

    How To Test This?

    Run tests.

    opened by AbdullahFaqeir 28
  • introduce ability to copy an product

    introduce ability to copy an product

    This feature works the same as the "copy cart rule" feature. Additional copies may follow if our project needs them - or can be added manually by copying this code as example.

    opened by thyseus 26
  • Implement Reorder Functionality of existing placed order

    Implement Reorder Functionality of existing placed order

    Hi This is Vishal Kushwaha from Agra. I have received an email from Webkul to complete a task of Reorder functionality in bagisto. I do some changes in code to achieve my goal of reorder functionality so please review my changes. I have also attache my task pdf that i received in email for reference

    Reorder Feature.pdf

    opened by vishalkushwaha94 23
  • pending payment error when i create transaction

    pending payment error when i create transaction

    Issue Description

    I create an order with automatic invoice and payment at the door and add a payment from the transactions page, but the status remains as pending payment and does not change.

    I got the error in the video, you can check it https://drive.google.com/file/d/1b8vYqLHFJDQmCyIAZy6kaxoLAkVKCU7M/view?usp=sharing

    Preconditions

    • I create an order as a customer, I choose the payment method, payment at the door
    • I add process in admin panel
    • invoice status pending payment

    Bagisto version

    • [ ] master branch
    • [ [] ] 1.3.2
    • [ ] 1.3.1
    • [ ] 1.3.0

    local.ERROR: Call to undefined method Webkul\Product\Type\Configurable::evaluatePrice() (View: /home/ardenoff/public_html/resources/themes/velocity/views/products/price.blade.php) {"view":{"view":"/home/ardenoff/public_html/packages/Webkul/Product/src/Type/Configurable.php","data":[]},"exception":"[object] (Facade\Ignition\Exceptions\ViewException(code: 0): Call to undefined method Webkul\Product\Type\Configurable::evaluatePrice() (View: /home/ardenoff/public_html/resources/themes/velocity/views/products/price.blade.php) at /home/ardenoff/public_html/packages/Webkul/Product/src/Type/Configurable.php:580) [stacktrace]

    image

    Help Wanted 
    opened by arsivpro 22
  • adding custom currency

    adding custom currency

    i think not all currencies have 2 zeros like my own and i want to remove them . what if i want to add the utf8 code which is not possible now and when i change it manually from database the price wont show up any more thanks

    opened by farshadff 22
  • Error when add item to cart

    Error when add item to cart

    After confirm an order, I add a new item to the cart and get this error "A non-numeric value encountered", I think is a problem with session variables.

    Need More Info Checkout Shop 
    opened by mateo2181 21
  • Multiple users can add to cart last quantity of a product

    Multiple users can add to cart last quantity of a product

    Bug Report

    Issue Description

    Add to Cart action should reduce quantity of a product in inventory source immediately, not when admin approve placed order with status "Delivered" in admin menu, because same product is still available to purchase by other user at this time.

    Preconditions

    Bagisto Version

    • [ ] master branch
    • [X] 1.3.3
    • [ ] 1.3.2
    • [ ] 1.3.1
    • [ ] 1.3.0

    Steps To Reproduce

    1. Add to cart the last available quantity of some product.
    2. In incognito mode or from other PC purchase same product again.
    3. Repeat 2 multiple times - no problem.
    4. Admin approve order of point 1 and set status do "Delivered"
    5. Not able to purchase this product until edit quantity in catalog table, as it should be.

    Actual Result

    Last quantity of some product can be purchased by multiple users until order is in status "Pending" or "Waiting for payment" status.

    Expected Result

    Product quantity should be reduced in inventory source immediately after clicking Add to Cart. If user do not complete order, or admin cancels order, quantity should be restored.

    Discussion 
    opened by rumensys 20
  • Change security checker in customer address update

    Change security checker in customer address update

    Hi In this PR, I changed how to check if the address belongs to the authenticated customer. It seems to be a better method than looping over all client addresses.

    opened by AmooAti 0
  • The submit button should be slightly down of comment box if the admin is sending the message to the customer.

    The submit button should be slightly down of comment box if the admin is sending the message to the customer.

    Terms

    • [X] Before you openning this issue, i have checked if the issue has already been reported.

    Bagisto Version(s) affected

    Master

    Issue Description

    If the admin is trying to send a message to the customer while creating the shipping then the submit button is overriding the checkbox.

    Preconditions

    1. Admin should be logged in. 2. A order should be created by the customer.

    Steps to reproduce

    1. Go to the 'Admin panel' 2. Click on 'orders' inside the sales. 3. View any order. 4. Click on the ship button. 5. Try to create comments for customers. 6. See the error

    Expected Result

    The submit button should be slightly down from the comment box if the admin is sending the message to the customer.

    Actual Result

    The submit button is overriding the checkbox. If the admin is trying to send a comment message to the customer.

    Screenshots

    comment

    Additional context

    No response

    Bug UI 
    opened by Sanjaybhattwebkul 0
  • The configurable product price is visible as 0 on the home page.

    The configurable product price is visible as 0 on the home page.

    Terms

    • [X] Before you openning this issue, i have checked if the issue has already been reported.

    Bagisto Version(s) affected

    Master

    Issue Description

    The configurable product price is visible like "$0 as low as" as 0 on the home page.

    Preconditions

    1. There should be multiple configuration products added by the admin. 2. All the configurable products should be listed on the home page.

    Steps to reproduce

    1. Go to the 'admin panel' 2. Click on 'products' inside the catalog. 3. Create multiple products with different-2 prices. 4. Visit the shop. 5. See an error

    Expected Result

    The minimum price from all variants should be visible on the home page for configurable products.

    Actual Result

    For configurable products, the price is visible like $0 as low as. on the home page

    Screenshots

    issue-critical

    Additional context

    No response

    Bug Critical 
    opened by Sanjaybhattwebkul 0
  • in edit role page, if user tries to uncheck a parent permission, some children permissions don't be unchecked

    in edit role page, if user tries to uncheck a parent permission, some children permissions don't be unchecked

    Terms

    • [X] Before you openning this issue, i have checked if the issue has already been reported.

    Bagisto Version(s) affected

    1.4.5

    Issue Description

    in edit role page, if user tries to uncheck a parent permission, some children permissions don't be unchecked

    Preconditions

    add new role

    Steps to reproduce

    1. Go to Admin Panel
    2. Click on Settings
    3. choose Users
    4. go to role tab
    5. add new role
    6. checked some roles and save the role
    7. edit the role
    8. try to uncheck parent role -> some children uncheck after click multiple times.

    Expected Result

    when user tires to uncheck a parent permission that contains children permissions, all these children permissions should be unchecked

    Actual Result

    if user tries to uncheck a parent permission, some children permissions don't be unchecked

    Screenshots

    https://user-images.githubusercontent.com/71641587/209671414-dac26106-be74-4cdc-be17-938c40d8293e.mp4

    Additional context

    No response

    Bug Duplicate 
    opened by Faisal-s 3
Releases(v1.4.5)
  • v1.4.5(Sep 21, 2022)

    :sparkles: Enhancements

    • #6690 - Mass update option should be available for the categories section.

    • #6689 - There should be a proper UI for categories in the shop if there are sub0category of any category.

    • #6685 - There should be an option to filter the suspended customer. in the admin panel.

    • #6646 - The actual and special prices both should be visible if there is any special price for a configurable product.

    • #6345 - Invoice Design Can Be Enhanced

    • #6394 - The page should focus on the warning message if the customer is trying book the product without selecting the required fields.

    • #1929 - Actual product amount and discounted amount both should display.

    :bug: Bug Fixes

    • #6732 - Getting exception if the customer is trying to move product from cart to wishlist

    • #6725 - The category should not be updated for all locales if the admin is updating the category for any specific locale.

    • #6705 - The filter value should be correct if the admin is trying to filter products by the status filter.

    • #6699 - The sale icon should be visible if there is any special price for a configurable product.

    • #6697 - The add button should be hidden from view page if the user has no permission to create.

    • #6687 - There is an exception while the admin is updating the Velocity meta data

    • #6686 - The notification should be visible in the admin panel if the order status is pending payment.

    • #6679 - The admin is not able to create the catalog rule for the configurable product, with SKU condition type

    • #6668 - The back button should work if the customer is adding a new address on the checkout page.

    • #6366 - The product's image is adjusted when the user is trying to view any product.

    Source code(tar.gz)
    Source code(zip)
  • v1.4.4(Aug 30, 2022)

    :sparkles: Features

    • #5584 - there should be an feature so that when we click on mark as read , notification box should close.

    • #5463 - there should be a button so that we should clear all filters.

    :sparkles: Enhancements

    • Optimized product

    • Optimized cart

    • Refactored code

    • #6556 - Cart Rule -. Validation should be applied in Coupon Code uses per customer and used per coupon section.

    • #6555 - Cart Rule - Auto Generate Coupon Code details at bottom must not visible when we switch to Manual Coupon Code.

    • #6501 - Cart item prices rounded with precision of 2 resulting in rounding errors after applying taxes.

    • #6494 - The product's URL_KEY should not be changed if the admin is editing the product's name for another locale.

    • #6464 - UI - In Table Booking Product, Special Request/Notes must be in Bold for Main Cart.

    • #6458 - There should be the validations for the input fields if the admin is trying to create catalog rules.

    • #6452 - The page should be open on the next tab when the admin is trying to view the CMS pages.

    • #6427 - The mouse property should be not-allowed if the cart is empty. in default theme.

    • #6426 - The warning message should be correct if the admin is trying to ship the invalid product quantity.

    • #6417 - There should be a flash message [ Coupan is already applied ] if the user is trying to apply the same coupon multiple times.

    • #6408 - The name of the applied filters should be meaningful if the customer is trying to filter the orders.

    • #6393 - The page should not be refreshed if the customer is trying to apply the same coupon multiple times.

    • #6371 - There should be a flash message for customers when the cart rule is applied on the checkout page.

    • #6358 - Unable to see any notification on Coupon Applied on the Checkout Page.

    • #6355 - There should be a preview option in the CMS pages table.

    • #6327 - Add Missing Language Folder In All Package

    • #6273 - There should be a tooltip message, after copying the wishlist share link

    • #5801 - Maximum video uploading size should be mentioned when we create product.

    • #5464 - there should be an image icon of user profile image.

    :bug: Bug Fixes

    • #6545 - The admin should be able to create transactions only with the Grand Total amount of the order.

    • #6406 - Discount should be shown only for the product for which we created a catalog rule.

    • #6312 - The billing address should not be saved multiple times, if the customer is clicking on save address checkbox in multiple times.

    • #6654 - The size of the image card should be fixed. on the home page.

    • #6644 - Trimming should be added for the search string.

    • #6640 - There should not be any alert box if the admin is trying to filter the products.

    • #6635 - The page should not be redirected to the wishlist page when the customer removes any product from the wishlist.

    • #6632 - There add to cart and the wishlist button are adjusting if the customer is trying to view any product.

    • #6609 - The wishlist should not get empty after deleting the all product of the second-page wishlist.

    • #6606 - The admin should be able to upload and remove the product's image.

    • #6558 - The cross icon should be just before the calendar icon if the customer is trying to select the appointment date for booking the product.

    • #6554 - The discount amount cannot be greater than 100 if the action type is the Percentage of the product.

    • #6547 - The product video should be played properly if any.

    • #6518 - The admin should be able to update the product's status by mass action.

    • #6514 - The save as category button should not be clicked automatically if the admin is pressing the enter key for the searching product.

    • #6509 - There is an exception if the admin is trying to search products from the category page.

    • #6507 - Notification url is broken when admin_url is changed.

    • #6505 - The model box should be in the center of the page if the user is clicking on Quick view for any produt.

    • #6492 - There is a UI issue if the user is trying to view the compared products in Arabic locale.

    • #6485 - The trash icon should be on the right side of the text if the user is trying to view the shopping cart in the Arabic locale.

    • #6484 - The admin is not able to logout on the mobile view.

    • #6479 - The position of the top bar should be fixed if the customer is trying to view any order in mobile view.

    • #6471 - UI Issue - In Customer Profile Edit option, there we can see the Calendar Logo at DOB is inappropriate.

    • #6469 - Translation Issue in the Configure Section related to Number.

    • #6463 - There should not be an exception if the admin is trying to add a new variant for the configurable product.

    • #6461 - There should not be any warning message for the default empty option if the admin is trying to create/edit any attribute.

    • #6459 - Only the review should be deleted which the user wants to delete.

    • #6453 - The new customer is not able to login properly when the another user is logging out.

    • #6447 - There should not be an exception if the customer is trying to add that product to the wishlist which is deleted by the admin.

    • #6444 - The page should be redirected to the login page if the guest user is trying to move products from compare to wishlist.

    • #6443 - The height of Add to cart button should be a little less on compare page.

    • #6442 - The products should be in proper alignment if there are multiple products in the compare list.

    • #6441 - The customer should be able to share the wishlist product if the share link is already generated.

    • #6434 - There should not be any translation issue in the checkout page, if the customer is trying to place an order.

    • #6430 - The admin should not be able to create a transaction for an invoice with the incorrect Transaction amount

    • #6429 - The user should not be able to add products into the cart with 0 quantity.

    • #6425 - The sidebar submenu dropdown icon should be shown properly if the admin is changing the English from LTR to RTL.

    • #6423 - The order status should be shown properly in the admin panel. if the status of the order is payment pending.

    • #6419 - There is an exception if the admin is trying to add transactions for any invoice.

    • #6407 - The user should not be able to place the order if the user is inactive.

    • #6402 - Only the address should be deleted which the user wants to delete.

    • #6401 - There is no option to view compare items for guests.

    • #6400 - The success message should not be shown multiple times if the user is trying to remove the applied coupon.

    • #6397 - The should not be an exception if the guest is trying to log in after deleting all the cart items.

    • #6390 - The radio button should be toggle only after clicking on the radio button's in admin panel

    • #6389 - The share wishlist and delete button should not overlap the sidebar in mobile view.

    • #6386 - The Products Ordered label should be highlighted if there is an error, while the admin is trying to create a ship for the order in dark mode.

    • #6385 - There should be a search icon if the customer is trying to search the orders.

    • #6384 - The product's image should not be out of the product card if the user is trying to view products in list mode.

    • #6370 - At least one shipping and payment method should be available.

    • #6369 - The product images are overriding if there are multiple products in the cart.

    • #6368 - There should be an option to update the cart if the customer is adding downloadable and simple products into the cart.

    • #6366 - The product's image is adjusted when the user is trying to view any variant of the configurable product

    • #6365 - The bullet symbol should be visible if the user is trying to change the product's image in a quick view popup box.

    • #6364 - The warning message should be correct when the condition is not matching with cart rule while the user is applying a coupon.

    • #6362 - There should be some space between the share and delete buttons on the wishlist page.

    • #6349 - The filter value should be correct if the admin is trying to filter the customers by the status filter

    • #6346 - There should not be any extra space between the update cart and the delete all items button, on the shopping cart page.

    • #6344 - The calendar icon is not showing when the admin is trying to filter the orders by date in dark mode.

    • #6341 - There is some extra space between the product image and add to cart button in the mobile view

    • #6340 - By default maximum price should be selected if the user is trying to filter a product by price filter.

    • #6339 - The Add to cart button should not be disabled if any one product is inactive of the group product.

    • #6335 - The translation is missing for slot dropdown if the user is trying to book any product

    • #6334 - The quantity field should not take a negative value if the admin is trying to edit the quantity

    • #6333 - The country dropdown should be in the Ascending order when the customer is adding the delivery address on the checkout page.

    • #6332 - The calendar Icon should be on the left side of the input box in the Arabic locale when the customer is editing the profile.

    • #6331 - The location and the calendar Icon should be slightly right side in the Arabic locale when the customer is trying to book any product.

    • #6324 - The warning message should be correct if the admin is trying to upload an invalid image format for the profile image.

    • #6319 - The calendar icon is in the center of the input box. if the customer is trying to book the product.

    • #6318 - The add to cart button should be in proper alignment inside the compare page.

    • #6317 - The page should be redirected to the product view page. if the user clicks on the product image inside the mini cart.

    • #6313 - The warning message should be correct if the customer is selecting the PayPal Smart Button payment method with an invalid country code

    • #6288 - The delete button is overriding on share button if the customer is trying to view the wishlist products on mobile view.

    • #6277 - Checkout redirects when a carrier has more than one shipping method

    • #6276 - The product's image should be visible properly in mobile view.

    • #6271 - There should not be any warning message if the user is trying to book a rental product for multiple hours.

    Source code(tar.gz)
    Source code(zip)
  • v1.4.3(Apr 20, 2022)

    :sparkles: Features

    • #6213 - Command For Bagisto Publish

    • #6197 - Link to frontend from admin product list or product detail page

    • #6190 - Give option to enable WYSIWYG editor in configuration

    • #5376 - There should be an option to remove all cart items at once

    :sparkles: Enhancements

    • #6294 - The mouse property should be a pointer when the admin is trying to mark all notifications as read.

    • #6289 - Improvement on products listing

    • #6285 - The dashboard cards are not clickable

    • #6283 - When the user is trying to view the mini cart then Product Quantity Looks like as a minus value

    • #6269 - The mouse property should be a pointer when the customer is trying to change the app currency & locale

    • #6259 - The color of View All Notifications should be blue on the mouseover in admin panel

    • #6243 - The mouse property should be a pointer when the admin is trying to drag the product image while editing any product

    • #6241 - There should be checkboxes inside the status dropdown if the user is trying to filter orders with multiple statuses

    • #6229 - The mouse property should be a pointer when the user is trying to sort the table by tables header.

    • #6217 - There should be an asterisk icon for the required fields if the user is trying to book the product.

    • #6213 - Command For Bagisto Publish

    • #6208 - The product status should be Highlighted in product list page

    • #5967 - There should be an option to copy the product's share link.

    • #5960 - There should be an option for a sitemap generator. .

    • #5559 - There should be the currency icon inside the currency dropdown

    • #5530 - there should be an cross icon in blisss theme so that customer can delete product from cart

    • #5397 - The filter dropdown should be according to the selected value.

    • #5354 - The Input validation's dropdown should be according to attribute type.

    • #2718 - Show error message "No booking available" if booking is not available for selected date. Booking

    • #2308 - Existing groups in the attribute families are not translatable yet.

    :bug: Bug Fixes

    • #6290 - Cancel already shipped order results in incorrect pending inventory amount

    • #6279 - The currency icon is overriding on the currency dropdown when the app locale is Arabic.

    • #6270 - The enter key is not working if the admin is trying to apply the filter by pressing the enter key

    • #6267 - There should not be an exception if the admin is trying to view order after deleting the customer of same order Admin

    • #6266 - The admin is not able to view the bookings in the calendar view.

    • #6261 - The filter options should be under the filter button. when the customer is trying to filter order in Arabic locale

    • #6260 - The upload image option should be slightly on the right side. when the customer is adding a review for any product.

    • #6256 - There should not be any extra space between add to cart and the by now button.

    • #6253 - The page should be redirected to the particular order's page if the customer is clicking on the order id after placing the order.

    • #6250 - The admin is not able to view the customer's review if the customer is creating a review with the moustache syntax Like: {{ url(' ') }}

    • #6246 - The products are not listing when url key is null

    • #6244 - There is an exception when the customer is changing the app currency on the product view page.

    • #6228 - There should not be a blank value in the items per page dropdown. on customer orders page

    • #6206 - The border of calendar icon is not showing in dark mode, when the admin is trying to view booking in calendar view.

    • #6205 - The flash message should be according to the selected locale if the admin trying to create a Shipment.

    • #6204 - The carousel arrow icons [ previous and next ] should work properly in the Arabic locale.

    • #6202 - There should be some space between the input box and labels if the user is trying to book an appointment for any booking product.

    • #6196 - The admin should be able to delete the users.

    • #6195 - Mini Cart sub total is not updating after removing the cart's item.

    • #6192 - The shopping cart goes empty after removing an item from the mini cart.

    • #5772 - issue in french lanugage in navigation bar

    • #5067 - Products is_wishlisted attribute is always false on API

    Source code(tar.gz)
    Source code(zip)
  • v1.4.2(Mar 31, 2022)

    :sparkles: Enhancements

    • #6164 - UI Enhancement - Please Add the separation Lines in the Heading section also in Orders and Downloadable Product Details.

    • #6162 - UI Enhancement - Please Make the Information Text Bold in the Compare Product Page.

    • #6119 - The locale dropdown should be in ascending order

    • #6117 -The locale name should be shown instead of the locale code on the orders page

    • #5964 - The process to checkout button should be disabled if the product is out of stock.

    • #5399 - There should be a Back to Top Button in the user panel.

    • #5355 - There should be an option to upload user's picture

    :bug: Bug Fixes

    • #6186 - The page should be redirected to the product-review page after submitting the review

    • #6181 - There should not be any UI issue on the product-view page in the quantity field.

    • #6177 - There is a UI issue on the product-view page in the Arabic locale

    • #6174 - The sidebar should be disabled if the admin is trying to send the duplicate invoice.

    • #6167 - In Reviews Section - Grammatical Mistake Found.

    • #6165 - In Downloadable Product Section Unnecessary Column is present.

    • #6161 - There should not be any UI issue on the orders page.if the user is trying to filter the orders

    • #6158 - The quantity option should not be visible for booking products.

    • #6157 - There is a UI issue on the product-edit page

    • #6156 - LINT ERROR IN EDIT PRODUCTS BLADE

    • #6153 - There should be an asterisk icon for the required fields.

    • #6144 - Payment methods page is Blank if admin_locale=fr

    • #6134 - The total amount of cart items should be correct.

    • #6132 - The edit channel page should not be blank in the Chinese locale.

    • #6126 - There is a UI issue on the cart section with Arabic locale

    • #6124 - There is a UI issue on the header section

    • #6121 - The warning message should be correct if the user is trying to delete the account

    • #6115 - The Back to top button should be disabled when the user is placing the order

    • #6114 - Edit channel page is Blank if admin_locale=fr

    • #6112 - There should not be Error 500 if the admin is trying to edit the product.

    • #6109 - The add to cart button should be blurred if the item is out of stock

    • #6103 - The header section should be responsive in mobile view

    • #4959 - getting exception when merge guest cart with customer cart with configurable item

    Source code(tar.gz)
    Source code(zip)
  • v1.4.1(Mar 17, 2022)

    :sparkles: Enhancements

    • #6040 - The locale dropdown should be in ascending order

    • #6007 - There should be an option to export selected product

    • #5923 - There should not be option for mass delete if there is no record in table

    :bug: Bug Fixes

    • #6039 - The from date should be less than to date

    • #6038 - The color of checkboxes should be according to the theme in the admin panel

    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Mar 16, 2022)

    :sparkles: Features

    • #5654 -Only unread notification should be shown in the notification modal box.

    • #4787 - Unable to upload profile picture

    • #4653 - Making billing address informations optional

    • #4356 - Guest Checkout sucess add register

    :sparkles: Enhancements

    • #5921 -Notification should be received without page refresh.

    • #5817 -The wishlist and the compare option should be inside the account section

    • #5671 -By default the first submenu should be open, when the admin is clicking on any tab

    • #5537 -New admin theme - RTL menu

    • #5525 -Send a duplicate of the invoice to the customer

    • #5490 -The address should be horizontal format

    • #5404 -The Add image button should not be present when the user is trying to edit the profile

    • #5396 -The currency icon should be shown properly

    • #5395 -The user panel should be responsive on phone-view

    • #5384 -There should be a confirmation alert before deleting all items from Wishlist and Compare

    • #5300 -Suspend customers

    • #5292 -Some data grids are missing ProvideDataGridPlus trait

    • #5267 -Send reminders for overdue invoices

    • #5219 -Issue in multi select data in every datagrid

    • #5165 -Write All Factories In Laravel 8 Pattern

    • #5158 -Breadcrumb Feature

    • #5143 -Rest API Enhancement In Sanctum

    • #5064 -Multi factor authentication

    • #4834 -Requesting to load attributes via ajax

    • #4772 -Ability to drag product image to reorder them in bagisto admin dashboard

    • #4653 -Making billing address informations optional

    • #2918 -Overview of sold booking products in Admin panel

    • #2009 -Using AWS S3 for storage

    • #1243 -Implement a feature to share Wishlist

    • #5968 -The wishlist and compare option should not be in multiple times

    • #1238 -Give configuration for converting textarea to wysiwyg editor or not for browser compatibility.

    :bug: Bug Fixes

    • #6019 -There should not any UI issue if the admin is trying to update products by mass action.

    • #6010 -There should not be any UI issue when the user is trying to write a review for the product in mobile view.

    • #6008 -There is a UI issue on the Bills theme when the user is trying to log in.

    • #6006 -There is a UI issue if the admin is trying to update products by mass action.

    • #5995 -The filters should work properly. if the user is trying to filter the products by the color filter

    • #5985 -There should be a warning message on the checkout page, for the required field if the user is clicking outside of the required input field

    • #5980 - There is a UI issue if the user is trying to filter products by category

    • #5966 - The product quantity should be visible on the cart page

    • #5965 - Maximum Password length is 18 characters in velocity theme, which is way too short to be secure

    • #5941 - UI Issue at the Profile Section -> Empty space below address

    • #5939 - The selected date and time should be visible if the admin trying to add Tickets for a booking product

    • #5938 - There is a UI issue on forget password page

    • #5932 - There should not be any extra space on the product view page

    • #5931 - The product must be added to the wishlist which the user wants to add

    • #5929 - The notification text should be clickable

    • #5926 - There is a UI in the header section on mobile view

    • #5919 - There is a UI issue on the orders page

    • #5915 - There is a translation issue in notification pages.

    • #5913 - The user is able to edit the product without permission for the same

    • #5908 - The Success message should be according to the selected locale

    • #5907 - There is a UI issue on the checkout page

    • #5904 - There is a UI issue on the Tax Rates page

    • #5903 - There is a UI issue on the notification page

    • #5899 - The text color of the count should be white in mobile view

    • #5898 - The success/warning messages should be shown properly

    • #5885 - There are many translation issues on the Arabic locale

    • #5865 - There is a translation issue when the admin is trying to create a product.

    • #5855 - The categories name should be shown in all locales

    • #5841 - There is a translation issue on the Notification page.

    • #5839 - There should not be any UI issue while adding the product.

    • #5830 - There should be no exception if the user is trying to log in

    • #5828 - The Channel filter is not working properly on the product list page.

    • #5820 - The user is not able to update the review by mass action.

    • #5809 - Ui issue when admin try to click on search order in notification in mobile view

    • #5808 - proper allignment of images when admin try to upload in arabic language

    • #5805 - Navigation alligment when we try to edit checkbox and select attribute in mobile view

    • #5804 - When I create product bullets in the edit I am experienced those UL get dropped and they are left out in the customer view

    • #5803 - Alligment issue when we make a configurable product in delete and edit button.

    • #5802 - Ui issue comes when we click on add link in downloadable product

    • #5799 - Ui issues in arabic language when we try to add booking product.

    • #5797 - There should be proper space when customer is try to add address.

    • #5791 - There should be gab between edit and delete option in addresss page in velocity.

    • #5790 - Issue in orders page in velocity in arabic language

    • #5789 - Alligment should be done properly in arabic in wishlist page

    • #5788 - When we are try to delete the sliders wrong notifications show

    • #5785 - Calender icon is not properly visible in arabic

    • #5778 - issue in arbaic language of alligment in mobile view

    • #5775 - translations not working in navigation in admin panel

    • #5774 - Admin - Address index view not found

    • #5772 - issue in french lanugage in navigation bar

    • #5770 - Layout shifting in admin ui

    • #5768 - Zoomlens in product page overlap sidebar category menu

    • #5764 - not able to select options in LTR ENGLISH

    • #5762 - not able to add slider images in velocity theme

    • #5761 - email spelling wrong in notifications emails

    • #5755 - there should be a space between update quantities in mobile view in admin panel

    • #5754 - not get any mail when we make new intventory sources in admin panel

    • #5752 - in mobile view wishlist option is not there in checkout page

    • #5746 - update button alligment should done in velocity theme.

    • #5736 - remove button should be with wishlist in mobile view in simple product

    • #5735 - alligment should be done proper in velocity in mobile view of remove icon

    • #5730 - there is an option to increase quanity when user is try to booked product in both themes.

    • #5729 - ui issue when we are try to book only booking product in bliss theme in checkout page (mobile view ).

    • #5728 - user is not able to update quanity in checkout cart page in veloicity theme

    • #5727 - ui issue when guest is place an order (mobile view ) in velocity

    • #5722 - when we disable status paypal from admin panel it show error in console

    • #5719 - ui issue when we try to make booking product in admin panel in mobile view

    • #5718 - alligment issue in blisss theme in downloadable product section (mobile view)

    • #5717 - ui issue in admin panel when we try to edit cms pages (mobile view )

    • #5709 - Wrong error messages when uploading video

    • #5708 - proper alligment should be done in order page (mobile view)

    • #5707 - ui issue in configuration part of admin (mobile view)

    • #5706 - there should be an option of wishlist button in blisss theme in front panel

    • #5705 - ui issue in compare similar items in compare page (mobile view)

    • #5704 - alligment issue in velocity theme in mobile view

    • #5703 - star ratings alligment should be in same line in mobile view

    • #5696 - dropdown buttons is not working properly in admin panel

    • #5695 - ui issue when there is only 1 downloadable product in view shopping cart (mobile view)

    • #5694 - star ratings and reviews alligment should be in same line in blisss theme in mobile view

    • #5687 - there should be no option for downloadable product for increasing the quanity in velocity theme

    • #5684 - reimporting exported tax rate csv results in state field missing error

    • #5670 - user not able to redirect to cms pages in blisss theme

    • #5663 - The user should be able to download the downloadable product

    • #5661 - ui issue in customer order view page in blisss theme in mobile view

    • #5659 - delete button in customer profile should be properly allign (bliss theme) in mobile view

    • #5657 - proper alligment should be done in bliss theme when we write reviews (mobile view)

    • #5650 - There is a UI issue in cart page on phone view

    • #5648 - there should not be any blank space in payment method

    • #5636 - ui issue when we search any product in bliss theme

    • #5635 - issue when we click on search icon in blisss theme in mobile view

    • #5633 - alligment issue after you place an order in mobile view

    • #5625 - issue in side bar in mobile view when we open any cms pages in velocity

    • #5624 - in mobile view order id and all other items is not visible when we have not done any order

    • #5621 - There should not be any UI issue in the user panel.

    • #5620 - there should be enhacement in button colour so that it should be according to mode

    • #5619 - images in review is not compatiable in mobile view

    • #5617 - there should be an enhacement so that languages is not with locale heading

    • #5616 - there should be dark colour in pending in reviews so that it should be more readable when we changes the mode

    • #5615 - ui issue in order page in search bar in velocity theme

    • #5613 - ui issue in customer address edit in admin panel

    • #5609 - ui issue in catelog in mobile view

    • #5608 - slider should not overide in catelog rule and cart rule in condition part in mobile view

    • #5603 - notification box should be mobile compatible

    • #5602 - ui issue in tax rates in mobile view

    • #5601 - ui issue in exchange rate in mobile view

    • #5591 - there is a space between add category button and text box filter in mobile view

    • #5585 - filters should not attach with heading in category

    • #5581 - there should be logo of admin in dekstop view like mobile view

    • #5579 - velocity in list should be left alligment

    • #5571 - there should be an icon of calender in velocity profile page of customer

    • #5569 - There should be meaningful data inside the order dropdown

    • #5556 - Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

    • #5555 - darkmode dropdown list

    • #5552 - there should not be any blank space in attribute family

    • #5545 - navigation sliders not work properly

    • #5540 - There is a UI issue in the admin panel

    • #5539 - The Login user should not be able to update self status.

    • #5538 - There should not be any translation issue in the notification section

    • #5531 - there should be not any blank space in gender it may contain select gender

    • #5529 - when we hover over bell icon tooltip is not showing

    • #5526 - There are multiple flash messages if we are clicking on the mark as read inside the notification.

    • #5524 - Dashboard text is not readable when light mode is enabled

    • #5523 - Notifications dropdown size

    • #5522 - icons are missing in top right navbar

    • #5521 - Default logo is not visible

    • #5516 - The size of the product images should not increase when the user is removing items from compare list

    • #5513 - Admin package the manifest.php files are missing

    • #5511 - UI issue in product list page.

    • #5510 - The counting is not updating automatically when the user is trying to add or remove an item from comparison.

    • #5505 - maintance mode is not working in admin panel

    • #5503 - validation not working in inventory page

    • #5501 - There is a warning message if the user is trying to add the address.

    • #5497 - If the admin user is changing the permission of other user's then the user should be logging out with a message

    • #5493 - The page should be redirected to the product-view page if the user is clicking on the product image/name

    • #5491 - The user should be able to update quantity using the + icon.

    • #5485 - ui issue in address bar in mobile view

    • #5484 - The user should be able to add a new address.

    • #5483 - languages logo is not visible in mobile view

    • #5478 - alligment not fixed in mobile view in velocity order page

    • #5474 - The filters should work properly. if the admin is trying to filter the sliders

    • #5473 - There cart option should not multiple times in the account section.

    • #5471 - The user should be able to view the modules/plugins menu in mobile view also. if the user adds any module.

    • #5470 - there should be less spacing in compare section

    • #5468 - There is a UI issue in Compare Similar Items section

    • #5466 - text alligment in order page of velocity

    • #5462 - ui issue when we try to ship wrong quantity products

    • #5461 - ui issue when we add product in compare.

    • #5460 - UI issue when we add product in wishlist in blisss theme

    • #5451 - Possibility to order infinite configurable products (product_ordered_inventories and / or order_items not correctly updated at order)

    • #5450 - The CMS image should reflect on the shop if the admin is adding any image on CMS

    • #5445 - There should be a confirmation alert before deleting items from the Wishlist

    • #5444 - The admin is able to create Invoice/ship orders with 00 quantities.

    • #5443 - The message should be correct when the admin is trying to delete system attributes

    • #5440 - There should be an option if the user is trying to enter the product quantity before updating the cart.

    • #5436 - The discount Amount should be correct in the invoice.

    • #5435 - There should be a warning message if the user is trying to create an invoice with invalid quantity.

    • #5430 - ProductFlat getAttribute($key) throws Undefined property if value of $key is NULL in product_flat table

    • #5429 - php artisan route:list error target class onepagecontroller does not exist (current master branch)

    • #5428 - There should not be an exception if the admin is trying to refund the order.

    • #5424 - The item should not move to the wishlist if the user is canceling the action.

    • #5423 - The user should not be able to edit the record while the input field is giving a warning.

    • #5409 - The user should be able to view the reviews

    • #5408 - There should not be any exception if the user is trying to delete their reviews.

    • #5406 - The user should be able to edit the address.

    • #5405 - The success message should be correct when the user is adding items to the cart

    • #5398 - The User should not be able to add the same product to the wishlist multiple times.

    • #5389 - There should be the proper alignment of filter's

    • #5381 - Validation required for coupon code

    • #5377 - There should not be an exception When user is moving a product to a wishlist that is already in wishlist

    • #5366 - There should be a warning message when the user is applying the same filter again and again.

    • #5365 - Issue in price filter for configurable type product

    • #5353 - Shipping::rates protected variable is not cleared on Shipping::removeAllShippingRates()

    • #5350 - The product price should be correct after exporting to excel.

    • #5347 - Images are coming out to be same at the cross sell products.

    • #5342 - admin (RTL) - menu not apears

    • #5328 - SKU is still visible at the adding new product when it is disabled.

    • #5325 - Delete profile modal content data visible and then suddenly hide

    • #5316 - In Front end Order details, Order id is having a lot of space.

    • #5315 - Quantity issue in product shipment.

    • #5312 - Issue in sub-category for mobile view

    • #5311 - Total weight is null in shipment table

    • #5307 - Flat Rate calculation type in admin configurations

    • #5305 - Cart Set Shipping API

    • #5289 - Quantity should be updated on ' Shopping Cart ' page

    • #5261 - Side filter is getting detached from the category product listing in mobile

    • #5259 - Responsive issue in user Profile - Velocity

    • #5233 - Issue if create product for multiple channel

    • #5232 - App config.php has bad reference to ProductGrid::class

    • #5226 - Not able to send the products to wishlist from compare page if the product is not on the first position

    • #5210 - UI Issue in search bar in order section at customer's end.

    • #5209 - There is no way to access Admin panel if there is only one admin and he try to modify the role of Administrator and allow limited access.

    • #5208 - UI Issue in bliss theme - Product View Page

    • #5200 - getting API error after opening categories named category

    • #5198 - Wrong phpdoc reference in Webkul\Core\Core to CustomerGroupRepository

    • #5197 - There is no way to log out for 2nd user of Admin if he himself modify his roles and remove some or all privileges.

    • #5194 - Getting exception when exporting a product from the admin panel

    • #5191 - Issue is in checkbox type attribute

    • #5180 - Some code appears in starting when clicking on the any product edit page

    • #5179 - Cart items get increased when navigating away from the buy now functionality

    • #5178 - API for customers to cancel order

    • #5047 - Order status gets complete when shipment is generated in case of pending invoice

    Source code(tar.gz)
    Source code(zip)
  • v1.3.3(Sep 27, 2021)

    :sparkles: Features

    • #5008 - Image upload option with editor.

    • #5005 - Ability to edit Bagisto product stock management without editing.

    :sparkles: Enhancements

    • #5174 - Datagrid enhancements.

    • #5109 - Admin is not getting mail on customer registration.

    • #5089 - On clicking the buy now button, cart items should not be carried in checkout.

    • #5061 - Option to add DB_PREFIX in web installer.

    • #5004 - Velocity checkout page changing address doesn't update select shipping method section.

    :bug: Bug Fixes

    • #5173 - Typo in type hinting.

    • #5170 - Admin Orders page doesn't reload while clicking back.

    • #5155 - When product inventory is having the same quantity then the total qty on the listing page is not calculated properly.

    • #5125 - Wrong order status showing at admin and customer end.

    • #5122 - Issue in Mobile number field.

    • #5115 - Getting exception in case of admin change URL by passing 0 in place of asc or desc.

    • #5113 - Error in Admin->Configuration after added custom script.

    • #5112 - CMS pages content issue.

    • #5111 - Meta description error.

    • #5110 - If I change APP_ADMIN_URL in .env then the Admin Dashboard will not render properly.

    • #5104 - The last name should be a mandatory field even while editing a customer profile.

    • #5101 - Incorrect validation message for sort order and Download Allowed field in the downloadable information section.

    • #5100 - While adding address, first and last name should auto-populate at customer end.

    • #5098 - Delete customer address from admin panel - page not reload.

    • #5091 - Getting error while creating slider if db prefix has been added.

    • #5088 - Can not generate invoices.

    • #5069 - Category datagrid channel locale filter.

    • #5067 - Products is_wishlisted attribute is always false on API.

    • #5065 - Delete option does not work.

    • #5057 - Mysqli error on local by flywheeel install.

    • #5056 - Home banners sizes are missed up in the RTL layout.

    • #5051 - Mismatch in grand total and subtotal in HKD currency in the cart summary.

    • #5041 - Cancel button should not visible if the automatic invoice is generated with pending status.

    • #5009 - Need to optimize product attribute options.

    • #4993 - parent_id attribute is non-existent on shipment_items but there is an existing relationship in ShipmentItem model.

    • #4990 - Automatic scroller should be added to focus on required field while user trying to save catalog details.

    Source code(tar.gz)
    Source code(zip)
  • v1.3.2(Aug 7, 2021)

    :sparkles: Features

    • #5020 - Webvital score improvement.

    • #4855 - Autofilling of quantity.

    • #4632 - Gooogle captcha integration.

    • #4557 - Feature for sorting product review at customer's end.

    • #4463 - Show prices with or without taxes.

    • #4257 - Multi-lang support in admin.

    • #4102 - Payment history for orders.

    • #3477 - Image column in configurable products for variants.

    • #3453 - Automatic invoice generation.

    :sparkles: Enhancements

    • #4927 - Allow the admin to set a payment term for invoices.

    • #4926 - Allow admin to set an invoice prefix and the first invoice number.

    • #4911 - Default variant selection for configurable product.

    • #4901 - Configurable product addition issue.

    • #4767 - PHP 8 Support.

    • #4449 - Laravel 8 Support.

    • #3834 - Ability to use multiple datagrids on single page.

    • #3251 - Add orders list to the customers details view.

    :bug: Bug Fixes

    • #5053 - showing validation on input fields while loading velocity

    • #5046 - Add to cart button is not working in compare page for default theme.

    • #5045 - Not getting product images where cache is exist.

    • #5042 - Update the alert message when edit and save customer address.

    • #5033 - Order status options after invoice generation on payment methods.

    • #5029 - Header menu content list layout need to fix.

    • #5027 - Fix customer account menu visibility in safari browser.

    • #5018 - Invoice ID is not recognized in transactions when invoice id contains custom prefix/suffix.

    • #5013 - No warning visible when user password doesn't match on the reset password page.

    • #5011 - Admin filter options are not working in Safari.

    • #4992 - Products image are getting stretch on search page.

    • #4989 - In sales, the module that creates refund subtotal is showing different.

    • #4977 - Configurable products are not visible on the category page if allow out of stock is disabled.

    • #4969 - Muliselect attribute options ID should not visible in compare product.

    • #4965 - Filter labels in datagrids are not translated.

    • #4964 - Search icon is missing in velocity theme Datagrid.

    • #4963 - French locale translations are missing.

    • #4962 - Able to access downloadable products even I have not purchased.

    • #4960 - The invoice date is missing on invoices.

    • #4959 - Getting exception when merging guest cart with customer cart with the configurable item.

    • #4951 - Real-time compare number is not decreased when deleting a product from compare page.

    • #4948 - Translation issue for the minimum order at cart checkout.

    • #4947 - Getting all invoices (that are not linked to customer or customer's order) in the customer section in the admin panel.

    • #4941 - The locale option should be visible with fields that are locale-based.

    • #4935 - Slider is not removed from the store if slider date gets expired.

    • #4931 - Root category name is missing when admin locale is not en.

    • #4924 - The coupon code button should not disable if one coupon code is already applied.

    • #4921 - Flag icons are missing when the locale is not en.

    • #4903 - Contribution guide is missing.

    • #4896 - Group product sort order functionality is not working.

    • #4886 - Make Sample optional for downloadable products.

    • #4885 - Hide shipping for virtual products

    • #4854 - Filtering customer address page is always redirect to the customer profile tab.

    • #4848 - Fix selected filter options alignment at customer panel.

    • #4847 - Add ACL for customer order list.

    • #4840 - Pagination alignment issue on customer end.

    • #4827 - Shop by category disappears on hover.

    • #4823 - UI bug at customer Invoice page if multiple invoices exist for same order id.

    • #4818 - Getting qty error when move item to cart from the wishlist.

    • #4813 - Compare product in velocity theme showing duplicated attribute after adding a new attribute family.

    • #4811 - Getting error when redirect on review page.

    • #4807 - Category logo icon is missing in API.

    • #4806 - Not able to see the configurable products in the API.

    • #4804 - The city field is missing in order confirmation emails.

    • #4800 - Filter is not working in customer grid.

    • #4799 - Product image resizing.

    • #4794 - Admin logo is getting hidden when scrolling down the menu bar.

    • #4779 - Image search is not working when out of stock is disabled.

    • #4773 - Category condition is not getting set in catalog rule.

    • #4771 - Datetime component should be enhanced as date component in UI package.

    • #4758 - Bug when adding an item twice in the cart from the API.

    • #4752 - Add endpoints for transactions API Done Enhancement.

    • #4751 - The sidebar menu icon should be removed from admin.

    • #4748 - Address is not saved on checkout.

    • #4735 - Price filter issue.

    • #4730 - All products are getting deleted when the associated category is deleted.

    • #4729 - Products do not exist inside a category, still they are visible on the category page.

    • #4727 - Error addToCartHtml is not defined on the compare page.

    • #4722 - Getting exception on wishlist when adding a configurable item on wishlist.

    • #4715 - Product name is breaking in invoice PDF.

    • #4713 - Paypal IPN Issue Fixed - SA6.

    • #4710 - Fixed currencies "value"s and "phone" fields formated for API.

    • #4709 - Getting exception when update inactive item on cart.

    • #4708 - Getting issue while selecting variant with no image.

    • #4707 - Fixed admin theme not loading with custom admin URL.

    • #4702 - Issue during exporting customers data.

    • #4698 - Category slug should not translation based.

    • #4691 - Distorted image issue.

    • #4690 - Variant images are not visible in a sorted manner as uploaded in the backend.

    • #4686 - Configurable item is still visible on the search page when out of stock is disabled.

    • #4685 - Blank space remains on the homepage when disabling out-of-stock items from the backend.

    • #4682 - Catalog rules and product price filter.

    • #4680 - Check out page extremely slow.

    • #4677 - API addresses, returns an error on create + not all fields are manipulated API.

    • #4668 - Customer profile header is missing in responsive view.

    • #4564 - Getting exception on admin interface when setup using webinstaller.

    • #4519 - Tax should not be state or Pincode-dependent. It should be product category-dependent.

    • #3902 - Duplicate order number getting generated when placed order simultaneously.

    • #3196 - L x W x H/D on product description.

    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(Feb 22, 2021)

    :bug: Bug Fixes

    • #3886 - Cart item not bound to the account when login with social login.

    • #4659 - Only show defaults option in Shipping.

    • #4654 - Composer error with khaled.alshamaa/ar-php version.

    • #4647 - APP_VERSION returns the wrong version number.

    • #4645 - /api/products returns trying to get property 'product' of non-object.

    • #4643 - Getting exception when admin change the status of subscribed user to false.

    • #4641 - Getting data in client id "sb" by default.

    • #4633 - Incorrect validation message at admin end.

    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Feb 16, 2021)

    :sparkles: Features

    • PayPal Smart Button for quick and fast payment.

    • Email Marketing-Newsletter to send the newsletter to your valuable customers.

    • Control on Displaying of out of stock Product.

    • Minimum Order Amount by which it will necessary to meet their order subtotal to make a successful purchase.

    • Add Video of Your Product.

    • Maintenance Mode, let search engines know that your site is currently down.

    • Buy Now at Product Page, Admin can easily enable/disable the Buy Now Button for both themes.

    • laravel Debugger Mode, This will help the developer/users to see all the packages they are using inside the Webkul folder.

    :sparkles: Enhancements

    • Duplicated queries removed.

    • Improved lighthouse score.

    • Slider path should also work in default theme.

    • Add configuration to enable/disable the image search feature.

    • Multi product images should be changed on mouse hover.

    • Add configuration to set admin url while install using bagisto:install command.

    • Add confirm box while moving an item to wishlist from the cart page.

    • Add option to export auto generated coupons in cart rule.

    • Add bulk category delete functionality.

    • Default shop content should be localized.

    • Schedule cron job to process newsletter campaigns mails.

    • Showing configurable product base on catalog rule price.

    • Wishlist and Cart key in Product API.

    • Add a option in the channel configuration to enable/disable wishlist.

    • Add product number.

    :bug: Bug Fixes

    • #3886 - Cart item not bound to the account when login with social login.

    • #3785 - Product filter is not working according to channel filter.

    • #3879 - Getting exception on uploading high size image in Invoice Slip Design logo.

    • #3954 - Featured New Product Adding Special Price the 2 columns in mobile version is broke.

    • #3964 - pay with paypal smart button is missing in checkout.

    • #3940 - bagisto:install defines APP_URL to localhost by default.

    • #3957 - Configurable product parent image is visible in cart instead of variant image.

    • #3981 - No validation message on creating addresses without required params.

    • #4030 - featured or new label should not visible if product is not exist in default theme.

    • #4061 - variant image is not visible when item added in wishlist.

    • #4024 - customer group price discount is not applied when product price and discount amount is same.

    • #4062 - search icon in velocity theme is not clickable.

    • #4085 - Not able to fetch invoice by API.

    • #4094 - filter is not working properly in case product name contains any special character.

    • #4130 - event ticket price field accepts negative values.

    • #4117 - error in booking product while booking a slot.

    • #4124 - Client Side validation issue in Special Price for ticket booking Product.

    • #4191 - back date should be disabled in booking products.

    • #4105 - Issue with total due in cash on delivery.

    • #3975 - Filter is not working properly for status column in case product has not been name and other required details.

    • #4212 - Error uninstall developer dependencies going into production mode.

    • #4234 - default values are not working in system configuration.

    • #4228 - add a validation if user trying to upload greater size image in image search.

    • #3807 - Can't locate path for migrations in bagisto/packages.

    • #4248 - PayPay scripts are being loaded even if inactive.

    • #4277 - subtotal is not updating when remove product from the minicart.

    • #4287 - Product locale not correctly selected since admin language select.

    • #4119 - Admin should not be able to create multiple cart rule using same coupon code.

    • #4299 - sort by newest first or oldest first doesn't work in category.

    • #3932 - When copying a product, replicating the image causes it to be volatile.

    • #4335 - Image search disable functionality is not working.

    • #4325 - address is not saving on onepage checkout.

    • #4394 - maintenance mode status is not working in channel section.

    • #4372 - The brand attribute should be deletable.

    • #4393 - composer test in windows.

    • #4413 - getting error when setup fresh bagisto from master.

    • #4408 - silder image not work.

    • #4401 - composer install --no-dev , gives error.

    • #4192 - db connection failed at first time when setup using bagisto:install.

    • #4425 - saved billing address details are not showing on onepage checkout.

    • #4434 - missing date picker option in event filter #4434.

    • #3374 - Social Login Error.

    • #4440 - getting exception when allow user role with marketing permission.

    • #3002 - Buggggggg iOS Safari images are stretched.

    • #4456 - getting exception when filter category, attribute, customer datagrid based on status.

    • #4433 - getting exception when filter campaigns/email templates based on status.

    • #4452 - products are not visible on homepage if filter based on ar locale.

    • #4457 - cart rule status always set as draft.

    • #4428 - user roles permission option always save when trying to uncheck selected option.

    • #4392 - Multiple cart rule is getting applied in case condition matches on applying only one coupon.

    • #4459 - disabled option should not accessible from routes in frontend.

    • #4447 - Product URl key not accepting value for Chinese, Japnese, Arabic locale.

    • #4481 - Shipping costs are not calculated with grand total.

    • #4399 - Role-based security issue - User with no permission has acces to some admin pages/controls.

    • #4369 - Product filter [Shop By].

    • #4486 - getting exception when copy cart rule.

    • #4386 - Slow Category Query.

    • #4432 - subscribed checkbox should be mark if customer is already subscribed.

    • #4435 - customer group condition doesn't match while sending newsletter email.

    • #4506 - customer group pricing fixed discount should accept decimal values.

    • #4498 - able to delete root category which is selected in channel.

    • #4420 - Invoice PDF breaking.

    • #3638 - Promotion, combine "percentage" & "fixed amount to whole cart" cart rules get wrong disco * unt amount.

    • #3572 - No info about other discounts in case there is multiple group pricing exist in same product.

    • #4577 - error on minicart while adding configurable item.

    • #4571 - video is not showing for variant product in product page.

    • #4566 - wrong attribute are visible on layered navigation.

    • #4567 - configurable product variant attribute options are not visible in layered navigation.

    • #4590 - getting exception on cart when remove minimum amount from backend.

    • #4583 - inactive template are sending in newsletter mail to subscribed users.

    • #4596 - Unable to view order at customer end.

    • #4495 - Only load the locales that are enabled on the channel.

    • #4597 - Add a product to Wishlist twice issue.

    • #4620 - value is not saved in fallback locale in configuration section.

    • #4573 - out of stock items are visible on category & search page when configuration is disabled.

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Sep 8, 2020)

    :sparkles: Features

    • Config to add custom CSS and javascript (Eg. google analytics)

    • Added some config for payment method additional information

    :bug: Bug Fixes

    • #1257 Getting issue in install of v0.1.6

    • #3643 Invoices should contain the company/store data

    • #3772 Unable to add more than 4 products in related products

    • #3781 Getting exception on frontend after installation.

    • #3782 Getting error on running php artisan migrate if db_prefix contains decimal value

    • #3783 Correct the product name alignment in compare list of default theme.

    • #3784 Responsive issue on iPad

    • #3786 Default advertisement images should display in images section.

    • #3789 Filter conditions need to be change according to Boolean in newsletter subscription grid for subscribed column

    • #3791 validation message showing for wrong field while editing user from admin end

    • #3792 Recently viewed product is not working for Locales other than default.

    • #3799 Featured Products and New Products should not display on front end if admin has set 0 in velocity meta data

    • #3800 Header Content Count field should convert the value into 0 if given anything apart from valid data(numeric value)

    • #3802 Layout issue while adding linked products

    • #3804 uploading image on search is not resulting in any keywords

    • #3811 Velocity cms page url should be added by default

    • #3819 Export Function not working in Firefox/Linux

    • #3822 Publish translations from Webkul\Admin

    • #3828 success alert is not visible while removing product from wishlist as guest

    • #3831 social icons are not visible in footer

    • #3847 QTY not returned to inventory when canceling an order after shipping

    • #3852 Product copy functionality is not working properly for configurable products

    • #3854 Fix reset password alert message

    • #3860 Icon used for the customer note or copy item should not be same

    • #3861 Payment Instruction is not implemented for velocity theme

    • #3862 Fix Payment Instruction view in checkout page

    • #3866 Compare icon is not coming in mobile view as well as layout issue on compare page in mobile view(default theme)

    • #3871 downloadable sample link issue in RTL

    • #3872 customer profile section having bug in mobile view for default theme

    • #3878 Search by name doesn't work when sending a request via API

    • #3889 default compare icon should be enabled in french also

    • #3890 Add validation at admin end for bundle items qty

    • #3894 Customer is not able to increase or decrease the qty of downloadable product from cart in default theme

    • #3900 layout issue on cart page in ar (Default theme)

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0-BETA1(Aug 18, 2020)

    :sparkles: Features

    • Customer group price for products implemented

    • Image search feature added with tensorflow.js

    • Migrated to Laravel 7

    • Search engine optimization with rich snippet

    • Blade file tracer

    • Search with Elastic and Algolia

    • Support for admin multi theme

    • One click upgrade

    • Social login (Facebook, Twitter, Google, Linkedin, Github)

    • Social share

    • Store configuration added

    • Feature to disable compare option

    • Store configuration added for product listing

    :bug: Bug Fixes

    • #343 Translation strings are missing from awful amount of controllers when returning responses with flash. And optimise translation strings for faster static translations.

    • #824 Framework is not supporting I.E 11 browser.

    • #838 Packages as composer dependency

    • #985 Dynamically insert products

    • #1246 Implement a feature to import product through csv file.

    • #1258 If payment is done through paypal then invoice should generate automatically and status of Order should be processing.

    • #1362 Site logo and Category Image are broken

    • #1370 install fails at the last step

    • #1522 Quick Links broken

    • #1656 Validation error in Phone Field while Adding Address

    • #1981 If customer update his address at time of checkout and save this address then address doesn't get save and also on checkout page old address displays.

    • #2009 Using AWS S3 for storage

    • #2060 auto generate coupon accordion not getting hidden while selecting no specific coupons

    • #2141 SQLSTATE[42S02]: Base table or view not found: 1146 Table '[DB_PREFIX].category_translations' doesn't exist

    • #2159 Taking more time to load product details in shopping cart.

    • #2415 Add TO CART button should replace by “BOOk NOW” button for booking product.

    • #2590 hi everyone i'm wondering if customers after register could give a referral code ??

    • #2702 Getting broken image for products and category.

    • #2720 Error during migration on php artisan migrate

    • #2725 Variants should not be created if cofigurable product created failed

    • #2762 Seeder: SQL Error: Duplicate entry for '1' key 'PRIMARY'

    • #2766 Needs User friendly UI for the event booking in product page

    • #2789 Product channel and locale dropdowns in the admin dashboard not working

    • #2795 Cart error merging if you authenticate having items with low stock

    • #2800 Add the ability to change Attribute Family for Products

    • #2804 There should be order review section instead of complete section on checkout page

    • #2805 the sku should be all in caps

    • #2844 showing product image of each color in configurable product

    • #2863 Search Product Name and Description

    • #2868 Cart (customer) address not persisted during the checkout

    • #2874 Order, payment process and payment metadata

    • #2888 Always Default locale should be selected when add new product for each channels

    • #2889 timezone drop down field is not visible in web installer

    • #2893 When creating a shipment, display items invoiced

    • #2931 Customer pays order in PayPal but there is no record in bagisto

    • #2936 change the admin route for another

    • #2937 Checkout old theme

    • #2942 Randomize New and Featured Products

    • #2949 failed to migrate with new database using installer

    • #2950 multiple error message on installer

    • #2964 Exception when buying non stockable item via API

    • #2969 Cancel icon is not visible in velocity theme for customer order detail

    • #2971 Need to add the possibility to translate velocity metadata

    • #2972 can add to homescreen on mobile device in velocity theme

    • #2973 force the execution of the shipping methods trigger

    • #2974 Thumbnails are not generating on mobile ifproduct has more than 4 photos

    • #2981 When paying with Paypal the user can change the amounts of the products

    • #2886 Configuration option for Compare

    • #2985 Product category is not saving

    • #2987 mult address

    • #2990 Facebook Pixel integration for Laravel

    • #2991 Filters not showing in small devices

    • #2994 Shipping method not getting updated after changing the zip code.

    • #2995 filter is not showing when search product from search bar

    • #2996 Incomplete products JSON when type is grouped or bundled

    • #2997 Category show sidebar

    • #3000 arabic product in home page Not lined up in one format

    • #3001 Getting Error Exception when view order details

    • #3004 Category Deactivation not working

    • #3005 One page checkout creating new address in profile every time.

    • #3009 Featured product slider and new product slider is not working

    • #3011 The product is in cart or not

    • #3014 Support for Responsive Admin Panel

    • #3018 Icons are not showing on imac

    • #3020 Images can not add on velocity theme

    • #3021 Deactivating the last category of level1 renders only level2 etc. from deactivated category

    • #3022 storage/ should not be included in .gitignore

    • #3024 Blank order comment shouldn't added

    • #3025 save address return error 500

    • #3026 Date validation error when editing Booking Products

    • #3029 velocity theme not fully responsive

    • #3030 Api for coupons..

    • #3032 [Critical] Onecheckout preventing to continue to shipping method after selecting address

    • #3035 Please update pwa for bagisto

    • #3036 Shipping address options not shown

    • #3037 error mysql 8.0.20 bagisto v 1.1.2

    • #3038 Trying to get property 'code' of non-object

    • #3040 Api logout not working..

    • #3044 Getting exception when click on view shopping cart if adding group product in cart that contains variants of configurable product.

    • #3047 The qty of configurable product is 0 when merging cart

    • #3048 "nwidart/laravel-modules": "^3.2", is the wrong version for laravel 6.*

    • #3050 Can't override models

    • #3051 error while migrate bagisto manually from console command

    • #3053 [Velocity] Checkout: Shipping/Billing Address Name, email does not get updated

    • #3054 customer is getting exception while cancel order

    • #3061 CORS errors

    • #3067 PHP Notice: date_default_timezone_set(): Timezone ID 'Asia/JakartaAsia/Kolkata' is invalid

    • #3068 Inactive inventory source are get select in channel and products

    • #3070 Edit Attribute -> Add Option or Swatch Item Error 404 for Indonesia(id) country code

    • #3073 HTML entities are not being decoded when editing attribute options

    • #3076 checkout disable when add new shipping address

    • #3077 How to change validation messages to spanish not working

    • #3079 Tracking Number in My Account

    • #3087 after installation, first product registration does not open detailed page, I only opened from the second product

    • #3089 not getting price after changing configurable options

    • #3090 error mysql8

    • #3095 pending orders detail page is blank when viewing in arabic locale

    • #3096 error when add product in compare list from the search product page

    • #3097 getting console error when remove cart item

    • #3113 catalog storefront configuration for per product page is not working

    • #3115 minify the velocity.js for gtmetrix

    • #3118 Home page doesn't display categories and language bar doesn't work.

    • #3120 admin panel multi locale

    • #3131 Velocity theme responsiveness issue after changing the language to Arabic RTL

    • #3135 How can I cad comment box in checkout form.

    • #3136 configurable product variant name gets removed from the catalog list

    • #3140 API for more than one locale !

    • #3144 error if selecting only one currency

    • #3146 how to configure aws smtp server on bagisto

    • #3150 Attribute not showing on the creating new configurable product page

    • #3153 Free Shipping and Flat Rate Shipping not desable

    • #3158 Column not found: 1054 Unknown column 'symbol' in 'field l

    • #3160 Disabled products are not removed from bundles

    • #3161 Trying to access array offset on value of type null

    • #3164 getting exception when add/edit configurable product

    • #3171 fixed amount is applied on product for customer group price instead of apply in %

    • #3172 description or name is missing for comparable items if customer login

    • #3183 ErrorException

    • #3184 Site showing blank page on 404

    • #3186 replace payment method text with an image on the checkout page

    • #3190 Bagisto v1.1.2 velocity responsive theme issue on iPhone and iPads

    • #3191 Bagisto v1.1.2 velocity responsive theme issue on iPhone and iPads

    • #3197 Call to undefined function str_limit() when view product in velocity theme

    • #3199 Getting exception when click on product.

    • #3202 Getting exception in creating grouped product.

    • #3203 Getting translation issue in price field of downloadable product.

    • #3204 Getting exception when changing currency from search page.

    • #3205 Able to create the product without selecting required toggles button.

    • #3208 Customer group price functionality is not working.

    • #3207 Issue in variant product of configurable, only one variant name display at a time and on refreshing it changes.

    • #3214 Getting exception on forgot password link.

    • #3215 when updating an attribute to 'use_in_flat', bagisto should update the product_flat table with the values of those products

    • #3218 virtual product not shipping step..

    • #3219 fix the date/time format in booking products

    • #3222 UI issue in event ticket booking special price date field

    • #3231 "error!options are missing alert" on home page shouldn't be shown

    • #3232 homepage is showing 404 error page in both theme

    • #3234 UI Issue for cart, wishlist, compare icon number indicator in RTL

    • #3236 selected category gets removed from the search in RTL

    • #3235 need space b/w sign in & sign up box in mini login window for RTL

    • #3237 Options of attribute not display as per its position

    • #3238 Trait 'Illuminate\Foundation\Auth\SendsPasswordResetEmails' not found

    • #3240 Payment methods in onepage checkout are not visible completely in RTL

    • #3241 login fields(email,passwords) are in the center when in RTL

    • #3243 Email settings are empty in backend

    • #3246 fix icon layout in edit booking product page for RTL

    • #3248 fix css for cancel icon on success alert RTL

    • #3249 icons are overlapped in comparison page for RTL

    • #3250 find product by image in search attempt to an error if app_url isn't define

    • #3254 exception on changing locale to Italian

    • #3255 Appointment booking slot duration missing in UI for RTL

    • #3265 recently view product heading is overlapped in RTL

    • #3270 fix icon design on catalog rule when select special price as condition

    • #3272 getting exception when booking product type is not same as cart item for same product id

    • #3273 fix calendar icon present at dashboard in RTL

    • #3274 Installer Blank Page After Migration

    • #3286 fix calendar icon css at admin dashboard

    • #3289 Main product is not showing in catalog grid if configurable product hasn't been created completely.

    • #3297 getting exception when save booking product from edit page

    • #3298 Header content category always redirect to 404 error page

    • #3301 fix search keys in search bar for analysed keywords in velocity

    • #3303 Getting exception on changing locale when customer has opened downloadable products grid from his account

    • #3304 Getting incorrect message on delete all from wishlist in case of guest user only

    • #3307 Getting exception on changing locale when customer has opened order grid from his account

    • #3309 500 error when loading /search with "term" in query string

    • #3310 Editing product title should not change URL if it has already been set

    • #3311 Mobile Bug - Filters disappear when no products match filters

    • #3313 In cart, in place of only qty, quantity and price both are coming in ar.

    • #3314 admin back to sign in link always redirects to same page after admin login

    • #3315 compare option should be remove from customer profile options list if the compare is disable

    • #3316 layout issues in checkout page while placing order of booking product

    • #3317 Pagination layout should be implemented at customer end

    • #3319 Issue in validation message while placing order of booking type product if customer did not fill select rent time

    • #3320 Getting exception on frontend when opening a category in which brand is selected as filterable attribute.

    • #3321 Comapre button should come between wishlist and cart in arabic also.

    • #3322 Title and url both are coming same on layered navigation page in velocity theme

    • #3323 text written in search page(for invalid search) should be properly aligned

    • #3328 velocity logo and shop by category override

    • #3330 Layout issue while adding configurable product to cart in velocity theme

    • #3331 layout issue while using filter at any grid(admin end) in ar locale

    • #3335 New Label is missing in VelocityTheme

    • #3338 bundle option should be marked as mandatory if it's required

    • #3339 category display mode options are not working

    • #3340 mobile view not able to updated currency

    • #3341 filter option should be remove from the search page in mobile view

    • #3354 error when upload invalid image/file type in search

    • #3356 search term removed from the search bar in default theme

    • #3357 Image search feature is not available in mobile view default theme

    • #3358 New and sale icon lable on product issue in RTL

    • #3360 filter and items per page is getting collapsed in ar

    • #3363 null value accepted in filter option at customer end

    • #3365 On mobile responsive on ios sign up button is missing

    • #3369 getting exception when clicking on any social login icon

    • #3371 Easy bug: incorrect PL lang file

    • #3373 New Error migration Bagisto Install MySQL/MariaDB

    • #3374 Social Login Error

    • #3377 error when click to twitter social login

    • #3379 Getting error on migration command.

    • #3380 Layout issues on mobile view in ar locale

    • #3381 Customer city name does not allow hyphen

    • #3392 Translation key is not added in order settings

    • #3393 Getting broken image link for locales in mobile view.

    • #3394 Not able to open menu in mobile view having locale arabic.

    • #3395 default group should be set for the social login customer

    • #3396 getting error when admin view order placed by social customers

    • #3399 Remove from wishlist button is displaying as 1 when mouse not hover on product, this occur in all locale except English.

    • #3400 fix UI for the compare page in default theme

    • #3409 Wrong validation when remove variant(s) of configurable product

    • #3411 Sale level is displaying even if special price date has been already expired

    • #3417 social login icons in RTL

    • #3422 getting exception when view order of deleted customer

    • #3423 Cannot change account password

    • #3425 Impossible to connect, please check your Algolia Application Id.

    • #3443 customer group price functionality is not working

    • #3444 Layout issue on review page

    • #3445 filter tag is out of box in search key term for long product name

    • #3447 By default social login should be enabled

    • #3451 Change request regarding shipments

    • #3453 Invoice state is always set to paid

    • #3457 number indicator are hidden on wishlist or compare icon RTL format

    • #3458 not able to add (virtual,booking etc.) product to compare list by logged in user

    • #3460 Add address option should come below in velocity theme

    • #3465 When I update the folder name from bagisto to new name, the logo image doesn't appear, why?

    • #3467 layout issue at shop end in ar

    • #3469 Cannot remove a layered navigation attribute from product

    • #3472 layout issue in order and downloadable grid at customer end in mobile view

    • #3478 Getting exception on putting limit =0 in url

    • #3484 missing product quick view icon on search page

    • #3485 layout issue on category page for filterable attributes

    • #3486 Compare feature shows wrong attribute value

    • #3487 Velocity RTL product image zoom floats right - not showing

    • #3488 color attribute default swatch value should be selected as dropdown swatch

    • #3489 Sale icon is not showing even if catalog rule is applied for grouped and bundle type products

    • #3490 Back icon is not working in catalog and cart rule grid

    • #3491 broken image for color image swatch type

    • #3494 compare feature is not working properly if admin creates a image type attribute and give attribute code and name "image"

    • #3495 image is not coming in compare list for any image type attribute

    • #3496 showing values in compare list of those attribute which has been removed from attribute family

    • #3498 No.of items in compare should be displayed with compare tab in default theme

    • #3501 unable to download files while comparing products

    • #3502 Side bar menu is getting removed while editing/adding customer address at admin end

    • #3505 No message on removing products or deleting all from compare list in default theme

    • #3506 Uploaded image is not showing while editing Advertisement 4,3,2 Images for arabic locale

    • #3507 locale filter is not working properly in product grid

    • #3508 Error on PL lang file

    • #3514 Use "has been" in place of "had been" in mail to warehouse

    • #3515 Order id is missing in mail which customer get when admin add any comment in order

    • #3519 Customer is getting mails in Arabic for order information and rest mails in English for same order which was placed in ar locale.

    • #3520 Admin should get mail according to admin's default locale not customer's locale

    • #3521 layout issue in order information in default theme at customer end

    • #3522 Admin is not getting mail when customer cancels order

    • #3526 On changing current password admin/customer should get mail

    • #3530 mobile view sortBy functionality in category page is not working

    • #3531 In price filter, allow comma(,) for price in filter as in french locale float values used to be separated by , in stead of .

    • #3532 (Mobile view) getting product image issue when set grid as List type in category page

    • #3533 Products Per Page configuration is not working properly

    • #3534 Add validation for products per page field otherwise if admin entered string value then customer gets exception on category page

    • #3535 Sort By configuration from admin end is not working properly

    • #3546 Shipping charge is not getting calculated properly in case customer removes the product just before clicking on place order

    • #3547 checkout country null issue

    • #3548 filter is not working properly in attribute grid at admin end

    • #3550 there should be tooltip text on mouse hover on compare icon on product

    • #3554 Cart Rule Issue

    • #3558 Incorrect price showing for configurable product on front end

    • #3561 Customer Revenue is not getting minus after refund

    • #3562 getting exception when view category page in frontend

    • #3564 getting exception if admin uploads higher size image in image swatch while editing/adding attribute

    • #3570 Translation issue on uploading high size image

    • #3574 One page Checkout loader hits on adding single digit in phone number

    • #3575 Inactive child product shouldn't visible in grouped product

    • #3577 Customer is able to place order of more than available qty of any bundle option product

    • #3580 Incorrect error message while adding bundle product in cart if no.of bundles contains more qty than available qty

    • #3591 Getting exception while using layered navigation filters on category page

    • #3595 I would like like to change the admin route or url

    • #3604 show percentage in place count number in review in velocity theme

    • #3606 showing different number of star in velocity and default theme for same rating

    • #3611 The content of CMS page is cropped

    • #3615 Getting exception while uploading favicon image if image is of high size

    • #3617 Add feature to set the category header content limit in velocity

    • #3621 Ui issue when applying filter in mobile view

    • #3622 channel filter is not working in cart rule

    • #3628 Correct the Success message after updating content in velocity meta data.

    • #3629 Filter is not working properly in content list grid for content type column

    • #3631 Category slug should not accept values in capital letters while adding content for Header content

    • #3636 Correct the Ui of profile in mobile view,there is no difference in field name test and field data.

    • #3637 No records founds text in downloadable product section of customer should display in centre, in mobile view.

    • #3638 Promotion, combine "percentage" & "fixed amount to whole cart" cart rules get wrong discount amount

    • #3642 getting exception when creating configurable product in case of DB_Prefix

    • #3649 product datagrid filter layout issue

    • #3648 custom file type attribute is not visible in PDP

    • #3656 Product name gets blank each time we refresh the product page.

    • #3657 Auth user can see all users info by id

    • #3674 Bugs on category page for list mode

    • #3675 Address icon is overlapping on side bar menu in mobile view

    • #3676 all cross selling products are not visible in cart page of velocity theme

    • #3678 Customer is able to access downloadable products even when invoice state is pending

    • #3688 Select icons should be in right side in RTL on payment page in default theme

    • #3689 There should not be sale icon in shopping cart in velocity theme

    • #3692 Channel filter is not working properly in product grid

    • #3693 There should not be any success message while trying to delete system attributes

    • #3700 getting exception while creating refund of order placed by deleted customer

    • #3702 On deleting customer their invoice and shipment records are getting disappeared.

    • #3704 No alert message while deleting customer with pending or processing order from admin end.

    • #3717 Layout issue in order grid at customer end

    • #3720 Velocity theme option is missing in channel

    • #3723 getting exception when download uploaded file from backend

    • #3725 getting exception on comparison page of default theme

    • #3727 compare page layout issue for logged in user

    • #3735 Make Velocity Meta Data section Channel wise.

    • #3740 translation of alert when remove compare item in default theme

    • #3742 Invoice, ship and cancel buttons are missing in order placed by guest user

    • #3745 getting exception in backend when having DB_PREFIX

    • #3747 velocity content header route throwing an exception in spanish locale

    • #3751 shipping tab is missing in order details for deleted customer

    • #3755 Webinstall - SMTP port is not set

    • #3757 broken image on guest wishlist

    • #3767 Header-nav on mobile view seem buggy on search item

    Source code(tar.gz)
    Source code(zip)
  • v1.1.2(Apr 28, 2020)

    :sparkles: Features

    • Now customer can cancel order.

    • Auto and manual currency exchange rates update feature added.

    :bug: Bug Fixes

    • #2453 - Velocity theme is not loading on fresh instance

    • #2691 - Shipping and Payment methods automatically selected on Checkout oage

    • #2752 - Error when you create or update a new catalog under root

    • #2793 - Stock Check Incorrect for Configurable Items

    • #2826 - Not able to view cart icon

    • #2869 - Updating "Velocity meta data" throws QueryException

    • #2871 - Refund throws "Undefined index: shipping" error

    • #2875 - Deleting brands that have been assigned to products causes checkout error

    • #2884 - Undefined Index slot: when add to cart rental booking

    • #2890 - cart rule condition (price in cart) always set to equal or less than when select greater than/less than

    • #2895 - The type hint of view in this blade file is 'address' - there is no tag in any provider which loads view with this type hint.

    • #2896 - There are two fields with having same value of name attribute one is hidden and other is of its desired type - is this redundant code or its solving any purpose?

    • #2897 - Inventory status field should be passed through validation for boolean in its backend controller.

    • #2898 - error when viewing a category and then wanting to change the language of the page in mobile view

    • #2899 - showing the configured products as radio button

    • #2900 - getting different variant of a configurable product in front end

    • #2901 - Error when creating a category

    • #2902 - unify address tables

    • #2908 - A class is missing from the Velocity ProductRepositiry file

    • #2914 - Filter not showing on mobile, also sorting not working on mobile

    • #2915 - filters are missing on mobile view.

    • #2919 - Header Content not working on other languages

    • #2925 - exception for php version 7.4

    • #2938 - Extend Model Class

    • #2939 - get product description for API without html tags

    • #2940 - creating categories have error

    • #2943 - Scroll images is not working

    • #2945 - API product detail return empty array

    • #2954 - The merging cart function does not work when already added all items of product into customer cart

    Source code(tar.gz)
    Source code(zip)
  • v1.1.1(Apr 14, 2020)

    :sparkles: Features

    • [feature] Improved web installer.

    :bug: Bug Fixes

    • #797 - Add new module

    • #826 - Impossible to create the root directory "".

    • #2152 - Product images are not showing

    • #2329 - Getting exception on frontend after updating meta data.

    • #2354 - possible integrate this payment

    • #2543 - Sliders Text should be translatable

    • #2558 - Sliders Text should be translatable

    • #2619 - Issue when category slug & product slug are same

    • #2684 - API checkout/cart returns null for guest user

    • #2691 - Shipping and Payment methods automatically selected on Checkout oage

    • #2706 - Getting exception on editing category for pt_BR locale in php 7.4

    • #2708 - Able to create booking product from back date.

    • #2713 - fix the invoice header in pdf

    • #2726 - is shop.js the vue framework ??

    • #2752 - Error when you create or update a new catalog under root

    • #2763 - error to add rental booking into cart

    • #2764 - fix UI when select back_date of booking product,the calendar icon is set on another place

    • #2765 - Email settings configuration values are not write in .env file

    • #2768 - Getting exception in cart when remove one ticket from event booking from backend

    • #2769 - Can't delete Exchange Rates data

    • #2774 - How to add new icon in bagisto admin panel?

    • #2775 - compare icon is missing in each product for default theme

    • #2776 - compare option in side bar menu at customer panel should be available

    • #2778 - Issue in customer profile dropdown.

    • #2779 - Issue on checkout page, email should ask first as in default theme.

    • #2780 - Sidebar layout issue.

    • #2781 - Mobile menu is not showing correct sub-menu

    • #2784 - One booking for many days slot time issue

    • #2785 - missing address details in checkout page

    • #2786 - Getting error message on adding product to compare product from search page.

    • #2788 - guest_checkout is missing from edit product

    • #2790 - Minicart disable when use new languages only velocity theme

    • #2792 - Weight Validation Inconsistencies

    • #2793 - Stock Check Incorrect for Configurable Items

    • #2794 - When allow backorder is enabled, display a message available for order rather than in stock.

    • #2796 - Try to create category in windows 10 getting exception

    • #2801 - Address with more than 2 lines is not added correctly to the cart_address table

    • #2807 - Illegal mix of collations

    • #2808 - Correct the spelling on registration page.

    • #2810 - UI issue on compare similar item page.

    • #2811 - how to change checkout proccess

    • #2812 - getting timezone error while setup

    • #2813 - Ui issue if there is only one product in compare page.

    • #2814 - variant product's name aren't update when select their options in Front

    • #2818 - Not able to view menu in velocity theme on storefront

    • #2821 - Address Line is Null in Emails

    • #2825 - PHP Notice:

    • #2827 - default local not changing in storefront in velocity theme

    • #2828 - currency change error on velocity theme

    • #2829 - changing home page content in velocity and npm

    • #2832 - Illegal mix of collations

    • #2834 - Layout issue in compare page in pt_BR locale

    • #2837 - subscription bar content source code is not visible in text editor

    • #2840 - Velocity theme is not available on fresh install

    • #2845 - Implement custom RegistrationController

    • #2846 - does not show next step

    • #2847 - Class 'Faker\Factory' not found

    • #2849 - Can not add my stylesheet to Velocity theme

    • #2850 - admin crash on save configration

    • #2851 - Fix date picker icon layout at dashboard

    • #2856 - Issue with Sort by functionality, when open any category it by defaults show Newest First but after changing sort by when again select newest first it shows different product.

    • #2865 - Save order taking so long time 30s

    • #2866 - ayout issue when customer save addresses form

    • #2871 - Refund throws "Undefined index: shipping" error

    • #2876 - Place order is disable at checkout when select shipping address

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Mar 24, 2020)

    :sparkles: Features

    • [feature] Added new booking type product.

    • [feature] Impletment compare product feature.

    :bug: Bug Fixes

    • #2525 - Add more settings to the installers

    • #2541 - Showing product's price with the price including tax

    • #2552 - error mysql 8

    • #2556 - Logo and favicon broken

    • #2562 - error catalog/categories/create

    • #2563 - error add in cart

    • #2567 - Error 404 found when click on compare product image

    • #2568 - Getting exception when update to default theme from the comparison page

    • #2572 - custom attribute values are not show in comparison product

    • #2573 - Add to wishlist icon is missing with each product in comparison page

    • #2574 - Quick view popup should be closed when click add to compare

    • #2575 - compare feature is not working from the product page for logged In customer

    • #2576 - Compare icon is missing for new products

    • #2577 - GUI installer stuck at Migration & Seed

    • #2578 - Impossible to create the root directory

    • #2579 - error menu mobile

    • #2580 - error recently viewed products in mobile

    • #2581 - admin/configuration/general/design

    • #2583 - Display 3D product preivew image

    • #2584 - Not getting root category name, in categories.

    • #2585 - Product name , description and short description gets removed on editing the product.

    • #2586 - APP_TIMEZONE and APP_LOCALE values should be available in env file.

    • #2587 - Getting some warning during installation.

    • #2589 - Getting exception on editing header content on php 7.4.

    • #2596 - Allow Email Verification field is given twice, once in Configure->Customers->Setting and in Configure->Admin->Email.Currently if field is enable from any one grid and disable from other grid, then its not working.

    • #2597 - Not getting email for "Send Inventory Source Notification E-mail".

    • #2599 - login required when add compare product from the category page

    • #2601 - all comparable product remove from list only when single product remove

    • #2602 - Catalog default image height should be equal to the original image in Velocity

    • #2604 - Not able to make product as comparable from the category page as logged In user

    • #2605 - Attribute is comparable (yes/no) option is missing when add new attribute

    • #2606 - custom attributes are not Visible on Product View Page on Front-end

    • #2607 - Getting exception on editing category for pt_BR locale in php 7.4

    • #2608 - Getting exception on creating category.

    • #2609 - product removed from comparison page when update product by name

    • #2611 - installer error

    • #2612 - available slots are not showing for current date even if slot time is not expired

    • #2613 - Propaganistas/Laravel-Intl is abandoned

    • #2614 - table booking slot time is expired still exist in cart

    • #2619 - Issue when category slug & product slug are same

    • #2621 - i create a site and it is up kind of noting works

    • #2626 - Tax rates zipcode is still required when enable zip range is disabled

    • #2630 - Error exception when add booking product

    • #2634 - console error when select slots in default booking

    • #2635 - Default Booking details remove from edit page for many booking of one day

    • #2636 - Error alert when add to cart a simple product from the home page

    • #2638 - customer status is not translated in customer list

    • #2639 - category slug field should show warning if saved blank header content

    • #2643 - Getting exception when add appointment booking

    • #2645 - Error on adding product to cart

    • #2649 - Incorrect slot time for one booking many days in product page

    • #2650 - remove slot duration from the booking product page

    • #2654 - warning should be removed once slot field is selected

    • #2658 - slot, duration, break time are not saved for appointment booking

    • #2660 - guest capacity value is not saved in table booking

    • #2661 - Charged_per drop down value is not updating for table booking

    • #2284 - Layout issue in pt_BR locale.

    • #2468 - Guest user is able to checkout if guest checkout is disabled.

    • #2517 - Product description text gets selected if click on drop down icon on product page

    • #2549 - Invoices aren't legally valid.

    • #2571 - compare icon should classify the total compare product added in the comparison page

    • #2592 - No menu for the logged in user when clicking over comparison

    • #2593 - Cannot read property 'disabled' of undefined" on filter price

    • #2594 - After refund quantity of product increases.

    • #2595 - Category image size issue in velocity theme.

    • #2610 - some of the attribute values aren't visible in comparison page

    • #2616 - Tiny Bug on Admin Pages

    • #2637 - blank admin page if username contains whitespaces in email configuration

    • #2640 - product moved to cart still showing in wishlist

    • #2641 - Issue on wishlist page for guest user

    • #2644 - Add an option to set encryption to none during installation

    • #2646 - error missing wishlist or compare icon on mobile view

    • #2666 - fix the UI for booking product in cart page

    • #2667 - By default wishlist option is selected in cart

    • #2670 - Booking product should be removed from the cart when selected slot time expired

    • #2669 - Browser compatibility issue

    • #2671 - Error on moving booking product to wishlist

    • #2672 - wrong price calculated in cart for rental booking

    • #2674 - Rental booking added to cart without selecting date in velocity

    • #2677 - error on cart when rental booking update from backend

    • #2678 - UI issue in rental booking product page

    • #2693 - Booking product page - add to cart button js error

    • #2704 - product's assigned category can't be removed

    • #2707 - Getting exception when generate invoice in appointment booking

    • #2715 - Error message should throw if "To" time is less than "From".

    • #2716 - After saving the default booking time product selected time for date range changes to 00:00:00 ,because of which not able to book appointment on frontend.

    • #2717 - Getting error message on adding rental product in cart if rental booking is not available for that day.

    • #2722 - warning showing when update event booking cart quantity from the product page

    • #2723 - Compare product icon on header showing counts of compare product but there are no product in compare list.

    • #2724 - table bookings quantity should update in existing booking added in cart for same slot/date

    • #2726 - is shop.js the vue framework ??

    • #2732 - missing product's quick view in category page

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Feb 24, 2020)

    :bug: Bug Fixes

    • #2377 [fixed] - Getting exception on creating a new category under any other category.

    • #2378 [fixed] - Exception when adding velocity content page list.

    • #2381 [fixed] - Fix UI for linked product (related/upsell/cross sell).

    • #2382 [fixed] - If customer use shipping address other than billing address then also its showing the billing address in shipping address section.

    • #2384 [fixed] - Vat id validation rule was changed, since then test action has failed.

    • #2386 [fixed] - bundle product details in cart page should contains item details.

    • #2388 [fixed] - order placed with blank billing address.

    • #2390 [fixed] - Add hyphen in Orders->Information section of customer.

    • #2391 [fixed] - toogle footer configuration is always true in velocity.

    • #2393 [fixed] - Getting exception on adding grouped product to cart.

    • #2395 [fixed] - Can not add grouped product in cart more than one time, getting error message.

    • #2397 [fixed] - Company Name field is not available in Billing Address form in velocity theme.

    • #2398 [fixed] - Mark all mandatory field in customer's billing address form.

    • #2399 [fixed] - Layout issue in bundle product.

    • #2400 [fixed] - Whole product price should be in bold in bundle product.

    • #2403 [fixed] - Ratings icons show in category product view list for 0 rating.

    • #2410 [fixed] - error button update cart.

    • #2417 [fixed] - Inactive payment method or shipping method are showing in velocity footer content.

    • #2424 [fixed] - Exception on frontend when default currency is not selected in currencies.

    • #2436 [fixed] - error velocity/meta-data.

    • #2438 [fixed] - Add hyphen - with cart discount amount.

    • #2439 [fixed] - can't process for further checkout steps until all the address line filled.

    • #2435 [fixed] - error composer install --no-dev.

    • #2440 [fixed] - Advertisement Three Images is not working.

    • #2449 [fixed] - error clicking empty cart.

    • #2451 [fixed] - Invoice totals don't tally when using non-base currency.

    • #2458 [fixed] - Payment method is not updating on checkout page.

    • #2459 [fixed] - shipping address field warning for guest customer not translated.

    • #2463 [fixed] - Tax rate is not update on same product.

    • #2468 [fixed] - Guest user is able to checkout if guest checkout is disabled.

    • #2469 [fixed] - Displaying wrong amount for bundle product in cart.

    • #2479 [fixed] - showing total review in recent view product list.

    • #2480 [fixed] - Exception is thrown by mini cart when catalog rule is applied on configurable product.

    • #2488 [fixed] - ErrorException When Editing product in different language.

    • #2490 [fixed] - missing zip code & country field in checkout page.

    • #2491 [fixed] - Exception on Create/Edit bundle product.

    • #2494 [fixed] - Product total inventory for all locale is showing wrong.

    • #2500 [fixed] - Database reset fails.

    • #2519 [fixed] - filter price attribute throwing an exception.

    • #2526 [fixed] - Velocity backend route is not accessible in arabic locale.

    • #2527 [fixed] - Order datagrid is using static text.

    • #2529 [fixed] - [Webkul\Admin] Customer firstname & lastname are using wrong translations

    • #2533 [fixed] - Shipment email notification is not sending to customer.

    • #2538 [fixed] - unable to place order for virtual & downloadable product.

    • #2540 [fixed] - add to cart and whitelist button overlap.

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0-BETA1(Feb 7, 2020)

    :sparkles: Features

    • Updated to laravel version 6.

    • Added four new product types - Group, Bundle, Downloadable and Virtual.

    • Provided new theme (Velocity).

    :bug: Bug Fixes

    • #1971 - Filter is not working properly for id column in autogenerated coupon codes in cart rule.

    • #1976 - Default attribute set should be selected in root category.

    • #1977 - On editing the product, selected category for that product is not checked.

    • #1978 - Getting exception if changing the locale from cart page, if translation is not written for that product.

    • #1979 - Wrong calculation at customer as well as at admin end in due amount and grandtotal.

    • #1980 - UI issue in cart on changing locale.

    • #1983 - Getting exception on deleting admin logo.

    • #1986 - Subscribe to newsletter does not work.

    • #1987 - MySQL query very slow if products in category is around 3000

    • #1988 - Country and City Names in Create Address is not coming based on Locale

    • #1994 - Tax rate should only depend on zip code, state field should not be mandatory.

    • #1997 - Getting exception on adding attribute or creating product in bagisto on php version 7.4 .

    • #1998 - Showing product sale amount as zero when creating a product, and a existing catalog rule apply on it.

    • #2001 - php artisan route:list throws error.

    • #2012 - Getting exception when clicking on view all under review section at product page.

    • #2033 - API route for products throws error

    • #2045 - Login option is not coming while checkout with existing customer mail id.

    • #2051 - Forgot password not working due to recent changes in mail keys.

    • #2054 -Automatically 1st item of bundle is getting selected as a default after saving product.

    • #2058 - Not getting any validation message if entered admin credentials are wrong.

    • #2066 - Exception while writing product review.

    • #2071 - Customer is not getting forget password email.

    • #2074 - Getting exception while creating bundle type product.

    • #2075 - Getting exception if trying to select any parent category of root.

    • #2087 - Getting exception while adding configurable/bundle/grouped/Downloadable Type product to cart.

    • #2088 - Getting exception on customer login.

    • #2089 - Info missing on printing invoice at customer and admin end.

    • #2114 - getting exception while recovering admin password in case admin did not enter the details in env.

    • #2118 - Installation issue, getting exception on migrate command.

    • #2119 - confirm password is not matching even if admin is entering similar password in password and confirm password.

    • #2120 - Not able to add new user as while creating user password its giving error confirm password doesn't match.

    • #2124 - Able to make all product as default while creating bundle product in select type option.

    • #2128 - Click on add attribute, error is thrown.

    • #2132 - Price range slider not displaying.

    • #2139 - Logic error in exchange rate calculation

    • #2143 - Attributes filterable checkbox - those who do not know will think that a bug!

    • #2145 - Emails don't work on registration.

    • #2146 - Getting exception on creating bundle product without any option.

    • #2147 - Sort order of bundle product doesn't work.

    • #2149 - Ui issue when installing through installer.Getting issue on all steps.

    • #2162 - product's special price should not greater than price

    • #2164 - Redirect to incorrect url when click on finish button after installing through installer.

    • #2165 - Incorrect error message for password field of email configuration.

    • #2167 - Translation issue in Payment description field.

    • #2168 - locale direction drop down always select ltr.

    • #2173 - While creating locales value in direction dropdown is in small letters, but when you edit any locale it display in caps.

    • #2176 - product price section is not getting highlighted if the warning exists

    • #2177 - Category image can be add from anywhere

    • #2181 - Getting exception when creating/editing customer address from Admin end.

    • #2182 - missing option in Customer's Gender at admin end

    • #2183 - Add toolkit for add address.

    • #2185 - Issue with configurable product in case of multi-locale. Variation option are not visible.

    • #2186 - Ui issue in cart for pt_BR locale. Quantity is not visible properly.

    • #2190 - sku should be shown in product list if new product created

    • #2192 - For all grid of sales section when you export data in csv file order id heading is mentioned as increment id.

    • #2196 - No data is visible in state field, issue exist at all section where state field is used.

    • #2198 - Remove vat id column from customer address list

    • #2202 - catalog rule is not applied on product if product's special price date expired

    • #2203 - saved categories are not checked in condition of catalog/cart rule

    • #2204 - category tree view doesn't visible in catalog rule condition

    • #2207 - Unable to delete Category.

    • #2226 - Wrong price of product in case of multiple exchange rates.

    • #2225 - Not able to export products according to locale.

    • #2227 - Grand total column is not visible in invoice pdf, also getting incorrect currency symbol for grand total.

    • #2237 - Error when trying to login with app.php locale set to ja

    • #2239 - User should not be able to create multiple channel with same hostname.

    • #2241 - Getting exception when save a category with category logo

    • #2242 - Velocity Header content status should be enabled by default

    • #2243 - Remove Image's Height [in Pixel], Image's Width [in Pixel] ,Image Alignment and Number of Subcategory from Configure->velocity theme.

    • #2245 - slider content is not showing in velocity theme

    • #2246 - slider disable functionality is not working

    • #2248 - Provide an option to remove filter in velocity theme.

    • #2251 - configurable product options could not get select

    • #2252 - Customer is not able to save his/her address in velocity theme.

    • #2253 - Customer is not able to update his/her profile in velocity theme.

    • #2254 - Fix layout for remove button in cart page for guest customer

    • #2255 - Theme page search bar passing string value

    • #2256 - close previous popup if clicks on another item

    • #2257 - User profile drop down option should be highlighted on mouse hover

    • #2258 - Need space between highlighted text.

    • #2259 - Not getting category image on category page in velocity theme.

    • #2260 - Not getting the header content.

    • #2261 - Not getting option to delete review if customer has reviewed only single product.

    • #2262 - Issue with multiple images of same product

    • #2263 - Fix issue at review page

    • #2264 - Getting internal server error when place an order

    • #2265 - Migrate issues with Velocity

    • #2271 - When clicking on dropdown icon of all categories, category list didn't get open.

    • #2273 - Not getting password reset email for velocity theme

    • #2274 - Not able to proceed for checkout after checkout/onepage in case of downloadable product.

    • #2275 - Not able to place order for virtual product.

    • #2279 - Sort By functionality is not working in velocity theme.

    • #2280 - Getting small checkbox on refreshing the product page.

    • #2282 - Not getting any validation error message if current date of birth is selected in customer profile.

    • #2285 - Layout issue if category length is large.

    • #2288 - Getting exception on mass delete of review from admin end.

    • #2293 - On mouse hover, remove filter should be display as clickable.

    • #2295 - Admin not able to add address for customer if he add data in Vat id field.

    • #2297 - Always showing 0 review for product in recently viewed product even if multiple reviews are given to that product.

    • #2299 - Vat Id field is not given is customer address form.

    • #2300 - Alignment issue on Billing Information page if user enter an email that already exist.

    • #2317 - Multiple pop-up opens at a time if product is added in cart and customer click on Welcome Guest to sign-up or login.

    • #2318 - Slider content is not showing properly on slider in velocity theme.

    • #2319 - UI issue when customer redirect to reset password page through received email.

    • #2320 - UI issue in sort by functionality.

    • #2325 - Left arrow should be out of the image area.

    • #2328 - Only first three viewed product display in recently viewed section, when customer view 4th product it doesn't get updated.

    • #2330 - different route found for customer profile edit page for velocity theme

    • #2335 - Success alert should be shown while adding product into cart

    • #2336 - Issue with multi level category.

    • #2337 - Not getting category logo for 3rd level category.

    • #2339 - Selected content type is not showing in Content Pages List

    • #2340 - Correct the success message on deleting content.

    • #2341 - wish listed items should be labeled by move to cart instead of add to cart if product already added in cart

    • #2346 - Exception when search product based on selected category from search bar

    • #2355 - UI issue when update product policy

    • #2357 - Broken image link for locale logo.

    • #2362 - Page Link Target of header content always save with self option.

    • #2366 - Not able to add logo for category, after saving the category logo gets removed.

    • #2371 - Getting exception on updating Category.

    • #2280 - In minicart, whole minicart container is showing clickable but only image section gets clicked to redirect to product page.

    • #2281 - In minicart, whole minicart container is showing clickable but only image section gets clicked to redirect to product page.

    Source code(tar.gz)
    Source code(zip)
  • v0.2.2(Jan 3, 2020)

  • v0.2.1(Dec 23, 2019)

  • v0.2.0(Dec 23, 2019)

    :bug: Bug Fixes

    • #1955 - Message need to be changed on mouse hover on cross symbol next to applied coupon.

    • #1959 - if admin has set the same condition twice, then catalog rule is not getting apply

    • #1958 - getting exception on front end, if action type is Buy x get y free in non couponable cart rule.

    • #1957 - if action type is Fixed Amount to Whole Cart, then apply to shipping option should get hide.

    • #1954 - If any different tax category has been assigned to variants in configurable product, then while using tax category condition in cart rule, rule is not working properly.

    • #1950 - multiple catalog rule should not get get applied, if 1st one has been created as End Other Rules = yes

    Source code(tar.gz)
    Source code(zip)
  • v0.1.9(Dec 20, 2019)

    :sparkles: Features

    • Revamp Cart Rule

    • Cart Rule with multiple coupons

    • Cart Rule and Catalog Rule with more new conditions

    • Multiple cart rules can be applied on the cart

    • Catalog Rule reindexing implemented on multiple events (Eg. Product modification, Catalog rule creation, and modification, automatic reindexing with cron)

    :bug: Bug Fixes

    • #1875 - Discount gets applied on cart if condition is "Visible Individually" is set to yes and product added in cart is not visible individually.

    • #1868 - Getting exception on checkout if action Buy X Get Y free is selected in cart rule.

    • #1838 - Cart rule not working for condition sku(children only) and sku(parent only).

    • #1835 - Getting exception if condition value remains blank.

    • #1831 - Negative sign is not required in discount amount.

    • #1830 - If Coupon type is selected as "No Coupon" then coupon code should not generate for that particular cart rule.

    • #1904 - Existing tax should display as list on creating catalog rule if in condition "Tax Category" is selected.

    • #1903 - UI issue in condition field

    • #1895 - Translation issue Action Type field while creating catalog rule.

    • #1883 - Free shipping not applied on cart, if from action "Free Shipping" is selected and discount amount is given as zero.

    • #1882 - If from Action "Apply on shipping " is selected as yes then the discounted amount is applying on both product and shipping charge.

    • #1861 - Getting exception on checkout if applying invalid coupon code and proceed for checkout.

    • #1857 - Getting exception when creating cart rule with condition URL KEY(children only).

    • #1856 - Getting exception on creating cart rule with condition Name(children only).

    • #1847 - If cart rule condition does not match the cart then on applying coupon it should display message "Coupon cannot be applied".

    • #1839 - Getting exception on filtering cart rule through id.

    • #1836 - Back button on Edit cart rule page doesn't work.

    • #1834 - On editing any cart rule, its priority updates to 1.

    • #1833 - Discount not applied if "Payment Method", "Shipping Method", "Shipping State" or "Shipping Country" is selected in condition.

    • #1832 - Able to use coupon irrespective of the number given in "Uses per coupon" field.

    • #1828 - Updated changes are not saved on editing cart rule.

    • #1825 - Not able to generate coupon code while creating cart rule.

    • #1823 - Getting exception after clicking on developement.

    • #1929 - Actual product amount and discounted amount both should display on product page for configurable product

    • #1928 - Catalog rule should not apply if any of the condition doesn't match, if condition type"All Condition are true"

    • #1931 - Catalog rule not applying if in condition type"Any Condition is true" is selected, and some of the condition doesn't match the product.

    • #1935 - Categories are not displaying if in condition Categories(children only) or Categories(Parent Only) is selected.

    • #1938 - multiple cart rules are getting applied by using only single coupon.

    • #1939 - Invalid coupon gets applied, if clicking on apply coupon multiple time, although there is no discount amount but its displaying message that coupon code applied successfully.

    • #1942 - When editing the cart rule, selected category is not checked.

    Source code(tar.gz)
    Source code(zip)
  • v0.1.9-BETA1(Dec 18, 2019)

  • v0.1.7(Sep 18, 2019)

    Highlights:

    • [feature] - Fiterable attributes according to category.

    • [feature] - New module CMS added for adding static pages.

    • [feature] - Dyanamic event firing in datagrid while adding columns, actions and mass actions as well.

    • [enhancement] - Customer gets an email after registration.

    • [enhancement] - Customer receives cancellation mail if his/her order is cancelled by admin.

    • [enhancement] - SEO is now available for home page.

    • [enhancement] - If account is created for customer by admin then customer should received an email that his/her account is created with create password link.

    • [enhancement] - product_flat will is now scalable according to choice of attributes to be used in it.

    Source code(tar.gz)
    Source code(zip)
  • v0.1.7-BETA2(Jul 4, 2019)

  • v0.1.7-BETA1(Jul 2, 2019)

  • v0.1.6-ALPHA1(May 21, 2019)

  • v0.1.4-BETA4(Feb 4, 2019)

Owner
Bagisto
A Free and Opensource laravel eCommerce framework built for all to build and scale your business.
Bagisto
AbanteCart is a free PHP based eCommerce solution for merchants to provide ability creating online business and sell products online quick and efficient.

AbanteCart is a free PHP based eCommerce solution for merchants to provide ability creating online business and sell products online quick and efficient. AbanteCart application is built and supported by experienced enthusiasts that are passionate about their work and contribution to rapidly evolving eCommerce industry. AbanteCart is more than just a shopping cart, it is rapidly growing eCommerce platform

AbanteCart 129 Nov 15, 2022
Build a simple ecommerce website with Laravel.

Simple Ecommerce Build a simple ecommerce website with Laravel. Explore the docs » View Demo · Report Bug · Request Feature Table of Contents Getting

Rif 0 Jul 1, 2022
Thelia is an open source tool for creating e-business websites and managing online content.

Thelia is an open source tool for creating e-business websites and managing online content.

null 800 Dec 28, 2022
Laravel eCommerce Pre Order Extension allows the customers and guest users to pre-order the upcoming product and out of stock products.

Introduction Bagisto Pre-order add-on allows the customer to pre-order products which are not yet available at the online store. With the help of Bagi

Bagisto 3 May 31, 2022
Laravel eCommerce headless APIs allow you to experience seamless and easily scalable storefront performance.

Bagisto GraphQL API Laravel eCommerce headless APIs allow you to experience seamless and easily scalable storefront performance. An open-source and Gr

Bagisto 30 Dec 29, 2022
The Laravel eCommerce Image Gallery allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.

The Laravel eCommerce Image Gallery allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.

Bagisto 2 May 31, 2022
LiteCart - Free Shopping Cart Platform - Built with PHP, jQuery HTML 5 and CSS 3

LiteCart is a lightweight e-commerce platform for online merchants. Developed in PHP, HTML 5, and CSS 3. LiteCart is a registered trademark, property

LiteCart 153 Dec 28, 2022
Antvel is an ecommerce project written in Laravel 5.* intended for building a friendly eStore either for startups or big companies.

Antvel is an ecommerce project written in Laravel 5.* intended for building a friendly eStore either for startups or big companies.

Antvel - Official 650 Dec 28, 2022
Payu payment gateway for bagisto laravel ecommerce open source platform

Bagisto Payu Payment Gateway Payu is a popular payment gateway in india. This package provides a additional strong help for the user to use the payu p

Saju G 3 Dec 14, 2021
(Live Link) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Upgraded to Laravel 8.x

(Live Link) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Upgraded to Laravel 8.x

null 14 Dec 21, 2022
The Laravel eCommerce DHL Shipping module module calculates the shipping rates based on DHL API for product shipping.

Introduction DHL Shipping Add-on provides DHL Shipping methods for shipping the product. It packs in lots of demanding features that allows your busin

Bagisto 1 May 31, 2022
The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

The Laravel eCommerce Mollie Payment Gateway allows the merchants to integrate Mollie payment gateway to their bagisto Store.

Bagisto 2 May 31, 2022
Shopware 6 is an open source ecommerce platform based on a quite modern technology stack that is powered by Symfony and Vue.js.

Shopware 6 Realize your ideas - fast and without friction. Shopware 6 is an open source ecommerce platform based on a quite modern technology stack th

Shopware 2.1k Dec 31, 2022
Ecommerce website for Sales of Product according to their categories and Tags with pictures

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Muhammad Fahad 1 Nov 8, 2021
Open Source eCommerce Platform on Symfony

Sylius is an Open Source eCommerce platform on top of Symfony. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and

Sylius eCommerce 7.2k Jan 3, 2023
PrestaShop module that allows an ecommerce/brand to display its physical retailers in a map

PrestaShop module that allows an ecommerce/brand to display its physical retailers in a map Features Free of charge: instead of using pa

Darío Scattolini 3 Apr 15, 2022
Size chart plugin for Sylius ecommerce platform.

Madcoders Sylius Size Chart Plugin Features upload size chart files (for example for shoes, t-shirts and similar products) match size charts by rules

MADCODERS 4 Oct 29, 2021
Sylius is an Open Source eCommerce platform on top of Symfony.

Sylius is an Open Source eCommerce platform on top of Symfony. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and

Sylius eCommerce 7.2k Jan 5, 2023
Simple Ecommerce Platform on Symfony - E-Learning

Simple Ecommerce Platform on Symfony - E-Learning

Vincent Manuceau 1 May 8, 2022