Jump to content

r2w

Retired Forum Member
  • Posts

    18
  • Joined

  • Last visited

About r2w

r2w's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. http://road2web.net/dl_2007-01-29.zip
  2. I change orderform template to default. Please follow this link: http://www.road2web.net/bs/order.php?step=2&pid=1
  3. In "Manage Products & Services" click "Create a New Product". Product Type: Other Show Domain Options: Unchecked Subdomain: Empty Then order this product... The better way to resolve this, add code for change "array.array" to $_LANG['nodomain'] = "No domain";
  4. CrustyDOD, thanks for reply. UTF-8 always good. But some pyment systems used windows-1251 and international product description not show correctly.
  5. What is the strange symbols in users tickets? Like this: Ïðîáà ïåðà (in message body) And: Ïðîáà (in subject) My System Charset: windows-1251
  6. Hi, I have same problem. I get blank page in latest v3.0 release. With dl.php dated 29/01/2007 working fine.
  7. Ok. This help for me: In order-stepfour.tpl line 9: {if $domain} ({$domain}){/if} Change to: {if $domain != "array.array"} ({$domain}){/if} Thanks.
  8. What about?: If no domains, then set $domain to null. In template check {$domain}. And if empty, do not output any text. (maybe in next release?...) Thanks.
  9. I set default template now. And I see "{$domain} array.array" in debug info...
  10. http://www.road2web.net/bs/order.php?step=2&pid=1 Click "Next" and see (array.array) in Description... Product Type: Other Show Domain Options: Unticked Bug?
  11. Hi, I have font decoding problems with PDF invoices. I edit pdfconfig.php for English tranlation. But PDF show only Header and Footer. How to make main table in PDF invoices on English only? Thanks.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated