Page 1 of 1
Search found 18 matches
Re: Problemas na configuração da loja - Acentuação
não precisa aterar charset O problema e nos arquivos de tradução se você altero algum ou baixo um mau configurado pois os arquivos tem que ser salvos como UTF-8 SEM BOM
Jump to post- Tue Jun 15, 2010 8:21 pm
- Replies 6
- Views 4642
Re: Modulo para opencart 1.4.7 versão beta
Vou colocar no site quando tiver tudo ok
Jump to post- Fri May 07, 2010 9:33 pm
- Replies 2
- Views 2718
Modulo para opencart 1.4.7 versão beta
Bom não tive tempo de testa tudo
Então espero que me ajudem nessa parte para deixar o modulo 100%
http://www.opencartbr.yuphost.com.br/20 ... -4-7-beta/
- Wed May 05, 2010 9:45 am
- Replies 2
- Views 2718
Re: Módulo PAC - Correios
Nossa outra versão do opencarta sai uma toda semana heheh
ai aja tempo para fazer tanto modulo
- Mon Mar 29, 2010 10:54 pm
- Replies 12
- Views 9878
Re: OpenCart 1.3.3
It would be nice to be able to add or remove fields in the registration form For some more accurate data than other What about validation that could make it required or not and if and only numbers or text only, amount of characters such Cóias For I also need some additional data (CPF, more data addr...
Jump to post- Sun Nov 01, 2009 9:23 am
- Replies 109
- Views 59433
Re: Uploading same name images
in
admin\controller\catalog image.php
Replace
Code: Select all
$filename = basename($this->request->files['image']['name']);
Code: Select all
$filename = md5(mktime());
$ext = explode('.',basename($this->request->files['image']['name']));
$filename.='.'.end($ext);
- Sat Jul 04, 2009 1:55 am
- Replies 5
- Views 1872
Re: Choosing the right E-Commerce system
The solution would be if the system identifies the template hesitate a folder type and configuration to include the code in a class or something I am developing a management system for the system Thema identify if there is a folder in the setup and make the import of settings settings would be saved...
Jump to post- Thu May 28, 2009 7:58 am
- Replies 4
- Views 7477
Re: OpenCart v1.2.8
This configuration should be in the configuration of the coin
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
not the language
I think
- Sat May 23, 2009 5:45 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
Is to include the additional fields (DDD, NUMERO, NEIGHBORHOOD) for Brazilian Validator Form in jquery and also very useful ;) Validate form http://www.opencart.com/index.php?route=contribution/contribution/info&category_id=8&contribution_id=143 Campos adicionais http://www.opencart.com/inde...
Jump to post- Thu May 21, 2009 9:51 pm
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
solution for small problem in admin> configuration> setting while uploading Store Logo: was not updating the image of the logo at the time below the correction admin \ controller \ catalog \ image.php line 22 to 24 $this->data['src'] = HTTP_IMAGE . $filename; } else { $this->data['src'] = HTTPS_IMAG...
Jump to post- Thu May 14, 2009 10:52 pm
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
view Privacy Policy with thickbox in Payment Information catalog \ language \ english \ checkout \ payment.php replace line 14 $_['text_agree'] = 'I have read and agree to the <a onclick="window.open(\'%s\');"><b>%s</b></a>'; replace with this $_['text_agree'] = 'I have read and agree to t...
Jump to post- Sun May 10, 2009 10:46 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
As I think anyone pay attention to posting again a nice way to display the Privacy Policy in the form of the account creation view Privacy Policy with thickbox catalog \ language \ english \ account \ create.php replace with this line 13 $_['text_agree'] = 'I have read and agree to the <a onclick=&q...
Jump to post- Sun May 10, 2009 7:27 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
suggestion to see Privacy Policy in Create Account view Privacy Policy with thickbox \ visualiar Privacy Policy com thickbox catalog\language\english\account\create.php replace \ substituir line 13 \linha 13 $_['text_agree'] = 'I have read and agree to the <a onclick="window.open(\'%s\');"...
Jump to post- Sat May 09, 2009 9:16 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
ops I'm using another template $(document).ready(function () { $('#add_to_cart').replaceWith('<a onclick="" id="add_to_cart" class="button">' + $('#add_to_cart').html() + '</a>'); $('#add_to_cart').click(function () { $.ajax({ type: 'post', url: 'index.php?route=checkou...
Jump to post- Sat May 09, 2009 9:12 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
Não funciona essa função ta peindo o callback antes de inserir o procuto no carrinho se não tem nada no carrinho não retorna nada no tem callback This function does not work ta peindo the callback before entering the procuto to cart it has nothing to cart does not return anything in the callback has...
Jump to post- Sat May 09, 2009 9:06 am
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
Solução para o ajax não atualiza o carrinho catalog\view\theme\default\template\module\cart.tpl alterar da linha 35 a 39 data: $('#product :input') }); $('#module_cart .middle').load('index.php?route=module/cart/callback'); para data: $('#product :input'), success: function(){ $('#module_cart .middl...
Jump to post- Fri May 08, 2009 8:54 pm
- Replies 69
- Views 32654
Re: OpenCart v1.2.8
Tamanho da logo " altura " quando maior aparece incorretamenta na pagina solução catalog/view/theme/default/template/common/header.tpl na primera linha <div class="div1"> alterar por <? $tamanhos = getimagesize($logo); $tamanhos[1] =$tamanhos[1]+30 ?> <div class="div1" ...
Jump to post- Fri May 08, 2009 8:37 am
- Replies 69
- Views 32654
Search found 18 matches