[Resolved] Spreadshirt shop integration problem on website

Home Forums Support [Resolved] Spreadshirt shop integration problem on website

Home Forums Support Spreadshirt shop integration problem on website

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #322450
    Sebastian

    Hello,

    I have a problem with the integration of our Spreadshirt shop on our website (integrated via official embed code). When you click on an item, which you would like to buy and then want go to your shopping cart, that part is loaded behind the other content. There is another problem with the “Impressum” page (top and buttom part is cut out), which is important for a German shop.

    The Spreadshirt Shop itself works, when not visited via our website (can be integrated with an embed code)

    Spreadshirt shop (WORKS CORRECT): https://shop.spreadshirt.de/querverstand/
    Shop on our Website (PROBLEMS): https://querverstand.de/shop/

    Do you know what could be the reason? I think it has something to do with Javascript but I am not sure, as I am not a developer.

    Embed Code (copied from Spreadshirt on our shop admin section):

    <div id="myShop"><a href="//shop.spreadshirt.de/querverstand">querverstand</a></div>
    <script>
        var spread_shop_config = {
            shopName: 'querverstand',
            locale: 'de_DE',
            prefix: '//shop.spreadshirt.de',
            baseId: 'myShop'
        };
    </script>
    
    <script type="text/javascript" src="//shop.spreadshirt.de/shopfiles/shopclient/shopclient.nocache.js">
    </script>
    #322552
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry I’m little confused.

    This page is not using GP: https://shop.spreadshirt.de/querverstand/

    I’m not seeing anything wrong on this site? https://querverstand.de/shop/

    Looks like you are using some sort of plugin to display the items?

    #322614
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .site-main .sprd-navigation {
        overflow: visible;
    }
    #322773
    Sebastian

    Thank you very much, the CSS above did the job.

    #322898
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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