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

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

No permission to download
Jul 24, 2019
48
20
8
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
 
Jul 24, 2019
48
20
8
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.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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.
 

furqanafzal

New member
Nov 7, 2019
15
3
3
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.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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>
 

tanierlyons

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

vinaythoke

Member
May 11, 2019
40
24
8
webhugo.com
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?
 

WillSato

New member
Feb 24, 2020
1
0
1
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
 
Jul 24, 2019
48
20
8
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
 

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