Announcement

Collapse
No announcement yet.

Php on receipt page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Php on receipt page

    Hi all,

    So far on the receipt page I can get most actinic variables assigned to php variables, however certain ones such as Cost are assigned as NETQUOTEVAR. Is there a reason for this and a solution?

    Thanks

    #2
    Hi Tommy,

    Can you send over a snapshot to tbsupport[@]actinic./co/.uk

    I'll take a look at this for you.
    Regards,

    Toby Blanchard

    Comment


      #3
      Hi,
      I've got the same problem with v9. I need to pass delivery address (on receipt page) to php block but all i'm getting is:

      NETQUOTEVARELIVERADDRESS1
      NETQUOTEVARELIVERADDRESS2
      NETQUOTEVARELIVERADDRESS3
      NETQUOTEVARELIVERADDRESS4
      NETQUOTEVARELIVERPOSTALCODE

      instead of correct values which btw. appear ok on the same page.
      Please help

      Comment


        #4
        dont use php on the receipt page.

        render the output to javascript and use ajax to push the data to a php page on your server, via _POST.

        i'v previously done this to great success.

        Comment


          #5
          http://api.jquery.com/category/ajax/

          Comment

          Working...
          X