#INCLUDE("ContentLineLineItemPayment")
#SET("Alternate", 1 - #Alternate)
#LOCAL("InfoUrl", "")
#IF(#Locale EQ "de_DE")
#SET("InfoUrl", "http://clickandbuy.com/DE/de/info.html")
#ELSIF(#Locale EQ "en_US")
#SET("InfoUrl", "http://clickandbuy.com/US/en/info.html")
#ELSIF(#Locale EQ "en_GB")
#SET("InfoUrl", "http://clickandbuy.com/UK/en/info.html")
#ELSIF(#Locale EQ "es_ES")
#SET("InfoUrl", "http://clickandbuy.com/ES/es/info.html")
#ELSIF(#Locale EQ "fr_FR")
#SET("InfoUrl", "http://clickandbuy.com/FR/fr/info.html")
#ELSIF(#Locale EQ "nl_NL")
#SET("InfoUrl", "http://clickandbuy.com/NL/nl/info.html")
#ELSIF(#Locale EQ "it_IT")
#SET("InfoUrl", "http://clickandbuy.com/IT/it/info.html")
#ELSIF(#Locale EQ "da_DK")
#SET("InfoUrl", "http://clickandbuy.com/DK/da/info.html")
#ELSIF(#Locale EQ "no_NO")
#SET("InfoUrl", "http://clickandbuy.com/NO/no/info.html")
#ELSIF(#Locale EQ "fi_FI")
#SET("InfoUrl", "http://clickandbuy.com/FI/fi/info.html")
#ELSIF(#Locale EQ "sv_SE")
#SET("InfoUrl", "http://clickandbuy.com/SE/sv/info.html")
#ELSIF(#Locale EQ "pt_PT")
#SET("InfoUrl", "http://clickandbuy.com/EU/pt/info.html")
#ELSIF(#Locale EQ "tr_TR")
#SET("InfoUrl", "http://clickandbuy.com/EU/tr/info.html")
#ELSIF(#Locale EQ "el_GR")
#SET("InfoUrl", "http://clickandbuy.com/EU/el/info.html")
#ELSIF(#Locale EQ "de_CH")
#SET("InfoUrl", "http://clickandbuy.com/CH/de/info.html")
#ELSIF(#Locale EQ "fr_CH")
#SET("InfoUrl", "http://clickandbuy.com/CH/fr/info.html")
#ELSIF(#Locale EQ "it_CH")
#SET("InfoUrl", "http://clickandbuy.com/CH/it/info.html")
#ENDIF
#IF(#InfoUrl){FurtherInformation}#ENDIF
|
#ENDLOCAL
|