• Resolved thinkmedia

    (@thinkmedia)


    Is there another way to add the content to the site without some random title being thrown in?
    Or can I edit a template without it being overwritten every time there is an update?

    This really sucks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can use try with another plugin found here or use the javascript integration.

    More details on the javascript integration:
    https://help.spreadshirt.com/hc/en-us/articles/207487815-Website-Integration-with-JavaScript

    You’ll only need the code in the <body>...</body> tags, like

    
    <div id="shop">Spreadshop loading...</div>
            <script>
                var spread_shop_config = {
                  prefix: 'https://shop.spreadshirt.de',
                  shopName: 'goats',
                  baseId: 'shop',
                };
            </script>
            <script type="text/javascript" src="https://shop.spreadshirt.net/js/shopclient.nocache.js"></script>
      
    

    If you have more questions, you may visit the forum https://www.spreadshirt.com/forum/

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    Hello @thinkmedia,
    what do you mean with “random title being thrown in”?
    For the template overwriting issue: Can you tell me which one you use? And give me some examples of things that are overwritten and causing issues? So we can improve on those things in the future.

    Best

    Thread Starter thinkmedia

    (@thinkmedia)

    @r0b3rt0

    Your plugin creates a page via ??? one of the theme templates.
    This is fine except it used the title of ERROR 404
    Not exactly a good page title and since it’s not an actual page, you can’t do anything to fix it or hide it.

    Plugin Author Spreadshop Team

    (@r0b3rt0)

    To support you with this matter, please send us a live-link, or feel free to
    visit us at our official forum: https://www.spreadshirt.net/forum and recieve personal assistance.

    best,
    Team Spreadshop

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page title’ is closed to new replies.