{
requestAnimationFrame(() => {
const submenuEls = $el.getElementsByClassName('toggle-menu');
const visible = Array.from(submenuEls).filter(el => !el.classList.contains('toggle-menu-hidden'));
if (visible.length == 0) {
$store.xHeaderMenu.openHamburgerMenu = false;
}
});
}, 400);
$store.xHeaderMenu.overlay = false;
}"
>
Tips
How to choose the best Shopify plan? Easily calculate it using our plan calculator.
on Oct 22 2025
Unsure which Shopify plan to choose? Easily compare the costs of Basic, Shopify, and Advanced plans using our plan calculator designed specifically for Taiwanese businesses, and find the option that best suits your business needs.

