Forum Replies Created
-
AuthorPosts
-
Yes it works now. Thank you
I noticed before the page completely loads, the link leads to the cart. But after it has fully loaded, it leads to the #
Hi,
It still doesnt work. the link would be a # and it does not go to the cart.
Hi I have renewed support for another 6 months.
Any updates on this?
I have changed the code and the shopping cart icon is not redirecting me to the cart page. So I reverted the change first.
This reply has been marked as private.Hi it disabled the minicart, however it does not redirect to the cart, the shopping just refreshes the page.
I have removed the code for now.
Hi do you have any update on this?
this code does not disable the minicart when I click on the shopping bag icon. I want it to go to the cart page not the mini cart slider.
if ( ! function_exists( ‘jas_claue_wc_shopping_cart’ ) ) { function jas_claue_wc_shopping_cart() { global $woocommerce; // Catalog mode $catalog_mode = cs_get_option( ‘wc-catalog’ ); if ( $catalog_mode ) return; $output = ”; $output .= ‘
‘; $output .= ‘‘; $output .= ‘<i class=”pe-7s-shopbag”></i>’; $output .= ‘<span class=”pa count bgb br__50 cw tc”>’ . esc_html( $woocommerce->cart->get_cart_contents_count() ) . ‘</span>’; $output .= ‘‘; $output .= ‘‘; return apply_filters( ‘jas_claue_wc_shopping_cart’, $output ); } }
I am not using a child theme. I am directly using the theme.
-
AuthorPosts