Hello,
I am experiencing an issue with the cart menu point when using the sidecart plugin. The "Cart" menu point switches to "CartCart" after the page has loaded.
Here's what I found so far:
– Changing browsers doesn't make a difference.
– Changing the word "Chart" to something else does't change the behaviour, then the new word is doubled (it's not a fixed "CartCart" no matter what I call the menu point).
– For half a second it's just a single "Cart" then there appears to be an event that changes it to "CartCart". My browser shows me an event within a div with the class "xoo-wsc-modal" which could be where the issue is but thats just a wild guess since my coding skills are really basic.
I found the same issue in the forum, all the posts link to this post. There the final solution is to just not use the side cart which is not really a solution to the issue since using the plugin is recommended and it's even customised for laytheme?
I tried using the code that @Richard suggested in the post mentioned above;
jQuery('.laycart span').text('Warenkorb');
but then the "Cart" just completely dissapears (after the event was triggered) leaving the "(0)" behind it as a working cart menupoint.
Since the flying cart semms to be working perfectly in the official sample shop the has to be a solution for this? Can anybody help me?
Thank you, Leon