WordPress (WooCommerce)
Install our WooCommerce plugin to get up and running in minutes.
1. Plugin Installation
You can install our WordPress plugin from our official GitHub repository:
Installation Steps
- Download the extension zip file (ov25-woo-extension.zip)
- Navigate to your WordPress admin panel (
www.{yourwebsite}.com/wp-admin) - Go to Plugins → Add New
- Click "Upload Plugin" at the top of the page
- Choose the downloaded zip file
- Click "Install Now"
- Activate the plugin
The plugin will now appear in your plugins list. You can enable automatic updates to keep the plugin current.
2. Plugin Configuration
Prerequisite: WooCommerce must be installed and activated before configuring the OV25 plugin.
Basic Setup
- From the WordPress admin panel, navigate to WooCommerce → Settings → OV25 in the sidebar
- Configure the following settings:
API Key Configuration
- Visit app.orbital.vision/dashboard/api-keys
- Create a new API key or use an existing one with productConfiguratorAccess type
- Copy and paste the API key into the plugin settings
Domain Authorization
- Go to app.orbital.vision/dashboard/authorized-domains
- Add your website domain to the authorized domains list
Additional Settings
Logo Configuration
- Set your main logo URL
- Set your mobile logo URL
Display Options
- Auto Carousel: Enable to add an image carousel combining WordPress and OV25 images
- Defer 3D: Enable to show WordPress product images until customization begins
Custom CSS
The OV25 UI is styled by default, but this might not match your theme.
Some of the styles may also be overridden by your theme's base CSS - for example if you have CSS that gives all images a background color, this may also affect the OV25 UI.
In the OV25 settings page (WordPress admin → WooCommerce → Settings → OV25), you can add custom CSS to override this and style the UI.
We have added IDs to important elements so you can style them with high-specificity selectors.
Certain elements also have data attributes - this can be used to style the selected element based on its state.
- Variant cards have
data-selectedattribute (true when variant is selected) - Option tabs have:
data-selectedattribute (true when option is selected)data-optionalattribute (true when option is optional or has a 'None' value)
- Price has
data-saleattribute (true when price is reduced due to a sale) - Filter section has
data-openattribute (true when filters section is open) - Individual filters have
data-checkedattribute (true when filter is active)
3. Product Setup
Linking Products
- Navigate to Products in the WordPress admin
- Create a new product or edit an existing one
- In the Product Data section, locate the "OV25 Product ID" field
Product ID Types
You can link two types of products:
Individual Products
Product Ranges
Finding Product IDs
- Go to app.orbital.vision/dashboard/products
- For retailers:
- Select a manufacturer
- Browse ranges or individual products
- For manufacturers:
- Browse your ranges directly
- Click "View Products" to see individual products
Copy either the range ID (format: range/123) or individual product ID (format: 123) to use in your WooCommerce product settings.