Navigation
Lead / Send Request Scenario
General
Design
APIs
Lead / Send Request Scenario
General
Design
APIs
Once the article has been configured, you can give others the possibility for reconfiguration. E.g. if you want to give your customers the opportunity to change the article's configuration from cart or to show your website visitors a specially good selling configuration first.
If you want to reconfigure a single article (no article group!), the reconfiguration can be called with the needed Available URL Parameter. Needed are at least the parameters that are defining the shown product.
An article is defined by:
moc=sid=ban=ovc=
Reconfiguration of article groups (Article with child / parallel articles) is only possible with reopenurl. To generate such an reopenurl you just have to add the Available URL Parameter &obx=[obxFilePath] to the iframe source.
This way the reconfiguration / reopen url is only valid for 24 hours. To prolong the validation please check OBX Hosting.
Folowing Methods can be used:
By using the Admin Panel it's easy to get the obx url. Simply configurate the article as mentioned in the tutorial. After that:
You can then use it after the parameter obx=.
by using the reopenURL of the OCI file (NEW_ITEM-EGR_CUSTOMDATA_REOPEN_URL). With this URL, the article is shown with the configuration set by the user.
This is the reopenUrl automatically generated by our server.
Example:
"NEW_ITEM-EGR_CUSTOMDATA_REOPEN_URL[1]":
"https://ui.pcon-solutions.com/#GATEKEEPER_ID=[GATEKEEPER_ID]&lang=en&sh=true&tax=AT&HOOK_URL=[yourHOOK_URL]&obx=https%3A%2F%2F[..].obx"
all the url parameters were automatically set as you set before.
please note that the parameter
&obx= was added. The obx file is hosted on our servers and therefore the reopenUrl is valid for 24 hours. In case you want to prolong it, you have to host the files on your own server. Check obxhosting for more information.
By using the obxurl of the OCI file (NEW_ITEM-EGR_CUSTOMDATA_OBX_URL). This url set as url parameter &obx= is the reopenUrl, With this URL, the article is shown with the configuration set by the user.
Example:
"NEW_ITEM-EGR_CUSTOMDATA_OBX_URL[1]": "[..].obx"
Please note that the obx file is hosted on our servers and therefore the reopenUrl is valid for 24 hours. In case you want to prolong it, you have to host the files on your own server. Check obxhosting for more information.
Using the postMessage information “reopenUrl”: “https://[..]”. With this URL, the article is shown with the configuration set by the user.
This is the reopenUrl automatically generated by our server.
By using the postMessage information “obxUrl”: “[..].obx”. This url set as url parameter &obx= is the reopenUrl, With this URL, the article is shown with the configuration set by the user.
You have to make sure that the reconfigured article is replacing the old one. This should be implemented in your preferred shop system. pCon.ui helps you to let the customer know that the article in cart will pe updated - just add the url parameter upd=true and the button text will be changed from ADD TO CART to UPDATE CART.
![]() |