• Resolved jrprince

    (@jrprince)


    Hi, I’ve added a checkout details option to one of my tickets, and it does get logged appropriately (although, uploads/stageshowgold/forms/stageshowgold_meals.php example was wrong…id and name didn’t had customco and not customcoItem).

    I’m curious if there is a way to get those listed in the confirmation email. I haven’t dug into the email generation code to see if there’s a way, but I have a sneaking feeling there isn’t anything in there since there isn’t anything listed in the emails/stageshow_test_template.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    Well done for working around my “deliberate mistake”. The checkout details form is a new feature, which I have been developing specifically because I wanted to be able to capture player details for a Golf competition I am organising, and realised that this could have more general uses. As such, there is no reference to it whatsoever in the documentation … it’s still a little fluid.

    The values captured by the checkout form can be included in an Email template. StageShow expects the form elements to have id and name identifiers of the following form:

    stageshow_customcoItem_{DB_Name}[cartIndex]

    Where {DB_Name} is the name of the database element to be created (chosen by the website developer). You can then use this in the template in the same way as standard StageShow database fields.

    If you are still having problems using this feature, please get in touch via my contact page, and I’ll EMail the form and Email templates that I’m using for the Golf.

    Thread Starter jrprince

    (@jrprince)

    Thanks very much for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to list customco items in confirmation email’ is closed to new replies.