Woofunnels - Optimize WooCommerce Checkout with Aero

Woofunnels - Optimize WooCommerce Checkout with Aero v3.20.0

No permission to download

sourabh2008

Member
Jan 6, 2020
61
6
8
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?
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
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

juanporamor

Well-known member
Trusted Uploader
Apr 18, 2019
279
275
63
Hi Scillione and Tomz,
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
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Hi Scillione and Tomz,
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!
 

filipiviana

New member
Apr 6, 2020
4
0
1
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.
 

MyTester

Active member
Jul 18, 2019
169
57
28
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

filipiviana

New member
Apr 6, 2020
4
0
1
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]
 

filipiviana

New member
Apr 6, 2020
4
0
1
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
 

MyTester

Active member
Jul 18, 2019
169
57
28
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:

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu