• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Woofunnels - Optimize WooCommerce Checkout with Aero

Woofunnels - Optimize WooCommerce Checkout with Aero v3.13.1

No permission to download
Theter using a plugin for a while it is generating too much php scripting error and because of this no shipping address columns are shown. can anyone help me out?
 
scillione updated Woofunnels - Optimize WooCommerce Checkout with Aero with a new update entry:

Woofunnels Optimize WooCommerce Checkout with Aero v1.9.3.2

Download Woofunnels Optimize WooCommerce Checkout with Aero v1.9.3.2 Nulled Free
= v1.9.3.2 (2020-01-24) =

* Fixed: Compatible with WooCommerce 3.9

= v1.9.3 (2019-09-09) =
* Added: Compatibility with 'WooCommerce - Store Exporter Deluxe' plugin (author: Visser Labs), allowing Aero custom checkout fields in order export.
* Added: Compatibility with 'Loco Translate' plugin (author: Tim Whitlock), allowing translations of default checkout form data.
* Added: Compatibility with...

Read the rest of this update entry...
 
  • Like
Reactions: negomemes
Hi Scillione and Babak,
Are you able to update this plugin? This extension version (1.9.3.2) no longer works with the new version of woocommerce.
Thank you very much for your attention
Kind regards.

The new changelog :

Mar 11, 2020 – Version 1.9.3.5
  • Fixed: Issue of Coupon object printing on checkout page when coupon was auto applied.
  • Fixed: Compatible with WooCommerce 4.0.0
 
Hi Scillione and Babak,
Are you able to update this plugin? This extension version (1.9.3.2) no longer works with the new version of woocommerce.
Thank you very much for your attention
Kind regards.

The new changelog :

Mar 11, 2020 – Version 1.9.3.5
  • Fixed: Issue of Coupon object printing on checkout page when coupon was auto applied.
  • Fixed: Compatible with WooCommerce 4.0.0
This post may be of interest!
 
Rapaz, to quebrando a cabeça aqui e ñ consegui :(.
Muito abuso da minha parte te pedir o códico que vc colocou pra reeodernar os campos de envio, com o CEP primeiro, como tá no seu?? :)

desculpa, abraços

Boa tarde. Você pode usar esta função em seu funtion.php

https://buildwoofunnels.com/docs/aerocheckout/developer-docs/how-to-reorder-fields/

Mudando para ordem que preferir.

O whatsapp que uso é o WhatsApp Chat by NinjaTeam
Me envie seu email para te passar pois fiz vários procedimentos. Não ficou como deveria, mais para mim resolveu, olhe ai como ficou e ve se resolveria para voce também: www.beleza7.com.br

Olá, você poderia enviar para meu email? [email protected]
ficaria muito agradecido.
 
Olá, você poderia enviar para meu email? [email protected]
ficaria muito agradecido.

It's all right, old man.

I think I can help you.

Do the following:

Instead of inserting code that I sent below in your theme's functions.php.

Install the plugin > Snippets

And you will be able to organize your Snippts better.

And here is the code you will use to organize the order of the chechout fields in Aero Checkout.

Code:
add_filter('wfacp_address_fields_billing', 'zip_state_country_city_addr1_addr2_field');
add_filter('wfacp_address_fields_shipping', 'zip_state_country_city_addr1_addr2_field');

function zip_state_country_city_addr1_addr2_field($fields) {

    $postcode = $fields['postcode'];
    $state = $fields['state'];
    $country = $fields['country'];
    $city = $fields['city'];
    $address_1 = $fields['address_1'];
    $address_2 = $fields['address_2'];
    $number = $fields['number'];
    $neighbourhood = $fields['neighbourhood'];
          
    unset($fields['postcode']);
    unset($fields['state']);
    unset($fields['country']);
    unset($fields['city']);
    unset($fields['address_1']);
    unset($fields['address_2']);
    unset($fields['number']);
    unset($fields['neighbourhood']);
        
    $fields['postcode'] = $postcode;
    $fields['state'] = $state;
    $fields['country'] = $country;
    $fields['city'] = $city;
    $fields['address_1'] = $address_1;
    $fields['address_2'] = $address_2;
    $fields['number'] = $number;
    $fields['neighbourhood'] = $neighbourhood;
        
    return $fields;
}

And to change the column structure of the Aero Checkout fields using the ready CSS classes.

Access this tutorial:

Success in your life God bless you my brother - Hug!
 
  • Like
Reactions: filipiviana
It's all right, old man.

I think I can help you.

Do the following:

Instead of inserting code that I sent below in your theme's functions.php.

Install the plugin > Snippets

And you will be able to organize your Snippts better.

And here is the code you will use to organize the order of the chechout fields in Aero Checkout.

Code:
add_filter('wfacp_address_fields_billing', 'zip_state_country_city_addr1_addr2_field');
add_filter('wfacp_address_fields_shipping', 'zip_state_country_city_addr1_addr2_field');

function zip_state_country_city_addr1_addr2_field($fields) {

    $postcode = $fields['postcode'];
    $state = $fields['state'];
    $country = $fields['country'];
    $city = $fields['city'];
    $ address_1 = $ campos ['endereço_1'];
    $ address_2 = $ campos ['endereço_2'];
    $ número = $ campos ['número'];
    $ bairro = $ campos ['bairro'];
         
    não definido ($ fields ['postcode']);
    não definido ($ fields ['state']);
    não definido ($ fields ['country']);
    não definido ($ fields ['city']);
    não definido ($ fields ['address_1']);
    não definido ($ fields ['address_2']);
    não definido ($ fields ['number']);
    não definido ($ fields ['neighbourhood']);
       
    $ fields ['postcode'] = $ código postal;
    $ fields ['state'] = $ state;
    $ fields ['country'] = $ country;
    $ fields ['city'] = $ city;
    $ fields ['address_1'] = $ address_1;
    $ fields ['address_2'] = $ address_2;
    $ fields ['number'] = $ number;
    $ fields ['neighbourhood'] = $ neighbourhood;
       
    retornar $ campos;
}[/CÓDIGO]

E para alterar a estrutura da coluna dos campos do Aero Checkout usando as classes CSS prontas.

[B]Acesse este tutorial: [/B] [URL unfurl = "true"] https://buildwoofunnels.com/docs/aerocheckout/customizer/fields-css-classes/ [/ URL]

Sucesso em sua vida Deus te abençoe meu irmão - Abraço!
[/CITAR]
 
Just one more question, can you change the position of the number and neighborhood fields for the type of person and cpf?

Cara só mais uma dúvida, você conseguiu mudar a posição dos campos número e bairro para cima do tipo de pessoa e cpf?

1586263558378.png


1586263723217.png

gostaria que ficasse dessa mesma forma
I would like it to stay that way


Desde já agradeço
 
Just one more question, can you change the position of the number and neighborhood fields for the type of person and cpf?

Cara só mais uma dúvida, você conseguiu mudar a posição dos campos número e bairro para cima do tipo de pessoa e cpf?

1586263558378.png


1586263723217.png

gostaria que ficasse dessa mesma forma
I would like it to stay that way


Desde já agradeço

Claudio Sanches Plugin - Brazilian Market on WooCommerce Perform this configuration and save:

campos-checkout.png

Then perform the settings that I had already informed you about.

And in the Checkout Woocommerce / settings and aero checkout form, make the settings from the link below.
Save and clear your site's cache.

Here Tutorial: https://buildwoofunnels.com/docs/ae...woocommerce-extra-checkout-fields-for-brazil/

Then go to aero checkout and organize checkout fields structure and save.

Aqui tutorial:
And it will have the result you expect.

You need to be more curious to test, make mistakes and learn from mistakes. There won't always be someone like me to support you.

Try again. Success hug!
 
Last edited:
scillione updated Woofunnels - Optimize WooCommerce Checkout with Aero with a new update entry:

Woofunnels Optimize WooCommerce Checkout with Aero v2.0.0

Download Woofunnels Optimize WooCommerce Checkout with Aero v2.0.0 Nulled Free
= v2.0.0 (2020-04-08) =

* Added: Compatible with WordPress 5.4
* Added: New Design with One/ Two/ Three step templates allowing the user to import design with a single click.
* Added: Elementor: Introduced pre-built Elementor templates. Six design concepts for each step, totalling 18 templates.
* Added: Elementor: Two new widgets for Checkout form and Mini Cart. Now enjoy complete visual editing experience...

Read the rest of this update entry...
 
  • Love
  • Like
Reactions: MyTester and Frizzy
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock