https://github.com/brainstreaminfo/bagistoimagezoom
bagistoimagezoom
https://github.com/brainstreaminfo/bagistoimagezoom
Last synced: 8 months ago
JSON representation
bagistoimagezoom
- Host: GitHub
- URL: https://github.com/brainstreaminfo/bagistoimagezoom
- Owner: brainstreaminfo
- Created: 2024-08-14T11:40:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T09:54:56.000Z (over 1 year ago)
- Last Synced: 2025-03-05T16:37:28.801Z (over 1 year ago)
- Language: Blade
- Size: 54.7 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction:
Enhance your customer's shopping experience with our Product Image Zoom Extension for Bagisto. This extension allows users to see a magnified view of the product image on hover, providing a detailed and interactive visual of the product.
# Some Key features of the Image Zoom Extension
* **Magnified Image View:**
* Allows customers to hover over the product image to see a zoomed-in view, offering a closer look at product details.
* **Responsive Design:**
* Fully responsive and works seamlessly on various devices and screen sizes.
* **Smooth Animation:**
* Provides a smooth zoom effect with minimal loading time for an enhanced user experience.
* **Compatibility:**
* Designed to work with Bagisto versions v2.2.2 and v2.0.0, ensuring broad usability across different installations.
* **Easy Integration:**
* Simple to install and integrate into existing Bagisto stores with minimal configuration needed.
* **Lightweight:**
* Optimized for performance to ensure quick loading times and a seamless user experience.
# **Benefits:**
- **Improved Customer Experience**: Allows customers to get a detailed view of the product, helping them make more informed purchase decisions.
- **Increased Engagement**: The interactive zoom feature can engage customers and keep them on your site longer.
- **Enhanced Visual Appeal**: Adds a modern touch to your product pages, making your store look more professional and appealing.
- **Increased Engagement**: By providing a clearer view of the product, you can potentially reduce returns and increase conversion rates.
- **Seamless Performance**: Optimized for both performance and usability, ensuring that the zoom feature works smoothly without impacting site speed.
# Requirements:
* Bagisto: v2.0.0, v2.2.2
* PHP: 8.1 or higher
* Composer 2.6.3 or higher
# Installation :
Unzip the Brainstream.zip file and move the extracted folder to the bagisto/packages directory.
* Goto config/app.php file and add following line under 'providers'
```
Brainstream\ImageZoom\Providers\ImageZoomServiceProvider::class
```
* Goto composer.json file and add following line under 'psr-4'
```
"Brainstream\\ImageZoom\\": "packages/Brainstream/ImageZoom/src"
```
* Run these below commands to complete the setup:
```
composer dump-autoload
```
```
php artisan optimize:clear
```
That's it, now just execute the project on your specified domain.