• 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"

CartFlows Pro - Get More Leads, Increase Conversions, & Maximize Profits

CartFlows Pro - Get More Leads, Increase Conversions, & Maximize Profits v2.0.5

No permission to download
uninstall both the free and pro.
install both free and pro files from the downloaded zip here! not from wordpress.
activate both plugins, then go to License and if required, activate with the key:
nulled
and that's it.

the pro not really working
look at the image
so basically is the free version and not the pro
any idea how to fix it?
29256
 
  • Like
Reactions: Babak and bologna
custom theme? page builder? functions.php or style.css edits?
try installing twenty twenty theme and activate it. still an issue? check your payment method plugin. is is stripe, paypal? try Stripe, create a dev account to test.
work by disabling ALL plugins except woocommerce and cartflows, then if the issue is gone, try enabling one after another until u find out what breaks it.

Can anyone tell?
I am having an issue, in checkout page, radio buttons overlap with some of the text in the checkout payment method selection.
 
can be the solution....

Note: Remove all old Cart Flows versions (Free and Pro). Now install CartFlows plugin and then CartFlows Pro plugin from our website. Then use “B5E0B5F8DD8689E6ACA49DD6E6E1A930” as the License Key. Do not auto-update the plugin.
 
custom theme? page builder? functions.php or style.css edits?
try installing twenty twenty theme and activate it. still an issue? check your payment method plugin. is is stripe, paypal? try Stripe, create a dev account to test.
work by disabling ALL plugins except woocommerce and cartflows, then if the issue is gone, try enabling one after another until u find out what breaks it.
It's the theme that's causing it.
 
cartflow premium import method.

Code:
<script type="text/template" id="tmpl-cartflows-flows-list">

                <# console.log( data.items.length ) #>
                <# console.log( data.items ) #>
                <# if ( data.items.length ) { #>
                    <# for ( key in data.items ) { #>
                    <#
                        var flow_steps = [];
                        if( data.items[ key ].flow_steps ) {
                            flow_steps = data.items[ key ].flow_steps.map(function(value,index) {
                                return value['id'];
                            });
                        }
                        #>
                        <div class="inner">
                            <div class="template">
                                <span class="thumbnail site-preview cartflows-preview-flow-steps" data-flow-steps="{{ JSON.stringify( data.items[ key ].flow_steps ) }}" data-title="{{ data.items[ key ].title.rendered }}">
                                    <div class="template-screenshot">
                                        <# if( data.items[ key ].featured_image_url ) { #>
                                            <img src="{{ data.items[ key ].featured_image_url }}" />
                                        <# } else { #>
                                            <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/400x400.jpg" />
                                        <# } #>
                                    </div>
                                    <#
                                    data.items[ key ].flow_type === 'pro';
                                    
                                    if( 'pro' === data.items[ key ].flow_type ) { #>
                                        <span class="wcf-flow-type pro"><?php esc_html_e( 'Pro', 'cartflows' ); ?></span>
                                    <# } #>
                                    <# if( data.items[ key ].woo_required ) { #>
                                        <div class="notice notice-info" style="width: auto;">
                                            <p class="wcf-learn-how">
                                                Install/Activate WooCommerce to use this template.
                                                <a    href="https://cartflows.com/docs/cartflows-step-types/"    target="_blank">
                                                    <strong><?php esc_html_e( 'Learn How', 'cartflows' ); ?></strong>
                                                    <i class="dashicons dashicons-external"></i>
                                                </a>
                                            </p>
                                        </div>
                                    <# } else { #>
                                            <a href="<?php echo CARTFLOWS_TEMPLATES_URL . 'preview/?'; ?>flow={{ data.items[ key ].id }}&title={{{ data.items[ key ].title.rendered }}}" class="preview" target="_blank">Preview <i class="dashicons dashicons-external"></i></a>
                                    <# } #>

                                </span>
                                <div class="template-id-container">
                                    <h3 class="template-name"> {{{ data.items[ key ].title.rendered }}} </h3>
                                    <div class="template-actions">

                                    <#
                                    if( data.items[ key ].page_builder.slug ) {
                                        required_plugin_group = data.items[ key ].page_builder.slug;
                                    } else {
                                        required_plugin_group = '';
                                    }

                                    if( data.items[ key ].page_builder.slug && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug] && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug].button_title ) {
                                        import_btn_title = 'Import';
                                    } else {
                                        import_btn_title = 'Import';
                                    } #>

                                    <#
                                         data.items[ key ].licence_status === 'valid';
                                          if( data.items[ key ].licence_status && 'valid' ) { #>
                                        <# if( ! data.items[ key ].woo_required ) { #>
                                        <a data-flow-steps="{{ flow_steps }}" data-required-plugin-group="{{required_plugin_group}}" href="#" class="button button-primary cartflows-step-import" data-template-id="{{ data.items[ key ].id }}">{{ import_btn_title }}</a>
                                        <# } else { #>
                                        <a href='#' class='wcf-activate-wc button-primary'>Install & activate Woo</a>
                                        <# }  #>
                                    <# }  #>
                                        
                                    </div>
                                </div>
                            </div>
                        </div>
                    <# } #>
                <# } #>
            </script>

            <?php
            // Empty Step.
            ?>
            <script type="text/template" id="tmpl-cartflows-create-blank-step">
                <div class="inner">
                    <div class="template">
                        <span class="thumbnail site-preview cartflows-flow-preview">
                            <div class="template-screenshot">
                                <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/start-scratch.jpg" />
                            </div>
                            <div id="wcf_create_notice" class=""><a href="https://cartflows.com/" target="_blank"></a></div>
                        </span>
                        <div class="template-id-container">
                            <h3 class="template-name"> Blank </h3>
                            <div class="template-actions">
                                <a href="#" class="button button-primary cartflows-step-import-blank"><?php esc_html_e( 'Create', 'cartflows' ); ?></a>
                            </div>
                        </div>
                    </div>
                </div>
            </script>

            <?php
            // Templates data.
            ?>
            <script type="text/template" id="tmpl-cartflows-steps-list">
                <# if ( data.items.length ) { #>
                    <# for ( key in data.items ) { #>
                    <#
                        var flow_steps = [];
                        if( data.items[ key ].flow_steps ) {
                            flow_steps = data.items[ key ].flow_steps.map(function(value,index) {
                                return value['id'];
                            });
                        }
                        #>
                        <div class="inner">
                            <div class="template">
                                <span class="thumbnail site-preview cartflows-preview-flow-steps" data-flow-steps="{{ JSON.stringify( data.items[ key ].flow_steps ) }}" data-title="{{ data.items[ key ].title.rendered }}">
                                    <div class="template-screenshot">
                                        <# if( data.items[ key ].featured_image_url ) { #>
                                            <img src="{{ data.items[ key ].featured_image_url }}" />
                                        <# } else { #>
                                            <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/400x400.jpg" />
                                        <# } #>
                                    </div>
                                    <div id="wcf_create_notice" class=""><a href="https://cartflows.com/" target="_blank"></a></div>

                                    <#
                                    data.items[ key ].licence_status === 'valid';
                                    data.items[ key ].flow_type === 'pro';
                                    if( data.items[ key ].woo_required ) { #>
                                        <div class="notice notice-info" style="width: auto;">
                                            <p class="wcf-learn-how">
                                                Install/Activate WooCommerce to use this template.
                                                <a href="https://cartflows.com/docs/cartflows-step-types/" target="_blank">
                                                    <strong><?php esc_html_e( 'Learn How', 'cartflows' ); ?></strong>
                                                    <i class="dashicons dashicons-external"></i>
                                                </a>
                                            </p>
                                        </div>
                                    <# } else { #>
                                            <a href="<?php echo CARTFLOWS_TEMPLATES_URL . 'preview/?'; ?>step={{ data.items[ key ].id }}&title={{{ data.items[ key ].title.rendered }}}" class="preview" target="_blank">Preview <i class="dashicons dashicons-external"></i></a>
                                    <# } #>

                                    <# if( data.items[ key ].flow_type === 'pro') { #>
                                        <span class="wcf-flow-type pro"><?php esc_html_e( 'Pro', 'cartflows' ); ?></span>
                                    <# } #>
                                </span>
                                <div class="template-id-container">
                                    <h3 class="template-name"> {{{ data.items[ key ].title.rendered }}} </h3>
                                    <div class="template-actions">

                                    <#

                                    var step_slug        = data.items[ key ].step_type.slug || '';
                                    var step_title       = data.items[ key ].step_type.name || '';
                                    var import_btn_title = 'Import';


                                    var required_plugin_group = '';
                                    data.items[ key ].licence_status === 'valid';
                                    data.items[ key ].flow_type === 'pro';
                                    
                                    
                                    if( data.items[ key ].page_builder ) {
                                        required_plugin_group = data.items[ key ].page_builder.slug;

                                        if( data.items[ key ].page_builder.slug && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug] && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug].button_title ) {
                                            import_btn_title = CartFlowsImportVars.required_plugins[ data.items[ key ].page_builder.slug ].button_title;
                                        }
                                    }
                                    #>

                                    <# if( data.items[ key ].licence_status && 'valid' === data.items[ key ].licence_status ) { #>

                                        <# if( ! data.items[ key ].woo_required ) { #>
                                        <a data-slug="{{step_slug}}" data-title="{{step_title}}" data-flow-steps="{{ flow_steps }}" data-required-plugin-group="{{required_plugin_group}}" href="#" class="button button-primary cartflows-step-import" data-template-id="{{ data.items[ key ].id }}">{{ import_btn_title }}</a>
                                        <# } else { #>
                                        <a href='#' class='wcf-activate-wc button-primary'>Install & activate Woo</a>
                                        <# }  #>

                                    <# } #>
                                        
                                    </div>
                                </div>
                            </div>
                        </div>
                    <# } #>
                <# } #>
            </script>
 
Thugman updated CartFlows Pro - Get More Leads, Increase Conversions, & Maximize Profits with a new update entry:

CartFlows Pro v1.5.0 Nulled

Download CartFlows Pro v1.5.0 - Get More Leads, Increase Conversions, & Maximize Profits Nulled Free
Version 1.5.0 - Wednesday, 4th March 2020

- New: Native Google Analytics support added.
- New: Dynamic shortcode to personalize user experience.
- Improvement: Float value support added for Upsell/Downsell's discount.
- Fix: Upsell/Downsell product names were not showing in PayPal for without reference transaction mode.

Read the rest of this update entry...
 
  • Like
Reactions: lewisleary
cartflow premium import method.

Code:
<script type="text/template" id="tmpl-cartflows-flows-list">

                <# console.log( data.items.length ) #>
                <# console.log( data.items ) #>
                <# if ( data.items.length ) { #>
                    <# for ( key in data.items ) { #>
                    <#
                        var flow_steps = [];
                        if( data.items[ key ].flow_steps ) {
                            flow_steps = data.items[ key ].flow_steps.map(function(value,index) {
                                return value['id'];
                            });
                        }
                        #>
                        <div class="inner">
                            <div class="template">
                                <span class="thumbnail site-preview cartflows-preview-flow-steps" data-flow-steps="{{ JSON.stringify( data.items[ key ].flow_steps ) }}" data-title="{{ data.items[ key ].title.rendered }}">
                                    <div class="template-screenshot">
                                        <# if( data.items[ key ].featured_image_url ) { #>
                                            <img src="{{ data.items[ key ].featured_image_url }}" />
                                        <# } else { #>
                                            <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/400x400.jpg" />
                                        <# } #>
                                    </div>
                                    <#
                                    data.items[ key ].flow_type === 'pro';
                                   
                                    if( 'pro' === data.items[ key ].flow_type ) { #>
                                        <span class="wcf-flow-type pro"><?php esc_html_e( 'Pro', 'cartflows' ); ?></span>
                                    <# } #>
                                    <# if( data.items[ key ].woo_required ) { #>
                                        <div class="notice notice-info" style="width: auto;">
                                            <p class="wcf-learn-how">
                                                Install/Activate WooCommerce to use this template.
                                                <a    href="https://cartflows.com/docs/cartflows-step-types/"    target="_blank">
                                                    <strong><?php esc_html_e( 'Learn How', 'cartflows' ); ?></strong>
                                                    <i class="dashicons dashicons-external"></i>
                                                </a>
                                            </p>
                                        </div>
                                    <# } else { #>
                                            <a href="<?php echo CARTFLOWS_TEMPLATES_URL . 'preview/?'; ?>flow={{ data.items[ key ].id }}&title={{{ data.items[ key ].title.rendered }}}" class="preview" target="_blank">Preview <i class="dashicons dashicons-external"></i></a>
                                    <# } #>

                                </span>
                                <div class="template-id-container">
                                    <h3 class="template-name"> {{{ data.items[ key ].title.rendered }}} </h3>
                                    <div class="template-actions">

                                    <#
                                    if( data.items[ key ].page_builder.slug ) {
                                        required_plugin_group = data.items[ key ].page_builder.slug;
                                    } else {
                                        required_plugin_group = '';
                                    }

                                    if( data.items[ key ].page_builder.slug && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug] && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug].button_title ) {
                                        import_btn_title = 'Import';
                                    } else {
                                        import_btn_title = 'Import';
                                    } #>

                                    <#
                                         data.items[ key ].licence_status === 'valid';
                                          if( data.items[ key ].licence_status && 'valid' ) { #>
                                        <# if( ! data.items[ key ].woo_required ) { #>
                                        <a data-flow-steps="{{ flow_steps }}" data-required-plugin-group="{{required_plugin_group}}" href="#" class="button button-primary cartflows-step-import" data-template-id="{{ data.items[ key ].id }}">{{ import_btn_title }}</a>
                                        <# } else { #>
                                        <a href='#' class='wcf-activate-wc button-primary'>Install & activate Woo</a>
                                        <# }  #>
                                    <# }  #>
                                       
                                    </div>
                                </div>
                            </div>
                        </div>
                    <# } #>
                <# } #>
            </script>

            <?php
            // Empty Step.
            ?>
            <script type="text/template" id="tmpl-cartflows-create-blank-step">
                <div class="inner">
                    <div class="template">
                        <span class="thumbnail site-preview cartflows-flow-preview">
                            <div class="template-screenshot">
                                <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/start-scratch.jpg" />
                            </div>
                            <div id="wcf_create_notice" class=""><a href="https://cartflows.com/" target="_blank"></a></div>
                        </span>
                        <div class="template-id-container">
                            <h3 class="template-name"> Blank </h3>
                            <div class="template-actions">
                                <a href="#" class="button button-primary cartflows-step-import-blank"><?php esc_html_e( 'Create', 'cartflows' ); ?></a>
                            </div>
                        </div>
                    </div>
                </div>
            </script>

            <?php
            // Templates data.
            ?>
            <script type="text/template" id="tmpl-cartflows-steps-list">
                <# if ( data.items.length ) { #>
                    <# for ( key in data.items ) { #>
                    <#
                        var flow_steps = [];
                        if( data.items[ key ].flow_steps ) {
                            flow_steps = data.items[ key ].flow_steps.map(function(value,index) {
                                return value['id'];
                            });
                        }
                        #>
                        <div class="inner">
                            <div class="template">
                                <span class="thumbnail site-preview cartflows-preview-flow-steps" data-flow-steps="{{ JSON.stringify( data.items[ key ].flow_steps ) }}" data-title="{{ data.items[ key ].title.rendered }}">
                                    <div class="template-screenshot">
                                        <# if( data.items[ key ].featured_image_url ) { #>
                                            <img src="{{ data.items[ key ].featured_image_url }}" />
                                        <# } else { #>
                                            <img src="<?php echo esc_attr( CARTFLOWS_URL ); ?>assets/images/400x400.jpg" />
                                        <# } #>
                                    </div>
                                    <div id="wcf_create_notice" class=""><a href="https://cartflows.com/" target="_blank"></a></div>

                                    <#
                                    data.items[ key ].licence_status === 'valid';
                                    data.items[ key ].flow_type === 'pro';
                                    if( data.items[ key ].woo_required ) { #>
                                        <div class="notice notice-info" style="width: auto;">
                                            <p class="wcf-learn-how">
                                                Install/Activate WooCommerce to use this template.
                                                <a href="https://cartflows.com/docs/cartflows-step-types/" target="_blank">
                                                    <strong><?php esc_html_e( 'Learn How', 'cartflows' ); ?></strong>
                                                    <i class="dashicons dashicons-external"></i>
                                                </a>
                                            </p>
                                        </div>
                                    <# } else { #>
                                            <a href="<?php echo CARTFLOWS_TEMPLATES_URL . 'preview/?'; ?>step={{ data.items[ key ].id }}&title={{{ data.items[ key ].title.rendered }}}" class="preview" target="_blank">Preview <i class="dashicons dashicons-external"></i></a>
                                    <# } #>

                                    <# if( data.items[ key ].flow_type === 'pro') { #>
                                        <span class="wcf-flow-type pro"><?php esc_html_e( 'Pro', 'cartflows' ); ?></span>
                                    <# } #>
                                </span>
                                <div class="template-id-container">
                                    <h3 class="template-name"> {{{ data.items[ key ].title.rendered }}} </h3>
                                    <div class="template-actions">

                                    <#

                                    var step_slug        = data.items[ key ].step_type.slug || '';
                                    var step_title       = data.items[ key ].step_type.name || '';
                                    var import_btn_title = 'Import';


                                    var required_plugin_group = '';
                                    data.items[ key ].licence_status === 'valid';
                                    data.items[ key ].flow_type === 'pro';
                                   
                                   
                                    if( data.items[ key ].page_builder ) {
                                        required_plugin_group = data.items[ key ].page_builder.slug;

                                        if( data.items[ key ].page_builder.slug && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug] && CartFlowsImportVars.required_plugins[data.items[ key ].page_builder.slug].button_title ) {
                                            import_btn_title = CartFlowsImportVars.required_plugins[ data.items[ key ].page_builder.slug ].button_title;
                                        }
                                    }
                                    #>

                                    <# if( data.items[ key ].licence_status && 'valid' === data.items[ key ].licence_status ) { #>

                                        <# if( ! data.items[ key ].woo_required ) { #>
                                        <a data-slug="{{step_slug}}" data-title="{{step_title}}" data-flow-steps="{{ flow_steps }}" data-required-plugin-group="{{required_plugin_group}}" href="#" class="button button-primary cartflows-step-import" data-template-id="{{ data.items[ key ].id }}">{{ import_btn_title }}</a>
                                        <# } else { #>
                                        <a href='#' class='wcf-activate-wc button-primary'>Install & activate Woo</a>
                                        <# }  #>

                                    <# } #>
                                       
                                    </div>
                                </div>
                            </div>
                        </div>
                    <# } #>
                <# } #>
            </script>
How and where to use this code?
 
este erro aparece:

O pacote não pôde ser instalado. PCLZIP_ERR_BAD_FORMAT (-10): Não foi possível encontrar a assinatura do fim do registro de diretório central
 
you have issues in your webserver linux.
try disabling gzip compression globally for .zip files in apache/nginx config

if you have no idea what i just said, you should not host your own server by yourself !!!
at least use serverpilot / moss.sh / runcloud if you must do it yourself,
or get managed hosting like cloudways which is cheap and includes VM price for linode/digitalocean/vultr


este erro aparece:

O pacote não pôde ser instalado. PCLZIP_ERR_BAD_FORMAT (-10): Não foi possível encontrar a assinatura do fim do registro de diretório central
 
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