Hello
Please bear with me I am very new to Actinic & finding it a bit of a challenge.
I'm trying to include a javascript tracker file in my Actinic site and I need to call the script function for each item in the basket. Currently I've got my js code in the receipt page, but I do not know enough of the Actinic syntax to loop through each cart item, outputting the correct number of javascript calls to log each cart item (name, price, quanitity).
So put basically I need to know the Actinic command to loop through the cart items and also in which layout it should be placed.
Any help is much appreciated
Andrew
Please bear with me I am very new to Actinic & finding it a bit of a challenge.
I'm trying to include a javascript tracker file in my Actinic site and I need to call the script function for each item in the basket. Currently I've got my js code in the receipt page, but I do not know enough of the Actinic syntax to loop through each cart item, outputting the correct number of javascript calls to log each cart item (name, price, quanitity).
So put basically I need to know the Actinic command to loop through the cart items and also in which layout it should be placed.
Any help is much appreciated
Andrew
Comment