This topic has 13 replies, 5 voices, and was last updated 3 months, 2 weeks ago ago by Luca Rossi
hey
the quantity not updating at cart page on mobile
here is a video that explain : https://www.veed.io/view/adbbf6eb-38ca-49a2-b2a5-6893ef7cf1c7?panel=share
please if u can do it as fast as possible
Hello, Tal,
Thank you for reaching out to us.
Please update the theme and plugins on your site – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/
Thank you for your cooperation and we look forward to hearing from you soon.
Best Regards,
8Theme’s Team
still not working
there is any soultion?
Hello, Tal,
We appreciate your prompt response.
Please provide FTP access also.
Best Regards,
8Theme’s Team
hey added the ftp details:
Hi @Tal,
We’ve applied the HOTFIX again and our developteam is working on it:
add_action('wp_footer', 'n2t_wp_footer', 99);
function n2t_wp_footer() {
?>
<script>
!function($) {
"use strict";
$(document).on('change', '.woocommerce-cart-form .qty', function(){
var value = $(this).val(),
name_d = $(this).attr('name'),
name = name_d.replace('qty_duplicated', 'qty');
$('select[name="'+name+'"]').val(value);
});
}(jQuery);
</script>
<?php
}
This issue should be fixed in next updates.
Sorry for this inconvenience!
Best Regards,
8Theme’s Team
Does the code provided above fix the quantity not updating issue?
Dear @Nye Jones,
We kindly request that you initiate a new topic and furnish us with the URL of your website, along with the WordPress Administrator credentials, including both the username and password. This will enable us to thoroughly examine the matter at hand.
We appreciate your cooperation.
Best Regards,
The 8Theme Team
Hi,
The last theme version doesn’t resolve it.
I have the same issue on my website. Please find FTP access here.
Thank you !
David
Dear @Shady021,
We hope this message finds you well. Could you kindly recheck the information at your earliest convenience?
For future reference, we kindly request that you create a separate ticket for each issue. This will enable us to provide you with more efficient and organized assistance.
Thank you for your cooperation.
Best Regards,
The 8Theme Team
Thanks it’s working now !
Glad to hear everything is working fine now.
The issue related to '‘quantity not updating on cart page on mobile’' has been successfully resolved, and the topic is now closed for further responses