npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mozu-core-theme

v7.0.1

Published

The core storefront theme for Mozu.

Downloads

44

Readme

Upgraded Mozu Core Theme

This release includes an upgraded Core theme called Core7.

What's New

  • Enhanced widget controls
  • Ability to automatically hide empty categories
  • Ability to display duty fees
  • Ability to display and accept Japanese Credit Bureau (JCB) credit cards
  • Ability to store affiliate tracking strings in Cart
  • Resolved issues with theme files
  • Other enhancements listed in Mozu Release Notes.

Upgrading to Mozu Core Theme Version 7

You must manually upgrade themes that extend Core4, Core5, and Core6 to use Core7 instead. We recommend user acceptance, automated unit, and end-to-end testing of your site to ensure Core7 works for your site.

  1. If you are using the Mozu Base Blank Theme, then just run grunt updatereferences from the command line and skip to step 5.

  2. Download Core7 from GitHub.

  3. If you aren't using source control that allows you to rewind changes, make a backup copy of your theme before proceeding. If you are using source control, we suggest making a branch of your theme.

  4. Unzip your download and copy it to your theme's references directory alongside Core4, Core5, and Core6.

    You should have four directories now in references: references/core4, references/core5, references/core6, and references/core7. Because the themes sit side by side with each other, you can easily diff the two themes and reference work you've done in previous versions of Core. However, the differences between Core6 and Core7 are also here: https://github.com/Mozu/core-theme/compare/core6...master

  5. Change the extends property in your theme.json to this:

"extends": "Core7",
  1. Merge the Core7 version of commonly overridden files, such as stylesheets/storefront.less and the outer Hypr templates.

  2. Install your new Core7-based theme on a development sandbox and activate it.

  3. Activate Debug Mode in the storefront by adding the query parameter debugMode=true to any storefront URL.

  4. Visually examine your theme for problems.

  5. Test your site for issues: view a category, search for products, configure a product, manipulate the cart, check out and place an order, make changes to your account page, etc.

  6. Make any necessary corrections based on visual errors or console errors.

  7. Repeat steps 11 and 12 until your theme is free from errors and regressions.