Jump to content

Product quantity won't update on cart checkout page


Recommended Posts

This is issue #1732 in the Github.

Check your copy of the Foundation skin's /js/2.cubecart.js file, near line 403. For CC6.1.11 and after, it should read:

    if(Foundation.utils.is_small_only()) {
        grid_view(0);
        $('#content_checkout_medium_up').remove();
        $("[checked]").prop("checked",true);
    }
    if(Foundation.utils.is_medium_up()) {
        $('#content_checkout_small').remove();
        $("[checked]").prop("checked",true);
    }

If this happened just after the upgrade, maybe your browser is still using a cached copy of this javascript file.

Is there a web address we can examine?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...