Jump to content

chaiwat

Members
  • Posts

    12
  • Joined

  • Last visited

chaiwat's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ในโฮสผมติดตั้งผ่าน Quick Installation เสร็จเลยครับลองดู ohohusa.com
  2. TIMESTAMP -> L_ERRORCODE0 -> 10729 L_SHORTMESSAGE0 -> Shipping Address State Empty L_LONGMESSAGE0 -> The field Shipping Address State is required L_SEVERITYCODE0 -> Error สั่งซื้อของในประเทศไทยผ่าน PayPal ไม่มี รัฐจะเกิดปัญหา ทำอย่างไรดีครับ
  3. {if !$priceDisplay} {if $currency->id == 4} {convertPriceWithCurrency price={$product.price*$currencies.0.conversion_rate} currency=$currencies.0 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.1.conversion_rate} currency=$currencies.1 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.2.conversion_rate} currency=$currencies.2 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.3.conversion_rate} currency=$currencies.3 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.4.conversion_rate} currency=$currencies.4 convert=true} {elseif $currency->id == 2} {convertPriceWithCurrency price={$product.price/$currencies.1.conversion_rate} currency=$currencies.0 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.1.conversion_rate/$currencies.1.conversion_rate} currency=$currencies.1 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.2.conversion_rate/$currencies.1.conversion_rate} currency=$currencies.2 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.3.conversion_rate/$currencies.1.conversion_rate} currency=$currencies.3 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.4.conversion_rate/$currencies.1.conversion_rate} currency=$currencies.4 convert=true} {elseif $currency->id == 1} {convertPriceWithCurrency price={$product.price/$currencies.2.conversion_rate} currency=$currencies.0 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.1.conversion_rate/$currencies.2.conversion_rate} currency=$currencies.1 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.2.conversion_rate/$currencies.2.conversion_rate} currency=$currencies.2 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.3.conversion_rate/$currencies.2.conversion_rate} currency=$currencies.3 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.4.conversion_rate/$currencies.2.conversion_rate} currency=$currencies.4 convert=true} {elseif $currency->id == 5} {convertPriceWithCurrency price={$product.price/$currencies.3.conversion_rate} currency=$currencies.0 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.1.conversion_rate/$currencies.3.conversion_rate} currency=$currencies.1 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.2.conversion_rate/$currencies.3.conversion_rate} currency=$currencies.2 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.3.conversion_rate/$currencies.3.conversion_rate} currency=$currencies.3 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.4.conversion_rate/$currencies.3.conversion_rate} currency=$currencies.4 convert=true} {elseif $currency->id == 6} {convertPriceWithCurrency price={$product.price/$currencies.4.conversion_rate} currency=$currencies.0 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.1.conversion_rate/$currencies.4.conversion_rate} currency=$currencies.1 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.2.conversion_rate/$currencies.4.conversion_rate} currency=$currencies.2 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.3.conversion_rate/$currencies.4.conversion_rate} currency=$currencies.3 convert=true} <br /> {convertPriceWithCurrency price={$product.price*$currencies.4.conversion_rate/$currencies.4.conversion_rate} currency=$currencies.4 convert=true} {/if} {/if} Finally I try my best, see the picture.
  4. <p class="price_container"> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.0 currency=$currencies.2 convert=false}{else}{ }{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.1 convert=false}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.2 convert=false}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.3 convert=false}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.4 convert=false}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> </p> ผมต้องการแสดงราคาสินค้าทุกสกุลเงินที่คอนฟิคไว้ สามารถทำให้แสดงเครื่องหมายได้แต่ทำไมไม่คำนวณอัตราแลกเปลี่ยนให้ ขอคำแนะนำด้วยครับ
  5. Hi, I'm not good in English. I try to display all product prices in all currencies. <p class="price_container"> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.0 convert=true}{else}{ }{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.1 convert=true}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.2 convert=true}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.3 convert=true}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> <span class="price">{if !$priceDisplay}{convertPriceWithCurrency price=$product.price currency=$currencies.4 convert=true}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br /> </p> I don't know much about programming, please help. Prestashop 1.4.5.1
  6. ผมลองทำแล้วรู้สึกว่าจะไม่ค่อยสวย เลยใช้ภาษาอังกฤษเหมือนเดิม
  7. ขอบคุณครับ ยังไม่เคยใช้
  8. Hello I'm looking for how to configure tax calculation in US. I live at Bangkok, Thailand here is the only one rate is 7% but in US isn't. I would like to ask for who has experienced in that please give me some suggestion. As I read from websites, I have to config tax rate by state.
  9. สอบถามว่าจะกำหนดภาษีสำหรับต่างประเทศอย่างไรอย่างไรดี เพราะว่าที่ต่างประเทศแต่ละที่ภาษีไม่เท่ากัน ถ้าจะเลือกมีภาษีรัฐกับภาษีสินค้า ขอบคุณที่ช่วยตอบครับ
  10. ผมติดตั้งโมดูล PayPal แล้วครับ กรณีลูกค้าเข้ามาสั่งซื้อ เราจะทราบไหมครับว่าลูกค้าชำระเงินสำเร็จหรือไม่ กำลังทำเว็บขายกิ๊บที่ http://www.mokky.co.cc
×
×
  • Create New...