Skip to content

Commit

Permalink
custom cart
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetaR committed Jan 28, 2025
1 parent 8ec87a7 commit c8e16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/widgets-manager/widgets/cart/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ protected function render() {
<?php
} else {
?>
<div class="hfe-menu-cart__toggle elementor-button-wrapper">
<div class="hfe-menu-cart__toggle">
<a id="hfe-menu-cart__toggle_button" href="<?php echo esc_url( wc_get_cart_url() ); ?>" class="elementor-button hfe-cart-container" aria-label="<?php esc_attr_e( 'Cart', 'header-footer-elementor' ); ?>">
<?php if ( null !== WC()->cart ) { ?>
<span class="elementor-button-text hfe-subtotal">
Expand Down

0 comments on commit c8e16bd

Please sign in to comment.