A custom options module for sayitwithagift.com

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2018-07-18 10:34 UTC

This package is auto-updated.

Last update: 2024-05-01 00:03:21 UTC


README

A custom options module for sayitwithagift.com (Magento 2).

Screenshots

Frontend

Backend

How to install

composer require sayitwithagift/options:*
bin/magento setup:upgrade
cachetool opcache:reset && cachetool stat:clear && bin/magento cache:clean
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US en_GB
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
cachetool opcache:reset && cachetool stat:clear && bin/magento cache:clean

If you have problems with these commands, please check the detailed instruction.