namogoo/module-predictiveincentive

Namogoo Intent Based Promotion

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

dev-master 2021-02-10 09:35 UTC

This package is auto-updated.

Last update: 2021-07-15 06:06:58 UTC


README

composer require `namogoo/module-intentbasedpromotion`

Main Functionalities

Namogoo Intent Based Promotion

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Namogoo
  • Enable Maintenance by running php bin/magento maintenance:enable
  • Enable the module by running php bin/magento module:enable --clear-static-content Namogoo_IntentBasedPromotion
  • Apply database updates by running php bin/magento setup:upgrade
  • Deploy static content by running php bin/magento setup:static-content:deploy
  • Disable Maintenance by running php bin/magento maintenance:disable
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require namogoo/module-intentbasedpromotion
  • Enable Maintenance by running php bin/magento maintenance:enable
  • Enable the module by running php bin/magento module:enable --clear-static-content Namogoo_IntentBasedPromotion
  • Apply database updates by running php bin/magento setup:upgrade
  • Deploy static content by running php bin/magento setup:static-content:deploy
  • Disable Maintenance by running php bin/magento maintenance:disable
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • store_token (intent_based_promotion/store_detail/store_token)

  • store_name (intent_based_promotion/store_detail/store_name)

  • store_domain (intent_based_promotion/store_detail/store_domain)

  • store_email (intent_based_promotion/store_detail/store_email)

  • tag (intent_based_promotion/namogoo_detail/tag)

  • cdn_url (intent_based_promotion/namogoo_detail/cdn_url)

  • invite_url (intent_based_promotion/namogoo_detail/invite_url)