Skip to content

Send emails of new products to customers present in groups directly from Bagisto Admin Panel

Notifications You must be signed in to change notification settings

ecommvu/product-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Github All Releases

Ecommvu ProductEmail

Introduction:

This package is implements a feature which enables you to send product email to customer directly from product's datagrid via admin panel.

Features of ProductEmail module:

  • Select products from datagrid and email to customers.
  • Easy installation.
  • Instant support.

Requirements:

  • Bagisto v0.1.7 or higher.

Installation:

  • Inside packages directory make another directory 'Ecommvu'.

  • Inside the directory 'Ecommvu' make another directory 'ProductEmail'.

  • Copy content of this repo inside 'ProductEmail' directory.

  • Do entry in composer.json in psr-4 object:

"Ecommvu\\ProductEmail\\": "packages/Ecommvu/ProductEmail/src"
  • Do entry in config/app.php, inside providers array preferably at the end of it:
Ecommvu\ProductEmail\Providers\ProductEmailServiceProvider::class
  • Run command below:
  1. composer dump-autoload

Proceed if there are no errors encountered

  1. php artisan route:cache

Hurrah, you are all set to use the module just goto admin panel -> catalog -> products.

About

Send emails of new products to customers present in groups directly from Bagisto Admin Panel

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published