Skip to content

Commit 2917ed6

Browse files
committed
Added Changes and import feature in data transafer
1 parent 565b4a8 commit 2917ed6

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

docs/2.2/prologue/contribution-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can contribute to the following projects:
2020
- Bagisto docs
2121
- Bagisto rest-api
2222
- Bagisto booking-product
23+
- Bagisto laravel-data-faker
2324
- Laravel-aliexpress-dropship
2425
- Laravel-aliexpress-dropship-chrome-extension
2526
- Bagisto-custom-style-extension

docs/2.x/prologue/contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We welcome proposals for new features and enhancements to the existing Bagisto a
3333
Before submitting a pull request, it's important to consider the following points to help you choose the appropriate branch:
3434

3535
- **Bug Fixes**: If you're fixing a bug, make sure to port the fix to the master version.
36-
- **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).
36+
- **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).
3737
- **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).
3838

3939
## Compiled Assets
95.6 KB
Loading

docs/master/advanced/create-data-import.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,12 @@ This structured explanation provides a clear overview of the steps involved in s
256256
- `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.
257257

258258
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.
259+
260+
### Types of file allowed in the import process.
261+
262+
We support four types of files for data transfer when importing bulk data into the system:
263+
264+
- XML
265+
- CSV
266+
- XLSX
267+
- XLS

docs/master/introduction/requirements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ Bagisto supports the following database servers:
4848

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

51-
- **MariaDB**: Version 10.3 or higher is recommended for optimal performance and compatibility.
52-
5351
- **Database Collation**: The recommended collation for the database is **`utf8mb4_unicode_ci`**, which ensures proper handling of Unicode characters and multilingual support.

docs/master/prologue/contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We welcome proposals for new features and enhancements to the existing Bagisto a
3434
Before submitting a pull request, it's important to consider the following points to help you choose the appropriate branch:
3535

3636
- **Bug Fixes**: If you're fixing a bug, make sure to port the fix to the master version.
37-
- **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).
37+
- **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).
3838
- **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).
3939

4040
## Compiled Assets

docs/master/themes/create-store-theme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Configuring the store theme in Bagisto allows you to customize the visual appear
1010

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

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

15-
- Navigate to the `config` folder located in the root directory of your Bagisto project.
16-
17-
- Look for the `themes.php` file within this directory.
15+
- Open the `themes.php` File. Find the `themes.php` file within the config directory and open it for editing.
1816

1917
```
2018
- app
@@ -154,3 +152,6 @@ return [
154152

155153
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.
156154

155+
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.
156+
157+
![limiting-error-messages](../../assets/master/images/themes/new-theme-added.png)

0 commit comments

Comments
 (0)