jwinkel Posted June 15, 2015 Report Share Posted June 15, 2015 Ich hab' mal ein exotisches Problem: ich möchte gern per onclick() beim Click auf den "in den Warenkorb" Button auch die Anzahl der Artikel an Google Analytics übergeben. Das geht - eigentlich - ganz einfach, allerdings müsste ich dazu den Namen des Formulars auslesen können. Folgendes habe ich mir für das Template überlegt:{form type=form name=product action='dynamic' link_params=getParams method=post} {form type=hidden name=action value=add_product} {form type=hidden name=product value=$module_data.products_id} {$products_information} {form type=text name=qty value=1 size="3"} {css_button text=$smarty.const.BUTTON_ADD_CART type='form' onclick="ga('ec:addProduct', 'id': '{products_model}, 'quantity': 'document.FORMULARNAME.qty.value' )" } {form type=formend} Das Problem dabei ist der Formularname, denn der wird ja erst generiert - und enhält eine Zufallszahl...Irgendwelche Ideen? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.