This is a Brazilian payment method for Drupal Commerce.

I encourage you to take this short read about Boleto at Wikipedia http://en.wikipedia.org/wiki/Boleto beforehand.

See module screenshots here

Information on the module features and how to install it are in the module sandbox page at http://drupal.org/sandbox/drupalista-br/1256436

Cheers,

Comments

brunorios1’s picture

subscribing

FranciscoLuz’s picture

@brunorios1

Hey Bruno, what are you exactly subscribing for?

If you got a few minutes to spare you could review this module so it could make its way to the Drupal full project repositories.

Here is the reviewer manual http://drupal.org/node/894256

If you are not sure about what all this is, fell free to contact me at http://drupal.org/user/544192/contact and I will be happy to explain it to you in our mother tongue.

FranciscoLuz’s picture

Issue summary: View changes

minor correction

brunorios1’s picture

Hi Francisco,

Thanks for this great work!
I'm not a developer but i'll be glad to help testing and reviewing your module.

I found some errors:

1) the html codes of the checkout completion message is not converted so the user can see it:

Your order is number 1. You can <a href="http://www/mysite/user/1/orders/1">view your order</a> on your account page when logged in.

<a href="http://www/mysite/">Return to the front page.</a>

2) i didn't found a field to enter the cpf or cnpj of the store.

3) my php editor shows a syntax error in line 80 of commerce_boleto.module

$className::setUp($obj);

4) the boletophp logo is not replaced with the merchant's logo entered on the module settings.

thank you.

FranciscoLuz’s picture

@brunorios1

Hi Bruno,

Thank you very much for taking the time reviewing my module.

I will be looking into the issues you have pointed out through out this week.

Just a question though on your finding #3, is it just your PHP editor that are spiting an error or is this actually causing a noticeable trouble at the module run time?

In regards to the finding #2, I actually left it out because at the time of this module creation there were no cpf/cnpj validation module for D7. I have written a cpf/cnpj validation module for D7 in the meanwhile and it has been incorporated into this module here http://drupal.org/project/brazilian_ids . But I still have to add the cpf/cnpj field to Boleto which will be doing sometime this week.

Cheers,

brunorios1’s picture

@FranciscoLuz,

in #3, is just my php editor (Dreamweaver) that shows this warning, maybe it is out of date or something like that...
no warnings in the module runtime.

another question,
i have an banco do brasil account with "carteira 18" and "convenio" with 7 digits. this is already implemented?

i readed the readme.txt but i'm confused, because i found this info saying that this is implement:

2. ARGUMENTOS - CARTEIRA 18
Carteira 18 com Convenio de 7 digitos
     Nosso número: pode ser até 10 dígitos

but i found this info too:

Carteiras que ainda precisam ser implementadas Banco do Brasil:
- Carteira 18, convênio 7 dí­gitos, nosso número com 17 dí­gitos.

thanks.

FranciscoLuz’s picture

Hi,

Yes it is implemented, I am going to update readme.txt.

Cheers

sreynen’s picture

Hi FranciscoLuz,

Commerce projects often take a long time to be approved because few people know enough about Commerce yet to do reviews. I'd encourage you to go where people are talking about Commerce and encourage them to come here and help review your project. Some places you might ask for reviews:

http://groups.drupal.org/drupal-commerce
http://www.drupalcommerce.org/forum
The #drupal-commerce IRC channel

sreynen’s picture

Status: Needs review » Postponed
FranciscoLuz’s picture

Status: Postponed » Closed (duplicate)
brunorios1’s picture

After all, i'm not using the last commerce-boleto module code from git, because the banks are not loaded in the payment method configuration as i described here: http://drupal.org/node/1379508

as i mentioned before in #3, the line 80 have problems:

$className::setUp($obj);

the error is:

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/cademeu/public_html/beta/sites/all/modules/commerce_boleto/commerce_boleto.module on line 80

i tried to change to:

$this->setUp($obj);

but it shows:

Fatal error: Using $this when not in object context in /home/cademeu/public_html/beta/sites/all/modules/commerce_boleto/commerce_boleto.module on line 80

Thanks!

brunorios1’s picture

any news about this module?

brunorios1’s picture

Issue summary: View changes

removed link

avpaderno’s picture

Title: Commerce Boleto for Drupal Commerce » [D7] Commerce Boleto for Drupal Commerce
Issue summary: View changes
Related issues: +#1246104: [D7] Commerce Cielo

@brunorios1 See the duplicated application.