ogmo_ar / augmented-reality-product-visualizer-and-configurator-for-magento
Specially built for eCommerce, OGMO allows eCommerce users to easily examine digital products with the help of Augmented reality and 3D technology without having the physical product beside, allowing them to customize products according to their preference.
Requires
- php: ~7.1.0||~7.2.0||~7.3.0||~7.4.0
- magento/framework: 102.0.*||103.0.*
- magento/module-cms: 103.0.*||104.0.*
- magento/module-config: 101.1.*||101.2.*
- magento/module-customer: 102.0.*||103.0.*
- magento/module-store: 101.0.*||101.1.*
This package is not auto-updated.
Last update: 2025-07-11 01:52:07 UTC
README
Table of contents
General info
OGMO, powered by LiveRoom, is a service provided for Magento eCommerce vendors. This extension will adding new button "Live View" near to "Add to Cart" button in all the products which are linked with OGMO. This plugin gives viewer through the plugin which enables visualization of 3D or AR (AR-enabled device required) representation of your product without making the user navigate to another website.
Setup
Install via composer (recommend)
- Open your terminal (CMD/SSH) and go to your Magento 2 site root directory
Configure repository and Install OGMO plugin
composer config repositories.ogmo-test git https://gitlab.com/Team_LiveRoom/ogmo-plugin-magento-2.git composer require liveroom/module-ogmo:<version(tag)>
Enable module and setup Upgrade
php -f bin/magento module:enable --clear-static-content Liveroom_Ogmo php -f bin/magento setup:upgrade
Deploy static content
php bin\magento setup:static-content:deploy -f
Install manually (recommended for v0.5.0)
Connect to your instance with SFTP/SSH and upload ​Liveroom_Ogmo module to the <​Magento root>/app/code folder (It is better if you upload zip module and extract it within the magento site).
- If your instance is bitnami, your root folder is /home/bitnami/apps/magento/htdocs/
- If your instance is ubuntu, your root folder is /var/www/html/
Go to the Magento root folder and run following commands.
Setup Upgrade Using Command Line -
`
sudo php bin/magento setup:upgradeCache clear using command Line -
sudo php bin/magento cache:flushReindexing Using Command Line -
sudo php bin/magento indexer:reindexDeploy static content -
sudo php bin/magento setup:static-content:deploy -f`
Go to the Magento root folder and run following command to check the module status.
After the installation when you are loading the online store and if there is an error, go to the Magento root folder, give permissions to the following folders using the following commands.
```sudo chmod -R 777 pub/static/``` ```sudo chmod -R 777 vendor/``` ```sudo chmod -R 777 generated/```
Go to the root folder and run the following command.