Technical questions related to the Roomle Rubens Configurator
Questions tagged [roomle]
39 questions
1
vote
1 answer
How can update roomle component via roomle API?
I'm following docs of roomle at https://docs.roomle.com/rapi/endpoints/Component.html#post
but I dont see any example for the body content of update method.
And I got an error message when update a component
{
"error": {
"type": "BAD_REQUEST",
…

Hieu Luong
- 11
- 2
1
vote
1 answer
How to change sub label or main label auto based on condition in roomle?
I want to the sub label will change when the properties changes. Of source, I will set name of lable in event update.
image

La La
- 11
- 1
1
vote
1 answer
Roomle Model Falls Through Floor If Model Has Glass Like Material
A few of our furniture models have acrylic legs, which for some reason makes the model "fall" through the floor. If for example it's an acrylic bench with a fabric cushion on top, the model falls through 'till it reaches the bottom of the…

Wade Morrison
- 62
- 8
1
vote
1 answer
Import Textures in roomle
is it possible to add his own floor textures? Because the software itself is pretty good but I need this feature. I already tried other programs, but no one had this feature.
Regards Rimser

Dominik Rimser
- 11
- 1
1
vote
1 answer
How to Track "Request Product" or "Save" configurations
I am trying to figure out how to add the capability to track conversions on Roomle. Right now I can only see the number of conversions, but nothing about the product(s) or the person's info. As our company really thrives off of leads/conversions. I…

Wade Morrison
- 62
- 8
1
vote
1 answer
Onchange update second subcomponent
I have a file that is used to store all my colour choice, I bring the colour choices that I need into a part file using the Subcomponents (Supersedings)
{
"internalId": "externalCubbyCoverColourRack",
"componentId":…

Michael Todd
- 211
- 1
- 3
1
vote
1 answer
How can I remove the decimal places from a decimal Key
I have a key that has a type of DECIMAL I'm passing this key to a subcomponent, the vaildvalues are set as 600, 800, 1000 etc. when I pass the key I have to convert it to FLOAT but this adds on .00 to then end but I want to have no trailing Zeros.…

Michael Todd
- 211
- 1
- 3
1
vote
1 answer
How to Extract value from Parameter Key
I know its possible to read a parameter externally from the iFrame of the configurator
const frameColour = params.find(({ key }) => key === "frameColour");
but is it possible to on the ADD TO CART action to read the value of a Parameter Key…

Michael Todd
- 211
- 1
- 3
1
vote
1 answer
How can I implement multiple material colours across multiple .JSON files
I have a MASTER.JSON file that is my main part, I then have multiple parts that DOCK into the MASTER part, each of these parts is called as a SUBCOMPONENT and is in it's own .JSON file, for example have a SUB_CUBBY.JSON, SUB_SHELF.JSON etc. The…

Michael Todd
- 211
- 1
- 3
1
vote
1 answer
Prevent Roomle Camera from resetting
As can be seen in the example provided in the tutorial the Roomle configurator demonstrates different behaviors when zoomed in and a parameter is changed:
If the user clicks on the component and then scrolls to zoom in, the parameters of the…

mb_wbn
- 11
- 1
1
vote
1 answer
Is there a function in Roomle to import a Layout, that i want to change ? (.dwg, .dxf,)
i want to import a Layout in Roomle, but i can only see the function to make it myself. Is there a function to import a ".dwg" or a ".dxf"
We have the task to change a existing Layout in Roomle.
Thanks in advance.

rG Creative
- 11
- 1
1
vote
1 answer
Roomle Embedding Integration «Copy & Paste without package manager»
We already have an up and running Roomle integration on https://flashfox.ch/usm-haller-konfigurator/
Since there's a new version of the API we tried to upgrade. We used the documentation from https://docs.roomle.com/web/embedding/#getting-started
We…

Jqx
- 11
- 1
1
vote
1 answer
I want to open the Roomle Configurator already in EDIT mode on a mobile device
I would like the Roomle Configurator to always open in EDIT mode rather than VIEW only on a mobile device, how to I force this to happen? I've read the documentation but don't seem to be able to make it work, this is my current code...