Zum Inhalt springen
Zurück zum Blog
wordpresselementortutorialwoocommerce

How to Use the Simplio3D WordPress Plugin in Elementor

Simplio3D·
How to Use the Simplio3D WordPress Plugin in Elementor

The Simplio3D WordPress plugin has no separate Elementor widgets, and it doesn’t need them. Every Simplio3D block is also a shortcode, and you place it with Elementor’s own Shortcode widget, one widget per block. The shortcode prints exactly what the block prints, so a product configurator in Elementor works just like one built in the WordPress block editor: one live configuration shared by every widget, the 3D toolbar, dimensions, AR, the live price, the summary, quote requests and the WooCommerce cart.

This guide covers the short path: find your ids, build the layout, add to cart, and fix the usual mistakes. It is written for plugin version 2.0.3 and works with the free version of Elementor.

A published closet configurator: the 3D view shows width, height and depth labels while door style, number of doors, size and material are chosen beside it
Every widget shares one live configuration: change a size, a door style or a material and the 3D view updates at once.

Before you start

  • The Simplio3D plugin, version 2.0.3 or later, from the WordPress.org plugin directory, running in Simplio3D v3 mode. New installs start in it. A site updated from version 1.x stays in Legacy mode until you switch under Simplio3D → Migration.
  • Your Simplio3D account connected: in WordPress, go to Simplio3D → Log in to Simplio3D.
  • A published project: in Simplio3D, open Share, turn the share link on and leave it without a password. If you restrict embed domains, add your site’s domain.
  • Elementor. The free version is enough.
  • For Add to Cart: WooCommerce and a simple product with a price.
The Simplio3D Account & Settings screen in WordPress, with the connected account, a Build a configurator page checklist and the New page: Viewer + sidebar button
Simplio3D → Account & Settings: connect your account here. New page: Viewer + sidebar creates the draft you copy the shortcodes from.

The five shortcodes

Each one goes in its own Elementor Shortcode widget. Replace PROJECT-ID and OPTION-ID with your own ids; the steps below show where to find them.

Simplio3D shortcodes for Elementor
BlockShortcodeWhat it shows
Viewer[simplio3d block="viewer" project="PROJECT-ID"]The interactive 3D view, with its toolbar, AR and dimensions
Options[simplio3d block="options" project="PROJECT-ID" option="OPTION-ID"]One option, such as a material, a size or a toggle. Use one widget per option.
Price[simplio3d block="price" project="PROJECT-ID"]The live price
Summary[simplio3d block="summary" project="PROJECT-ID"]The configuration in plain words
Submit / Add to Cart[simplio3d block="action" project="PROJECT-ID"]A quote request form, or an Add to Cart button (see below)

Build a product configurator in Elementor

From an empty page to a working configurator.

  1. Find your project id

    The project id is the 36-character code that follows /share/ in your share link, or /project/ in the address bar when the project is open in the Simplio3D editor. If the project is new or was just published, click Simplio3D → Diagnostics → Test connection once in WordPress so your site knows about it.

  2. Let the block editor write the shortcodes

    Option ids are not shown in Simplio3D, so let the plugin write the shortcodes for you. Go to Simplio3D → Account & Settings → New page: Viewer + sidebar, which creates a draft page with every block in place. Pick your project in the Viewer, choose an option in each Options block and set them up as you want. Then use Copy shortcode (block settings → Simplio3D advanced) on each block: it includes every setting you changed. Keep the draft unpublished as your list of ids.

  3. Add a two-column layout

    Open your page with Edit with Elementor and add a container with two columns, about 60% and 40%. On older Elementor sites, use a Section with two columns.

  4. Place the 3D viewer

    Search the Elements panel for Shortcode, drag the widget into the left column and paste the Viewer shortcode. After a moment the 3D view appears, live, in the editor preview.

  5. Add the options, price, summary and button

    In the right column, add one Shortcode widget for each option, then one each for Price, Summary and Submit or Add to Cart. Every widget with the same project shares one live configuration, and separate widgets let you reorder, space and hide each piece with Elementor’s own controls.

  6. Publish and test

    Publish, open the page and change each option: the 3D view, price and summary should update together. Check Elementor’s mobile preview and a real phone as well; the widgets stack and the viewer switches to its mobile height.

The WordPress block editor with the Simplio3D Viewer and Options blocks for a closet configurator, and the Options block settings for choosing the option and its layout
Step 2: set up each block in the block editor, then copy its shortcode.
The Elementor editor with Simplio3D Shortcode widgets: the 3D closet configurator and its options are live in the page preview
Steps 3 to 5: paste each shortcode into its own Elementor Shortcode widget.

Add to Cart with WooCommerce

In the block editor, choosing a product in the Add to Cart block links it to your project. A shortcode can’t do that, so link the product yourself first:

  1. In Products, edit a simple product with a regular price.
  2. Open Product data → Simplio3D, set Simplio3D project to your project and Cart price to Simplio3D calculated price (verified server-side), or to the product’s own WooCommerce price. Click Update.
  3. Note the product id: hover over the product in the Products list, or read post=123 in the edit screen’s address bar.
  4. Replace the Submit widget with [simplio3d block="action" project="PROJECT-ID" mode="cart" product="123"]. Add quantity_mode="selector" to let shoppers choose a quantity, and after_add="cart" to take them to the cart.

The cart, checkout, order emails and WooCommerce → Orders then show the configuration, a picture of it and the verified price.

A product linked with the Simplio3D price can only be bought through the configurator, so WooCommerce’s normal Add to cart button on its product page asks shoppers to configure it first. With free Elementor, keep the configurator on its own page and link to it from the product, for example with a “Configure yours” link in the short description. With Elementor Pro, you can build a Single Product template that uses the Simplio3D Shortcode widgets instead of Elementor’s Add to Cart widget; preview that setup before you go live.

Settings you’ll use most

Add settings inside the shortcode, with straight quotes and underscores. Copying from Word, Google Docs or Slack can turn quotes curly, and WordPress then ignores the setting.

  • height="620px" mobile_height="400px" on the Viewer sets its height on desktop and on screens up to 781 px wide.
  • loading="eager" on a Viewer at the top of the page loads it straight away instead of when it scrolls into view.
  • layout="dropdown" on an Options widget switches its choices to a dropdown. grid, list and buttons also work, depending on the option type.
  • columns="4" thumbnails="small" fits more choices on each row.
  • prefix="From" tax_display="exclude" on the Price adds text before it and shows the price before tax, which matches the WooCommerce cart.
  • summary_mode="compact" hide_defaults="yes" on the Summary puts each option on one line and skips the ones left at their default.
  • display="hosted" on the Viewer shows the full Simplio3D configurator, options included, in a single widget, with no option ids needed.
  • instance="oak" on every widget of a set keeps two configurators on one page apart. Widgets with the same instance share one configuration.
The Simplio3D Price block settings in the block editor, with label, currency, prefix and suffix fields, beside an Eames chair configurator and its Add to cart button
The Price block’s settings in the block editor. Each one has a shortcode attribute, and Copy shortcode includes the ones you change.

Match your Elementor design

  • Each Shortcode widget’s Advanced tab handles margin, padding, background, border and responsive visibility. The viewer fills its column, so set the column or container width to make it wider or narrower.
  • The blocks take their font and text colour from the page. The accent colour (the selected choice, the focus ring and the buttons) falls back to near-black on classic themes such as Hello Elementor, so set it to your Elementor accent in Appearance → Customize → Additional CSS: .simplio3d-block { --s3d-accent: var(--e-global-color-accent); }
  • Other properties include --s3d-radius for corners, --s3d-thumb for thumbnail size and --s3d-button-bg for the button. To style one widget only, add class="my-finish" to its shortcode and target .my-finish in your CSS.

Troubleshooting

The plugin is not active, or the shortcode name is wrong. Use [simplio3d …], not [simplio3d_configurator …], which is the Legacy shortcode.

Selling through WooCommerce?

How Simplio3D passes the configured price, the configuration and a picture of it to the WooCommerce cart.

Building the configurator first?

How a project goes from a 3D model to options, conditional logic and pricing before it reaches your site.

3D-Commerce entwickeln, bereitstellen und skalieren.

Nutzen Sie einen 3D-Produktkonfigurator, um den Verkauf zu steigern und direkt über Ihre Website Angebote zu erstellen.

Ähnliche Artikel

Simplio3D Produktkonfigurator-Plugin für WordPress

Simplio3D Produktkonfigurator-Plugin für WordPress

Integrieren Sie einen 3D-Produktkonfigurator in WordPress und ermöglichen Sie Ihren Kunden, ihr konfiguriertes Produkt direkt mit dem nach Ihren eigenen Regeln berechneten Preis in den WooCommerce Warenkorb zu legen.