Hi @asarinboy,
Thanks for your query and for reaching out to us.
We are trying to understand what is the intent to add the ATC button between checkout and continue shopping link?
What exactly need to add by that button?
Can you show any site that having this kind of button here?
Happy to review and guide you futher.
Thanks
Team Funnelkit
Hello,
It turns out that my first post was wrong, what I needed was a button for the Cart page between checkout and continue shopping. Like this https://prnt.sc/8jxtV6QwI2XL
-
This reply was modified 2 years, 5 months ago by
asarinboy.
Hello,
I tried this short code but doesn’t appear in mini cart.
// Add cart button to side mini cart
add_action(‘fkcart_before_checkout_button’, function(){
?>
View Cart
<?php
} );
Hi @asarinboy,
Sure, here is the correct snippet that you can add to your site’s functions.php file
https://gist.github.com/xlplugins/8748859eb1cc907d7650078c4158f84d
Output https://i.imgur.com/2BVAxGu.png
You can style the button with CSS under the snippet.
Let us know if any follow-up questions.
Thanks
Team Funnelkit
Thank you, I already fix this issue, I’ll find on how to fix this in older concern here. Thanks