Announcement

Collapse
No announcement yet.

Select Shipping Destination

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

    Select Shipping Destination

    Hello I am editing the Act_Order pages and have a couple of questions:

    In the shipping destination section I am having trouble finding where I can edit the following to add CSS:

    The "Country" Combo Box (photo attached)

    The Change button and the Shipping And handling Combo Box (photo attached)

    And the Payment Method Combo Box (photo attached)

    And the Grey Separator lines.


    If anyone can help I would be gratefull - cheers
    Attached Files

    #2
    Hi Leon

    The "Country" Combo Box (photo attached)
    This can be found in the template "Act_LocationSelectTemplate.html"

    The Change button and the Shipping And handling Combo Box (photo attached)
    This can be found in Actinic, "Design | Text", click on the "Go to" button and put the following details in:
    Phase -1
    ID: 2067
    You will see the following code:
    Code:
    <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN=LEFT>%s%s%s<INPUT TYPE="HIDDEN" NAME="%s" VALUE="%s"></TD>
    And the Payment Method Combo Box (photo attached)
    Again can be found in Actinic, "Design | Text", click on the "Go to" button and put the following details in:
    Phase: -1
    ID: 1951

    This will bring up
    Code:
    <SELECT NAME='PAYMENTMETHOD' SIZE='1'>
    You can find out these information from the Advance User Guide v7

    Hope this helps

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Cheers - thankyou for your help

      Comment

      Working...
      X