Skip to content

Commit

Permalink
Added Changes and import feature in data transafer
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Sep 17, 2024
1 parent 565b4a8 commit 2917ed6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/2.2/prologue/contribution-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ You can contribute to the following projects:
- Bagisto docs
- Bagisto rest-api
- Bagisto booking-product
- Bagisto laravel-data-faker
- Laravel-aliexpress-dropship
- Laravel-aliexpress-dropship-chrome-extension
- Bagisto-custom-style-extension
Expand Down
2 changes: 1 addition & 1 deletion docs/2.x/prologue/contribution-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We welcome proposals for new features and enhancements to the existing Bagisto a
Before submitting a pull request, it's important to consider the following points to help you choose the appropriate branch:

- **Bug Fixes**: If you're fixing a bug, make sure to port the fix to the master version.
- **Critical Bug Fixes**: If you're fixing a critical bug, make sure to port the fix to the latest stable version that supports it (currently v2.1.2).
- **Critical Bug Fixes**: If you're fixing a critical bug, make sure to port the fix to the latest stable version that supports it (currently v2.2.0).
- **Feature Requests**: If your request involves a feature with potential breaking changes, send it to the master branch, which corresponds to the upcoming release (v2.x).

## Compiled Assets
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/master/advanced/create-data-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,12 @@ This structured explanation provides a clear overview of the steps involved in s
- `importBatch()`: This method imports all the rows of your `.csv` files into a batch file and then imports them into the database in a queue. It handles the processing of the data and updates the import batch summary.

These methods play a crucial role in ensuring the integrity and accuracy of the imported data. They help in identifying and handling errors, such as missing or duplicate identifiers, and provide a smooth data transfer process.

### Types of file allowed in the import process.

We support four types of files for data transfer when importing bulk data into the system:

- XML
- CSV
- XLSX
- XLS
2 changes: 0 additions & 2 deletions docs/master/introduction/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ Bagisto supports the following database servers:

- **MySQL**: Version 8.0.32 or higher is recommended for optimal performance and compatibility.

- **MariaDB**: Version 10.3 or higher is recommended for optimal performance and compatibility.

- **Database Collation**: The recommended collation for the database is **`utf8mb4_unicode_ci`**, which ensures proper handling of Unicode characters and multilingual support.
2 changes: 1 addition & 1 deletion docs/master/prologue/contribution-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We welcome proposals for new features and enhancements to the existing Bagisto a
Before submitting a pull request, it's important to consider the following points to help you choose the appropriate branch:

- **Bug Fixes**: If you're fixing a bug, make sure to port the fix to the master version.
- **Critical Bug Fixes**: If you're fixing a critical bug, make sure to port the fix to the latest stable version that supports it (currently v2.2.1).
- **Critical Bug Fixes**: If you're fixing a critical bug, make sure to port the fix to the latest stable version that supports it (currently v2.2.2).
- **Feature Requests**: If your request involves a feature with potential breaking changes, send it to the master branch, which corresponds to the upcoming release (v2.x).

## Compiled Assets
Expand Down
9 changes: 5 additions & 4 deletions docs/master/themes/create-store-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ Configuring the store theme in Bagisto allows you to customize the visual appear

- To configure the store theme in Bagisto, follow these steps:

- Locate the `themes.php` File.
- Locate the `themes.php` File. Navigate to the `config` folder located in the root directory of your Bagisto project.

- Navigate to the `config` folder located in the root directory of your Bagisto project.

- Look for the `themes.php` file within this directory.
- Open the `themes.php` File. Find the `themes.php` file within the config directory and open it for editing.

```
- app
Expand Down Expand Up @@ -154,3 +152,6 @@ return [

By following these steps, you can create and configure a new theme for your Bagisto store, enabling you to customize the appearance and layout to suit your branding and design preferences.

After adding your new theme, you will be able to select it when creating a new section for your storefront homepage from the admin panel.

![limiting-error-messages](../../assets/master/images/themes/new-theme-added.png)

0 comments on commit 2917ed6

Please sign in to comment.