Jump to content
xt:Commerce Community Forum

Brauche Hilfe wegen Hislide integration!


llaron

Recommended Posts

Hallo,

ich möchte meine Popups durch die Ajax Hislide Funktion ersetzen.

Siehe hier: http://highslide.com/

Ich muss bspw. folgende Codezeile in der classes/main.php anpassen:

function getShippingLink() {

return ' '.SHIPPING_EXCL.'<script language="javascript">document.write(\'<a href="javascript:newWin=void(window.open(\\\''.xtc_href_link(FILENAME_POPUP_CONTENT, 'coID='.SHIPPING_INFOS).'\\\', \\\'popup\\\', \\\'toolbar=0, scrollbars=yes, resizable=yes, height=400, width=400\\\'))">'.SHIPPING_COSTS.'</a>\');</script><noscript><a href="'.xtc_href_link(FILENAME_POPUP_CONTENT, 'coID='.SHIPPING_INFOS).'"target=_blank">'.SHIPPING_COSTS.'</a></noscript>';

    }
folgender Aufruf muss in die obere codezeile rein:
<a href="url.htm"

        onclick="return hs.htmlExpand(this, { objectType: 'ajax', preserveContent: true} )">

    click here.

</a>

Außerdem bekomme ich einen Fehler, wenn ich diese Zeile in die productinfo_v1.html einbaue:

Fatal error: Smarty error: [in ../module/product_info/product_info_v1.html line 55]: syntax error: unrecognized tag: objectType: 'ajax', preserveContent: true (Smarty_Compiler.class.php, line 439) in /kunden/195675_88090/iugiugi_de/includes/classes/Smarty_2.6.14/Smarty.class.php on line 1095

Leider bekomme ich es nicht hin. Ich komme mit den Hochkommas nicht klar... vielleicht kann mir jemand die fertigen Codezeilen posten, für beide Fälle.

Danke im Voraus!

Grüße

Nico

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...