By Tay Moore | June 28, 2016
Categories: Mozu Developers & Users
Arc.js is a powerful tool that helps developers build a more robust shopper experience. Arc.js opens up the Mozu API in such a way that you can bind actions on API calls and alter the commerce model before it is sent to the front end.
Tags: Arc.js, Fulfillment, Shipping
By Fernando Cano | May 3, 2016
Categories: Mozu Developers & Users
Java provides excellent logging capabilities that allow you to implement a logging strategy that is easy to code, easy to change, and standards based. This blog demonstrates how to use sl4j, a logging abstraction layer that allows you to select between various logging frameworks for your logging purposes (in our example, we choose log4j). You can apply this logging strategy to a standard Java application or to a Mozu Java SDK application.
Tags: Developer, Mozu, Applications, logging, Mozu Java SDK
By Steven Grey | April 8, 2016
Categories: Mozu Developers & Users
As part of our continued improvements to the Mozu platform, we have launched updated reporting tools to our updated Admin. We wanted to give business users a quick glance review of your commerce activity. Plus, it also gives you the ability to export the data with these tools in order to do your own analysis in spreadsheets or to be imported into other systems for deeper analysis.
By Sanjay Mandadi | March 31, 2016
Categories: Mozu Developers & Users
Out of the box, Mozu integrates – and maintains Level 1 PCI compliance for – many of the most commonly-used payment gateways (Authorize.Net, Worldpay, Pal Pay Pro, etc.). These standard options are more than sufficient to launch a site that processes all major credit cards. However, many payment companies are now providing – and many customers are now expecting – express checkout options. Simply speaking, an express checkout option allows the customer to complete secure transactions without providing full credit card details.
Tags: Integrations
By Bob Hewett | March 31, 2016
Categories: Mozu Developers & Users
This article discusses in more detail how to efficiently handle Mozu events in your Mozu integration application. It is an in-depth extension of the post Best Practices for Handling Mozu Event Notifications.
By Ben Cripps | March 30, 2016
Categories: Mozu Developers & Users
Mozu Themes are large front-end applications that require maintenance, versioning, packaging, and other development tasks (such as linting, transpiling, and minification). The Mozu Theme Generator makes these tasks simple for any developer, by providing them the command line tools to interact with their theme in many different ways. In this blog, we will discuss how to get started with your new theme, how to use the build tools packaged with the generator, and how to manage and merge changes from the Mozu Core Theme into your own custom project.
By Allen-Michael Grobelny | February 22, 2016
Categories: Mozu Developers & Users
We’ve come a long way through this series. You’ve created a server that can intercept Mozu events, validate those events using tools within the Mozu Node SDK, and create an ApiContext object based on the data presented by the events you capture. Now, we need to create a way to handle each event type that Mozu may present to our application. For that, I’ve built you a Dispatcher.
By Tiffany Wuthrich | February 12, 2016
Categories: Mozu Developers & Users
Over the past years, Mozu has evolved into a strong enterprise platform supporting the needs of numerous merchants and marketing teams. While we put a lot of energy into building a simpler approach to managing an ecommerce catalog and content, we received a lot of positive feedback as well as constructive improvements suggestions. We have heard you and the result is a brand new Mozu admin interface that is about to roll out throughout sandboxes and within a few weeks, across production tenants.
By Rahul Pruthi | February 5, 2016
Categories: Mozu Developers & Users
No matter if you are an eCommerce pure player or an omni-channel seller, there is no disputing that the weeks following the holiday season are usually the busiest. Maximizing profitability requires smart inventory and merchandising planning to be done to reduce liability of product stock on-hand. One way to do that is to push products in the right quantities out the door to make room for fresh stock for the new, upcoming season.
Tags: Merchandising, Discounts, Inventory management, Marketing tools
By James Zetlen | January 28, 2016
Categories: Mozu Developers & Users
Mozu’s theme engine has been one of the most powerful parts of our platform since its inception, and I don’t just say that because I made lots of it. The frontend and Digital Experience team here at Mozu has worked for years to strike the perfect balance between ease of use, flexibility, and maintainability. Some of our inventions, like Hypr and Hypr Live, have proven to be really powerful systems for making simple, SEO-friendly webpages that smoothly enhance until they behave like powerful Web apps. The organization and modularity in the Core Theme have made it easy to navigate between areas of functionality without losing your bearings, even as a novice to our system. Dozens of gorgeous experiences are built on the single codebase of the Mozu Core Theme, and you’d never know it to look at them or use them. Flexibility, we nailed.
Tags: Developer, Mozu, Theme, Theme engine, Grunt