Technical questions related to the Roomle Rubens Configurator
Questions tagged [roomle]
39 questions
1
vote
1 answer
Can you change the shortID from SKU to variant ID? (Shopify integration)
i'm writing on behalf of our client MOEBE.
Our developer has a problem with the way Roomle use the shortID which is used to add the items into the cart. He says that we need to change the shortID from SKU to product variant ID. Shopify doesn’t allow…

Magnus Gravenhorst
- 11
- 1
1
vote
1 answer
Roomle Options seem to be ignored when using extended parameters
I have this code that works great, to be able to set some parameters from outside Roomle...
import RoomleConfiguratorApi from './roomle-configurator-api.es.min.js';
(async () => {
const objectToLoadId =
…

Michael Todd
- 211
- 1
- 3
1
vote
1 answer
Import .3ds file into Roomle
How do I import a 3ds max model with materials into Roomle using the .fbx format?
When I do an export from 3d studio max and upload it in the admin interface the model does not contain any materials/textures.
I already tried to use the embed media…

teh.fonsi
- 3,040
- 2
- 27
- 22
1
vote
1 answer
Change language in Roomle Configurator
I use the following code to instantiate the Roomle Configurator on my website:
0
votes
1 answer
Changing the font familiy in Rubens / Roomle Configurator SDK Integration
I want to change the font familiy because we don't want to use Lato from Google Fonts.
I added this code to the options, but Rubens still loads Lato:
"skin": {
"font-family": "vFutura-Regular",
"font-family-url":…

Benedikt Kaiser
- 21
- 1
0
votes
0 answers
how can I create a full floor plan with multiple rooms in roomle using meazor scans (More than one room)
I have received the meazor and started to work with it.
I want to use it with Roomle as per the collaboration but struggle to create a floor plan for several rooms.
If I do it straight from Roomle, I can only import one room , every new scan creates…
0
votes
1 answer
How can I embed the Roomle Rubens Configurator in a WPF WebView2?
I would like to embed the Roomle Rubens Configurator in a WPF dialog of a Windows desktop application.
I want to use a WebView2 control and have followed the instructions for Get started with WebView2 in WPF apps to create a desktop application.
I…

Rabbid76
- 202,892
- 27
- 131
- 174
0
votes
0 answers
Roomle SDK in Rails 6, using webpacker, throws errors
Using instructions on roomle github page how to setup web SDK I'm getting JS errors in console and cofigurator is not rendered inside canvas.
Init script:
window.__RML__ENV__ = {
assetPath: '/roomle_assets/'
};
import RoomleSdk from…

babalooi
- 159
- 1
- 13
-2
votes
1 answer
Price should not be displayed
If the draft is saved and the link is copied, the price should NOT be displayed when the link is called up.
Where is the link assembled?
Can this be set during the integration in the website?

daenzo
- 19
- 1