Hi @ariaza, thanks for the effort! wc-ajax=get_refreshed_fragments
is usually loaded in the background to update the mini-cart without refreshing the page, and shouldn’t be a destination link.
There’s a good explanation of what “cart fragments” is and how it works here, and even a code snippet for how to disable it in certain circumstances.
Is there a way to see what is causing the issue one the page code?
I can see on your site that the cart icon sits in your menu bar, and it links directly to that URL – which it shouldn’t – but it’s not clear how it ended up that way. I do also see that that menu item code contains referenced to “bc”, like bc-menu-cart-icon
and bc-mnc__cart-link-count-circle
. The rest of your menu items do not contain similar references, which may be a clue as to its origin.
Looking at your site’s source for anything that matches, I see reference to bc-menu-cart-woo
, which leads me to this plugin – it has a notice that says it was closed in March due to security issues. So, regardless of whether or not this is the culprit, for the sake of your site’s security, you may want to consider removing it completely from your site (not just deactivate it, but also delete it).
When you disable that plugin, what happens to the Cart menu item?
If the issue persists:
- With only Storefront and WooCommerce enable this should definitely not happen, and may indicate that it’s an artificially added menu item with an absolute link (one that is not programmatically added and/or updates). To check your menu items will depend on the active theme, but start by going to WP Admin > Appearance > Menus, find the Cart menu item, and check if its destination URL. If you can remove it, it might be good to try and see the results.
- If the issue persist, share the site’s System Status Report. Follow the instructions, find the
Copy for GitHub
button, click it, then paste your device’s clipboard contents in your next reply.
Let us know how it turns out.