Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

guigs

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Everything posted by guigs

  1. Thank you very much! Here is my contribution for character conversion: portugues.php $char_convert = array( 'à' => 'a', 'â' => 'a', 'á' => 'a', 'ã' => 'a', 'ê' => 'e', 'ë' => 'e', 'é' => 'e', 'ô' => 'o', 'ó' => 'o', 'õ' => 'o', 'ö' => 'o', 'ú' => 'u', 'ü' => 'u', 'í' => 'i', 'ç' => 'c', 'ñ' => 'n', 'À' => 'A', 'Â' => 'A', 'Á' => 'A', 'Ã' => 'A', 'Ê' => 'E', 'Ë' => 'E', 'É' => 'E', 'Ô' => 'O', 'Ó' => 'O', 'Õ' => 'O', 'Ö' => 'O', 'Ú' => 'U', 'Ü' => 'U', 'Í' => 'I', 'Ç' => 'C', 'Ñ' => 'N', 'ª' => 'a', 'º' => 'o' );
  2. I hide them since they are buggy ;) What can I do to help you debbuging this? Guilherme
  3. Robert, First, thank you for this excelent add-on! I really appreciate it. I've installed it, and everything is working but the "buy it now" button. The URL it gives is: http://www.artedefazerartesanato.com.br/esculturas-c-36?cPath=36&sort=3a&action=buy_now&products_id=137'>http://www.artedefazerartesanato.com.br/esculturas-c-36?cPath=36&sort=3a&action=buy_now&products_id=137 But it should be: http://www.artedefazerartesanato.com.br/index.php/esculturas-c-36?cPath=36&sort=3a&action=buy_now&products_id=137 I see in this forum that someone else had this problem too. But I didn't find a solution. I'm using standard mode and I have the following in configure.php: define('DIR_WS_HTTP_CATALOG', '/'); Thanks, Guilherme
×
×
  • Create New...