We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Configure Shopfy E-Commerce

Home Forums Graphics / Blender Configure Shopfy E-Commerce

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30103
    mashud008
    Customer

    Can I 3D product configurator program be integrated into Shopify? My client wants to 3d web interactive and people they can add to cart and checkout? Is it possible :unsure:

    #30131

    yes it is possible
    here is an example: https://www.madeinply.co.uk/collections/custom-desks

    Chief 3D Verger | LinkedIn | Twitter

    #30137
    mashud008
    Customer

    Have any tutorials link

    #30138
    mashud008
    Customer

    How to link this Shopify :scratch:

    #30142
    CyberFox
    Customer

    Hi, We did integration with Shopify.

    Unfortunately, we have not recorded tutorials on this topic and do not plan to, this is an advanced level.
    We solved this with the postmessage function in JQuery

    function sender(msg) {if (document.getElementById('frame-verge')){
    iframe = document.getElementById('frame-verge');
    iframe.contentWindow.postMessage(msg, '*'); }}

    This function sends parameters from the parent page to the iframe-embed Verge scene. Next in the Verge scene we need to get the message and continue working with it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.