Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-product-quickview
https://github.com/workarea-commerce/workarea-product-quickview
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-product-quickview
- Owner: workarea-commerce
- License: other
- Created: 2019-08-23T19:04:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:58:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T13:55:40.031Z (about 2 months ago)
- Language: Ruby
- Size: 454 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Product Quickview
================================================================================Product Quickview plugin for the Workarea platform.
This adds a quickview button to product summaries to allows user to open up a modal of the product (on desktop).
Before Installing!!
-------------------Require this plugin before all other plugins that provide product
templates in your Gemfile, otherwise the quick-viewable template configuration
will not be initialized properly.For example:
```ruby
source 'https://gems.workarea.com' do
gem 'workarea', '~> 3'
gem 'workarea-product_quickview'
gem 'workarea-clothing'
gem 'workarea-package_products'
end
```Getting Started
--------------------------------------------------------------------------------This gem contains a rails engine that must be mounted onto a host Rails application.
You must have access to a Workarea gems server to use this gem. Add your gems server credentials to Bundler:
bundle config gems.weblinc.com my_username:my_password
Or set the appropriate environment variable in a shell startup file:
export BUNDLE_GEMS__WEBLINC__COM='my_username:my_password'
Then add the gem to your application's Gemfile specifying the source:
# ...
gem 'workarea-product_quickview', source: 'https://gems.weblinc.com'
# ...Or use a source block:
# ...
source 'https://gems.weblinc.com' do
gem 'workarea-product_quickview'
end
# ...Update your application's bundle.
cd path/to/application
bundleWorkarea Platform Documentation
--------------------------------------------------------------------------------See [http://developer.weblinc.com](http://developer.weblinc.com) for Workarea platform documentation.
Copyright & Licensing
--------------------------------------------------------------------------------Copyright WebLinc 2017. All rights reserved.
For licensing, contact [email protected].