https://github.com/sayitwithagift/options
A custom options module for sayitwithagift.com (Magento 2)
https://github.com/sayitwithagift/options
mage2pro mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module
Last synced: 5 months ago
JSON representation
A custom options module for sayitwithagift.com (Magento 2)
- Host: GitHub
- URL: https://github.com/sayitwithagift/options
- Owner: sayitwithagift
- Created: 2018-07-14T15:42:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T23:52:41.000Z (about 2 years ago)
- Last Synced: 2024-03-31T00:27:45.625Z (about 2 years ago)
- Topics: mage2pro, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom options module for [sayitwithagift.com](https://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](https://mage2.pro/t/263).