Blog Sections Open
Removing Shopkeeper Cart Items Without AJAX Refresh
How to switch a Shopkeeper cart flow back to full-page removal when custom JavaScript makes the default AJAX behavior too fragile.
AJAX cart removal is convenient until the surrounding cart UI depends on custom scripts that do not re-bind correctly after partial refresh. In that case the fastest stable fix is often to fall back to a full-page reload for item removal.
Why Teams Do This
- custom checkout scripts are easier to keep stable on a full reload
- complex helper blocks do not need manual re-initialization after every AJAX update
- the checkout flow becomes easier to debug
If your cart is heavily customized, a classic page refresh can be the more reliable user experience. Stability at checkout is usually more important than saving one partial reload.
Showing TinyMCE Font Sizes in Pixels Instead of Percentages
How to adjust TinyMCE configuration so editors see familiar pixel-based font-size options instead of percentage values.
Rendering a ddYMap Field on the Public Site
How to take manager-side map data from mm_ddYMap and output the corresponding map on the frontend with the ddYMap snippet.