<?xml version="1.0" encoding="big5"?>
<config>
  <page_list>
    <page name="P1" server_page="OrderConfirm.aspx" language="aspx2" table_name="top">

      <panel table_name="top" name="TreeTitle" >
        <label name="TreeTitleLabel" text_id="CustomerArea"/>
      </panel>

      <panel table_name="top" name="Tree" class="SubMenuItemListContainer">
        <usercontrol type="CustomerAreaTree" />
      </panel>
  
      <panel table_name="top" name="Main" >

        <style>
          .FloatingWindow
          {
          visibility:hidden;
          }

        </style> 
        
        <div class="Main OrderConfirmMain">
          <div class="DetailBlock OrderConfirmDetailBlock" >


            <hidden name="PageIndex" data_type="int"/>
            <hidden name="SourceProductCategoryNo" data_type="int" />
            <hidden name="SourceKeyword" />
            <hidden name="HasDigitGoods" data_type="boolean" />
            
            <hidden name="DoesAllProductsAreDigitGood" data_type="boolean" />
            <hidden name="ShoppingCartNo" data_type="int" />

            <div class="FormTitleContainer OrderConfirmFormTitleContainer">
              <label name="OrderConfirmLabel"  class="FormTitle OrderConfirmFormTitle"
                     text_id="OrderConfirm"
            />
            </div>


      
              <label name="ReceiverConfirmMessage" class="Message ReceiverConfirmMessage" />
              
              <div class="StepTitleContainer ReceiverConfirmStepTitleContainer">
		              <div  class="StepTitle ReceiverConfirmStepTitle">
		                <span class="Step">Step2</span>&amp;nbsp;
		                <label name="ConfirmYourReceiveDataLabel" text_id="ConfirmYourReceivingData" />
		              </div>
				 	    </div>
              

              <table border="0" class="EditForm ReceiverConfirmEditForm" id="ReceiverConfirmEditForm" runat="server"   >
                <tr>
                  <td class="CaptionContainer ShipReceiverContainer" >
                   
                      <span class="RequiredFieldIcon">*</span>
                      <label name="ShipReceiverLabel" text_id="ShipReceiver"
                             class="Caption ShipReceiverCaption"
                        /> :
                   
                  </td>
                  <td colspan="3" class="ValueContainer ShipReceiverValueContainer" >
                    <textbox name="ShipReceiver" max_length="128" title_id="ShipReceiver" 
                             class="Value ShipReceiverValue"
                             can_change_behavior="true"
                    />
                    <label name="ShipReceiver_error_message" class="error_message"/>
                  </td>
                </tr>
                
                <tr id="ReceiverTimeRow"> 
                  <td class="CaptionContainer ReceiverTimeCaptionContainer">
                    <span class="RequiredFieldIcon">*</span>
                    <label name="ReceiverTimeLabel" text_id="ReceiverTime"
                           class="Caption ReceiverTimeCaption"
                        /> :

                  </td>
                  <td colspan="3" class="ValueContainer ReceiverTimeValueContainer" >
                    <select name="ReceiverTime" class="Value ReceiverTimeValue" can_change_behavior="true" />
                    &amp;nbsp;
                    <label name="ReceiverTimeDescription" class="ReceiverTimeDescription" text_id="ConvenienceStorePayNotRequired"  can_change_behavior="true" ></label>
                    <label name="ReceiverTime_error_message" class="error_message"/>
                  </td>
                </tr> 

                <tr id="ShipAddressRow">
                  <td class="CaptionContainer ShipAddressCaptionContainer" >

                    <span class="RequiredFieldIcon">*</span>
                    <label name="ShipAddressLabel" text_id="ShipAddress"
                            class="Caption ShipAddressCaption"
                           
                         /> :

                  </td>
                  <td colspan="3"  class="ValueContainer ShipAddressValueContainer" >
                    <textbox name="ShipAddress" max_length="1000" title_id="ShipAddress" class="Value ShipAddressValue" can_change_behavior="true" />
                    <div>
                      <label name="ShipAddressDescription" class="ShipAddressDescription" text_id="ConvenienceStorePayShipAddressNotRequired" can_change_behavior="true" ></label>
                      <label name="ShipAddress_error_message" class="error_message"/>
                    </div>
                  </td>
                </tr>

                <tr  id="TelRow"> 
                  <td class="CaptionContainer TelCaptionContainer">

                    <label name="TelLabel" text_id="Tel" class="Caption TelCaption" /> :

                  </td>
                  <td  class="ValueContainer TelValueContainer">
                    <textbox name="Tel"   title_id="Tel"
                        class="Value TelValue"
                             can_change_behavior="true"
                        />
                    <label name="Tel_error_message" class="error_message"/>
                  </td> 
                </tr>

                <tr>
                  <td  class="CaptionContainer CellPhoneNumberCaptionContainer">
                    <span class="RequiredFieldIcon">*</span>
                    <label name="CellPhoneNumberLabel" text_id="CellPhoneNumber"
                           class="Caption CellphoneNumberCaption"
                        /> :
 
                  </td>
                  <td  class="ValueContainer CellPhoneNumberValueContainer">
                    <textbox name="CellPhoneNumber"  title_id="CellPhoneNumber"
                             class="Value CellPhoneNumberValue"
                             can_change_behavior="true"
                             nullable="false"
                       />
                    <label name="CellPhoneNumber_error_message" class="error_message"/>
                  </td>
                </tr>
                <tr>
                  <td class="CaptionContainer EmailCaptionContainer" >

                    <span class="RequiredFieldIcon">*</span>
                    <label name="EmailLabel" text_id="Email"
                          class="Caption EmailCaption"
                        /> :

                  </td>
                  <td class="EmailContainer EmailValueContainer">
                    <textbox name="Email"  title_id="Email"
                              class="Value EmailValue" 
                             can_change_behavior="true"
                      />
                    <div>
                      <label name="Email_error_message" class="error_message"/>
                    </div>
                  </td>
                </tr>
                <tr> 
                  <td class="CaptionContainer OrderDescriptionCaptionContainer">
                    <label name="OrderDescriptionLabel" text_id="ShippingNote" class="Caption OrderDescriptionCaption" /> :
                  </td>
                  <td colspan="3" class="ValueContainer OrderDescriptionValueContainer">
                    <textarea name="OrderDescription" class="Value OrderDescriptionValue" 
                              max_length="2048"
                              />
                  </td>
                </tr>
                <tr>
                  <td class="CaptionContainer ShippingNoteCaptionContainer">
                    กฐ :
                  </td> 
                  <td colspan="3" class="ValueContainer ShippingNoteValueContainer">
                    <label name="ShippingNote" class="Value ShippingNoteValue" />
                  </td>
                </tr>
              </table>

              <br /> 

							<div class="StepTitleContainer PaymentConfirmStepTitleContainer">
							  <div class="StepTitle PaymentConfirmStepTitle">
	                <span class="Step">Step3</span>&amp;nbsp;
	                <label name="ConfirmYourPaymentgDataLabel" text_id="ConfirmYourPaymentgData" />
	
	              </div>
							</div>

 

              <label name="PaymentConfirmMessage" class="Message PaymentConfirmMessage" />

              <table border="0" class="Form EditForm PaymentConfirmEditForm"
                     depend_on="InvoiceType,PaymentMethod"
              >
                <tr>
                  <td  class="CaptionContainer ProductTotalAmountCaptionContainer" >
                    <label name="ProductTotalAmountLabel"
                           text_id="ProductTotalAmount"
                           class="Caption ProductTotalAmountCaption"
                        /> :

                  </td>
                  <td colspan="3" class="ValueContainer ProductTotalAmountValueContainer" >
                    &amp;nbsp;&amp;nbsp;$<label name="ProductTotalAmount" data_type="int" class="Value ProductTotalAmountValue"/>
                  </td>
                </tr>
                
                <tr>
                  <td  class="CaptionContainer ShippingPriceCaptionContainer" >
                    <label name="ShippingPriceLabel"
                           text_id="ShippingPrice"
                           class="Caption ShippingPriceCaption"
                        /> :

                  </td>
                  <td colspan="3" class="ValueContainer ShippingPriceValueContainer" >
                    &amp;nbsp;&amp;nbsp;$<label name="ShippingPrice" data_type="int" class="Value ShippingPriceValue"/>
                    
                  </td>
                </tr>
  

                <tr class="CouponRow">
                  <td  class="CaptionContainer CouponDiscountAmountCaptionContainer" >
                      <label name="CouponDiscountAmountLabel" text_id="CouponDiscountAmount" class="Caption CouponDiscountAmountCaption" /> :
                  </td>
                  <td class="ValueContainer CouponDiscountAmountValueContainer" >
                      - $<label name="CouponDiscountAmount" data_type="int" class="Value CouponDiscountAmountValue" />
                  </td>
                </tr>
                
                <tr class="RewardPointsRow">
                  <td  class="CaptionContainer RewardPointsDiscountAmountCaptionContainer" >
                    <label name="RewardPointsDiscountAmountLabel" text_id="RewardPointsDiscountAmount" class="Caption RewardPointsDiscountAmountCaption" /> :
                  </td>
                  <td class="ValueContainer RewardPointsDiscountAmountValueContainer" >
                    - $<label name="RewardPointsDiscountAmount" data_type="int" class="Value RewardPointsDiscountAmountValue" />
                  </td>
                </tr>

                <tr class="MemberGradeRow"> 
                  <td  class="CaptionContainer MemberGradeDiscountAmountCaptionContainer" >
                    <label name="MemberGradeDiscountAmountLabel" text_id="MemberGradeDiscountAmount" class="Caption MemberGradeDiscountAmountCaption" /> :
                  </td>
                  <td class="ValueContainer MemberGradeDiscountAmountValueContainer" >
                    - $<label name="MemberGradeDiscountAmount" data_type="int" class="Value MemberGradeDiscountAmountValue" />
                  </td>
                </tr> 
                
                <tr>
                  <td class="CaptionContainer TotalAmountCaptionContainer">
                    <label name="TotalAmountLabel" text_id="TotalAmount" class="Caption TotalAmountCaption"/> :
                  </td>
                  <td colspan="3" class="ValueContainer TotalAmountValueContainer" >
                    &amp;nbsp;&amp;nbsp;$<label name="TotalAmount" data_type="int" class="Value TotalAmountValue" />
                  </td>
                </tr>

                <tr>
                  <td class="CaptionContainer NoteCaptionContainer">
                    <label name="NoteLabel" text_id="Note" class="Caption NoteCaption" /> :
                  </td>
                  <td colspan="3" class="ValueContainer NoteValueContainer">
                    <label name="Note" class="Value NoteValue" />
                    <label name="ConvenienceStorePayNote"  class="Value ConvenienceStorePayNoteValue"   text_id="ConvenienceStoreProductArrivedNotification"></label>
                  </td>
                </tr>
 
                <tr>
                  <td  class="CaptionContainer PaymentMethodCaptionContainer">
                    <span class="RequiredFieldIcon">*</span>
                    <label name="PaymentMethodLabel" text_id="PaymentMethod" class="Caption PaymentMethodCaption" /> :
                  </td>
                  <td colspan="3" class="ValueContainer PaymentMethodValueContainer" >
                    <select name="PaymentMethod"  title_id="PaymentMethod" class="Value PaymentMethodValue"  can_change_behavior="true"  onchange="OnPaymentMethodChange(this)" />

                    &amp;nbsp;
                    <select name="Installment" title_id="Installment" can_change_behavior="true"  onchange="OnPaymentMethodChange(this)" ></select> 
                    &amp;nbsp;
                    <div>
                      <label name="PaymentMethod_error_message" class="error_message" />
                    </div>
                  </td>
                </tr> 

                <tr>
                  <td  class="CaptionContainer InvoiceTypeCaptionContainer">
                    <span class="RequiredFieldIcon">*</span>
                    <label name="InvoiceTypeLabel" text_id="InvoiceType" class="Caption InvoiceTypeCaption" /> :
                  </td>
                  <td colspan="3"  class="ValueContainer InvoiceTypeValueContainer">
                    <select name="InvoiceType" repeat_columns="3" class="Value InvoiceTypeValue" can_change_behavior="true"  ></select>
                    &amp;nbsp;
                    <label name="InvoiceType_error_message" class="error_message" />
                  </td>
                </tr>

                <tr>
                  <td  class="CaptionContainer InvoiceTitleCaptionContainer">
                    <label name="InvoiceTitleLabel" text_id="InvoiceTitle" class="Caption InvoiceTitleCaption" /> :
                  </td>
                  <td colspan="3" class="ValueContainer InvoiceTitleValueContainer">
                    <textbox name="InvoiceTitle" repeate_columns="3" class="Value InvoiceTitleValue" can_change_behavior="true"  />
                    <label name="InvoiceTitle_error_message" class="error_message" />
                  </td>
                </tr>

                <tr>
                  <td  class="CaptionContainer VatNumberCaptionContainer">
                    <label name="VatNumberLabel" text_id="VatNumber" class="Caption VatNumberCaption" /> :
                  </td>
                  <td colspan="3"  class="ValueContainer VatNumberValueContainer">
                    <textbox name="VatNumber" class="Value VatNumberValue" can_change_behavior="true" />
                    <label name="VatNumber_error_message" class="error_message" />
                  </td>
                </tr>

              </table>

              <br />
            
            <div class="Form ShoppingAgreementCheckForm" id="ShoppingAgreementCheckForm" runat="server">
              <boolean name="ShoppingAgreementCheck" data_type="boolean" ></boolean>
              
              <a href="javascript:OpenShoppingAgreement()" class="ShoppingAgreementLink">
                <label name="ShoppingAgreementLink" text_id="ShoppingAgreement" ></label>
              </a>
              
              <label name="ShoppingAgreementCheck_error_message" class="error_message" ></label>
            </div>
            <br />

            <table border="0" class="ButtonList OrderConfirmButtonList" >
                <tr>
                  <td style="width:33%">


                    <button
                         name="PreviousButton" command_name="Previous" text_id="PreviousStep" class="Button PreviousButton"
                         can_change_behavior="true"
                     />

                  </td>
                  <td style="width:33%">
                    <center>
  
                      <button
                           name="SubmitButton" command_name="Submit" text_id="Checkout" class="Button SubmitButton"
                           can_change_behavior="true"
                      />
 
                    </center> 
                  </td>
                  <td style="width:34%;text-align:right">

                    <button
                           name="ContinueBrowseButton" command_name="ContinueBrowse" text_id="ContinueBrowse" class="Button ContinueBrowseButton"
                           can_change_behavior="true"
                      />

                  </td>
                </tr>
              </table>



          </div> 
        </div>
      </panel>
    </page>

  </page_list>
  <glossary src="~/glossary/glossary.xml" />
</config>
