Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Google Base

  1. #1
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default Google Base

    Our google base is using https instead of http, is there a way to fix this?

    Thanks
    Version: ML 8.0.1.2 and No Source Code.

  2. #2
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default

    small bump on this one
    Version: ML 8.0.1.2 and No Source Code.

  3. #3
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default

    Any ideas?
    Version: ML 8.0.1.2 and No Source Code.

  4. #4
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    Here you go :-

    C#/VB.NET Code:
    <xsl:value-of select="concat('http',substring-after(/root/System/StoreUrl,'https'))" />
    <
    xsl:value-of select="aspdnsf:ProductLink(productid, sename, 0, '')" /> 


    TTFN

    BFG

  5. #5
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default

    Thanks that did the trick!
    Version: ML 8.0.1.2 and No Source Code.