Announcement

Collapse
No announcement yet.

shipping class on customer receipt.

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

    shipping class on customer receipt.

    Hi,

    Is there any way of add the selected shipping class to the customers receipt.

    ie. somwhere in act 04

    Many Thanks

    Jay Cee

    #2
    I think this appears anyway in the shopping cart at the bottom of the receipt.

    Comment


      #3
      Yes it does if the shipping class has a value.

      Sorry didn't make myself clear. I use the shipping class to contain delivery days at no cost. and would like to show the selected date on the receipt.

      I would also like to show it in a different area and not on the cart maybe just above with the order number and ordered date?

      Many Thanks

      Jay Cee


      Comment


        #4
        Having looked through some old posts, I've figured out a way to do this...

        Open OrderScript.pl in Notepad and search for the following:
        Code:
        	################
        	# Build the receipt
        	################
        Just under it, add:
        Code:
        	#
        	# Add shipping class into list of variables
        	#
        	$::s_VariableTable{$::VARPREFIX.'SHIPPINGCLASS'} = $::s_Ship_sShippingDescription;
        You can then add NETQUOTEVAR:SHIPPINGCLASS wherever you want the name of the shipping class to appear in Act_Order04.html.

        Comment


          #5
          That's brilliant works perfectly.

          Thank you very much.

          Jay Cee

          Comment


            #6
            Details in email

            Can we get a No Cost shipping line to show in the customer email as well?

            valve man

            Comment


              #7
              Hi, valve man

              See this post

              http://community.actinic.com/showthr...9604#post39604


              hope this help's

              Jay Cee

              Comment

              Working...
              X