The idea of this plugin is amazing, I had previously left a comment of the improvements but they never take into account the comments.
]]>hello
how can change cart title tag? now it’s h1 and I want to change it to p tag or span. is it possible with this plugin?
Screenshot expires in 6 days
second thing, can translate add a product to see here
]]>Hi
Awsome plugin. Just need to be able to customize the redirection after clicking “Continue Shopping” on the floating cart. In my case I want to redirect the user to the shop page.
]]>The settings page in Theme customizer is not active and I can’t apply the settings with the latest version of the wordpress 6.4.1
]]>There’s a bug in the CSS file located at /assets/css/admin.css. The class “.tabs-content div:not(:first-child) { display: none; }” is causing some divs to disappear in other plugins as well. Cheers!
]]>Hi the plugin is awesome but I wish it had more icons for the cart, there is a bug in the colors no matter how much I configure them it never changes in the Front-End.
The trash can would be great to have more icons.
Add improvements in the position of the icon or bubble.
I recommend you to see the plugin called XT Floating Cart I know you can improve the plugin Finest Floating Cart for WooCommerce.
I hope you can make these changes soon, we would all appreciate it, I have already looked at other comments and they ask for almost the same thing that I have encountered as problems.
]]>Hey, I love the plugin, it solves some issues I had. One issue I had is that the shopping bag icon is missing (shows empty rectangle). Do you know what could be causing that?
]]>I have a coupon code “Welcome2023”, When I apply coupon code, it does not reflect any discount.
Also I want to restrict Cart Icon only to Cart Page, Now when I add the new products, this Cart Icon distract the products data Saving.
Is there any way to change the Cart Icon to other place or keep it floating.
]]>Hi, i started to develope a new website where, i tested finest floating cart.
It looks good and seems to be lightweight something who is good for performance on site.
But i miss a way to get the cart icon with counting in header as shortcode or in main menu. Is there a way to do this or at least if i use another cart icon make it link to the minicart of finest floating cart.
]]>hello, how to change tag H1 to p (finest-cart-ttile) ?
]]>In include/functions.php:
$csuccesfully = get_theme_mod( 'coupn_field_empty', 'Coupon Applied Successfully' );
This line should be:
$csuccesfully = get_theme_mod( 'coupn_code_applied', 'Coupon Applied Successfully' );
This issue happens when get_theme_mod returns the custom value instead of the default value.
]]>After clicking “Apply” next to “Coupon code”, no success or error message is shown.
I found that the finest-mini-cart/assets/js/frontend.js file is not written correct, so the nonce and security values were not submitted correctly.
The original code is:
jQuery.ajax({
nonce: jQuery( '#finest-nonce' ).val(),
security: finest.nonce,
url:finest.ajaxurl,
type:'POST',
data:'action=finest_coupon_ajax_call&coupon_code='+couponCode,
I changed it to:
jQuery.ajax({
url:finest.ajaxurl,
type:'POST',
data: {
action: 'finest_coupon_ajax_call',
coupon_code: couponCode,
nonce: jQuery( '#finest-nonce' ).val(),
security: finest.nonce
},
Please check if my fix is correct and roll out an update officially (as I should not edit this file).
]]>