countdown timer on the checkout page
Is there a countdown timer on the checkout page to remind people to hurry? Also, is there a countdown timer displayed in the coupon code entry field to speed up the discount?
]]>Greeting, I’m using checkout upsell funnel free plugin. I just added more than 10 products in upsell but only 6 or 8 showing. I want to add more when I have tried to put more products they are not showing on checkout page. I have increased limit to 30 products as well but did not get the result. Kindly check it and provide me solution about it. thanks
]]>Hi!
I have used your pro version, the plugin is not active at the moment though. I do see that I have this option in the database autoloaded: viwcuf_woo_checkout_upsell_funnel.
I guess it is from your plugin? Will it then be safe to delete since I dont use your plugin at the moment?
I also have this options autoloaded in database:
villatheme_hide_notices_june2024 (and similar with other month) I can delete them too?
Thanks
]]>when I have a product in the cart and go to payment, at the bottom I have suggested products that have a lower price and when I click to add them to the order, the “parsererror” error occurs
]]>hi,
my webdev person set up upsell plugin on my staging site, and the discount text displays the old price in black bold with strike thru, and the new discount price in red bold (which is standard display for discounts on internet) See image :
https://drive.google.com/file/d/1mYqQDJ-8B8Gi91KBc3WC_Xku5qyFGHlo/view?usp=sharing
however, when i set up my upsell on my live site, and copy the exact set up on my staging site on my live site, the price does not do the same as above. See screenshot :
https://drive.google.com/file/d/1B3q_-gDp15G_VqidpUew6xH6EVZ2Cvog/view?usp=sharing
so where is the setting to display old price in black bold with strike thru, and the new discount price in red bold
Can you adjust the price of an “order bump”?
]]>hi,
can you add more than one ” recommended product” upsell to allow for different discount offers for different products?
eg
product 1 has $5 discount
product 2 has $10 discount
Hello !
I configured Checkout Upsell Funnel as in the attached image but the carousel does not appear. I tried the different positions on the payment page but nothing works. How can I do ?
Thanks in advance !
]]>Hello, I like the plugin very much, unfortunately a few weeks ago my upsell stopped working, now I found that in the checkout it only offers products after updating the page (which no customer does). In checkout it only manifests itself by endless loading, which never stops.
How it looks: https://studijni-svet.cz/kurzy/wp-content/uploads/2024/05/checkout.png
Thank you very much for your help
]]>Hello! This plugin is great. However, when I select the plugin’s Popup mode (On popup after clicking ‘Place Order’ button) in the OceanWP theme, the funnel fails. It does not display the Popup mode but instead moves to the bottom of the theme’s page. Additionally, when I use the other two plugin modes in the OceanWP theme, I cannot choose the product variation.
]]>Thanks for your great plugin. Recently we have a problem. If the customers pick upsell items during checkout, they cannot place the order. It shows “please fill in address”. The address is actually filled.
We are using Checkout Field Manager which allows us to delete some unnecessary fields. Is there any conflict between 2 plugins?
Thanks
]]>Hi, I installed the plugin and everything looks great. On the desktop, I manage to get the products to be added to the shopping cart, but on mobile, clicking on the select area is not possible. Of course I activated the use mobile button.
]]>I installed the plugin but there is no add to cart button on the upsell funnel page…?
]]>Hi!
I want to set up a limit qty of single products you can add from funnel to cart.
Is there a snippet or indication of where you inspect to make such modification?
Thanks!
]]>When a user clicks on one of the upsell products, the product is not added to the order.
]]>Hi we use this code sippet
// remove old items in cart when new items added
add_filter('woocommerce_add_to_cart_validation', 'remove_cart_item_before_add_to_cart', 1, 3);
function remove_cart_item_before_add_to_cart($passed, $product_id, $quantity) {
if (!WC()->cart->is_empty()) {
WC()->cart->empty_cart();
}
return $passed;
}
to remove old products from the cart when someone adds to the cart a new product. This works ok.
We work with your plugin and added 3 virtual products to checkout with Upsell funnel (to sell them as extra services). When we click on one of these products it returns us an error message that the session expired.
We modifies our code to this
add_filter('woocommerce_add_to_cart_validation', 'remove_cart_item_before_add_to_cart', 1, 3);
function remove_cart_item_before_add_to_cart($passed, $product_id, $quantity) {
if (!is_checkout() && !WC()->cart->is_empty()) {
WC()->cart->empty_cart();
}
return $passed;
}
so when is checkout page exclude the code but still do the same.
How does your plugin add products to the cart? Is possible to make this work somehow?
Thanks
]]>Hello, a notice appears when I add the product
Validation failed for Este tratamiento…
]]>The checkout input fields become uneditable on mobile when using mobile mode. Also using cartflows
]]>we have disabled and enabled all of our plugins to find the reason for slow checkout, and we found that its
WooCommerce Checkout Upsell Funnel Premium
now i would like to ask you, what db table we need to index, OR if you have another workaround
]]>Hi team, I’ve activated the Checkout Upsell Funnel for WooCommerce plugin for WooCommerce and everything seems to be working well except the icon/button display in the checkout.
The {cart_icon} is not showing actual icon in checkout. I cannot make a button show up as another option either. Instead the “{cart_icon}” is showing on the front end.
Look forward to your help. It seems like a fabulous plugin otherwise.
Thanks so much.
]]>Hello!
I try to configure the plugin, setting up Upsell Funnel popup on click on Place Order button.
Add to cart button never appears in popup.
I forced it to show Add to Cart button by updating this line from this:
$html = str_replace( ‘{add_all_to_cart}’, $this->pd_template === ‘2’ ? ” : $this->get_popup_bt_alltc(), $html );
to this
$html = str_replace( ‘{add_all_to_cart}’, $this->get_popup_bt_alltc(), $html );
and still order didn’t get upsell product.
Is it some compatibility issue with new version of woocommerce, can you please help?
]]>Hello
Would love to use this plugin but looks like it doesn’t support Multisite. On Network Activation, I get this error:
Fatal error: Uncaught Error: Call to undefined function wp_is_mobile() in /app/wp-content/plugins/checkout-upsell-funnel-for-woo/includes/data.php:239 Stack trace: #0 /app/wp-content/plugins/checkout-upsell-funnel-for-woo/includes/frontend/ob-cart.php(12): VICUFFW_CHECKOUT_UPSELL_FUNNEL_Data->enable(‘ob_’) #1 /app/wp-content/plugins/checkout-upsell-funnel-for-woo/includes/functions.php(33): VICUFFW_CHECKOUT_UPSELL_FUNNEL_Frontend_Ob_Cart->__construct() #2 /app/wp-content/plugins/checkout-upsell-funnel-for-woo/includes/define.php(31): villatheme_include_folder(‘/app/wp-content…’, ‘VICUFFW_CHECKOU…’) #3 /app/wp-content/plugins/checkout-upsell-funnel-for-woo/checkout-upsell-funnel-for-woo.php(40): require_once(‘/app/wp-content…’) #4 /app/wp-settings.php(373): include_once(‘/app/wp-content…’) #5 /app/wp-config.php(115): require_once(‘/app/wp-setting…’) #6 /app/wp-load.php(50): require_once(‘/app/wp-config….’) #7 /app/wp-admin/admin.php(34): require_once(‘/app/wp-load.ph…’) #8 /app/wp-admin/network/admin.php(13): in /app/wp-content/plugins/checkout-upsell-funnel-for-woo/includes/data.php on line 239
This is with all other plugins deactivated. WordPress 6.0.2
]]>For Order Bumps, you can specify a Title Message like this:
Add now with <span style="color:red">15% Discount</span>?
Unfortunately, when trying to do the same with the Upsell Funnel, the HTML Tags will get removed after saving. I hope this cleaning can be removed with an update.
Thanks!
]]>I want do add this line into the Upsell Funnel Custom CSS Textbox:
.vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-wrap>div {margin-bottom: 15px; }
Unfortunately, after saving the line changes to this:
.vi-wcuf-us-swatches-popup-wrap-wrap .vi-wcuf-swatches-control-wrap>div {margin-bottom: 15px; }
Of course, the CSS doesn’t work anymore after > was replaced with >.
]]>Hi!
Thank you for this helpful plugin!
I’ve seen the {discount_amount} and {discount_type} “Shortcodes” are available when defining the Upsell Funnel Title message.
I need that also for the Order Bumps Title message!
So I’m able to do something like
“Add now and save {discount_amount}!”
Thanks!
]]>Hi:
Loving the plugin. On the UPSELL FUNNEL VARIATION POP-UP WINDOW, the ADD TO CART BUTTON and TYPE are hidden until you hover over them. How / where can I style this button so customers can see it without hovering?
Here’s a screenshot BEFORE hover: https://bit.ly/3uTVxoM
Here’s a screenshot WITH hover: https://bit.ly/3gPpo9A
Thanks in advance for your help!
]]>