ไม่ทราบว่าพวก
- Howto place Order
- Payment Method
- Shipping and Handling
- Returns Policy
เขียนเองรึเปล่าครับ
อยากทราบแนวการเขียนซะหน่อย

แนวทางการเขียน?
-ถ้าหมายถึงประโยคหรือคำพูด ผมไม่ได้เขียนเองครับ ลูกค้าส่งมาให้
แต่ถ้าหมายถึงการจัดหน้าหรือ Graphic ละก็ทำเองครับ
- โดยใช้ css เป็นหลักครับ โดยเขียน code css เพิ่มเติมในไฟล์ boxes.css ซึ่งจะอยู่ในธีมที่เราทำอีกที(หรือแยกออกมาเป็นไฟล์ css ใหม่ก็ได้นะครับ)
ตัวอย่างในหน้า CMS ครับ
<div class="r-product"><img src="/media/upload/inform-for-custom.gif"></div>
<div class="howto-main">
<div class="box1">
<h3>Shipping information :</h3>
<ul class="number">
<li>The minimum order for a wholesale order is $300</li>
<li>Your order will be processed and confirm within 24 hours after placed an order. In case some items are temporality unavailable Sales representative will be inform you for more details or any recommend replacement products.</li>
<li>For new wholesale order, we require 30% deposit from total order via Credit card or PayPal. The balance will be required before ship the order</li>
<li>The order will be shipped in the next 1 or 2 days after received the balance of payment.</li>
<ul></ul></ul></div>
<div class="box1">
<h3>Payment Method :</h3>
<ul class="number">
<li>PayPal</li>
<li>Credit card through “Paysbuy” system , we accepted Visa/Master card/Amex</li>
<li>Western Union/Money gram</li>
<li>Bank transfer/Wire transfer</li>
</ul></div>
<div>
<div class="howto-r"><img src="/media/upload/paypal-logo-big.png"></div>
ส่วนนี้ก็ตัวอย่าง CSS ที่เขียนเพิ่มครับ
.howto-main {width:705px; min-height:400px; float:left; padding:10px; border:1px solid #dadada; margin-top:10px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.howto-r {width:200px; float:right; margin-top:10px;}
.box1 {width:100%; border-bottom:1px dashed #dadada; margin-bottom:15px; padding-bottom:10px;}