Skip to content

Commit

Permalink
Update mt-cart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 8, 2024
1 parent 04b19d1 commit 19a03ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ function mt_generate_cart_table( $cart, $format = 'cart' ) {
} else {
$hidden = '';
}
$total = $total + ( $price * $count );
$total = $total + ( $price * $count );
/**
* Show custom fields associated with individual cart items.
*
Expand Down

0 comments on commit 19a03ab

Please sign in to comment.