Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-product-label
The Laravel eCommerce Product Label System module allows the admin to create customized labels/stickers for their product listings.
https://github.com/bagisto/bagisto-product-label
ecommerce laravel opensource product-label
Last synced: 4 days ago
JSON representation
The Laravel eCommerce Product Label System module allows the admin to create customized labels/stickers for their product listings.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-product-label
- Owner: bagisto
- License: mit
- Created: 2022-01-12T06:35:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T13:04:55.000Z (almost 3 years ago)
- Last Synced: 2024-06-25T02:03:31.023Z (5 months ago)
- Topics: ecommerce, laravel, opensource, product-label
- Language: Blade
- Homepage: https://bit.ly/3tkdjRf
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Using this add-on The store owners can create customized labels/stickers for their product listings. Product labels are a great way to attract visitors' attention toward the products and convert them into customers. It can be used for showing badges for Featured Items, Popular, New, Out of Stock, Deals, and much more.
It packs in lots of demanding features that allows your business to scale in no time:
- Promotional Stickers
** Add custom labels to attract massive attention of the visitors.- Design Labels
** Configure custom label title, logo, status, and position.
- Label Position
** Define the display location of the label on the product.- Display Labels
** Visible on all pages - product, category, search, advanced search, wishlist, compare, and other CMS pages.- Assign Labels
** Assign labels to all the product types.- Create Unique Labels
** Create & Manage custom labels for sale, out of stock, new arrival, exclusive products, etc## Requirements
- **Bagisto**: 1.3.2
## Installation :
- Run the following command
```
composer require bagisto/bagisto-product-label
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\ProductLabelSystem\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan migrate
php artisan route:cache
php artisan config:cache
```
```
php artisan vendor:publish --force
```-> Press the number before ProductLabelSystemServiceProvider and then press enter to publish all assets and configurations.
- Goto config/app.php file and set your 'default_country'.
> That's it, now just execute the project on your specified domain.