Nawaz Gafar

  • Total activity 63
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 32

Activity overview

Latest activity by Nawaz Gafar
  • Nawaz Gafar created an article,

    Providing Nacelle Support Contentful Access

    This guide details the steps required to provide Nacelle Support access to your organization's Contentful space. This is typically done for debugging purposes. To learn more about connecting Conten...

  • Nawaz Gafar created an article,

    Why Am I Seeing the NacelleReference Message?

    This article is meant to be a high-level explanation of why the NacelleReference message is displayed, if you would like steps to resolve this issue consult this article.  If you're reading this ar...

  • Nawaz Gafar created an article,

    Using Fuse.js With Nacelle

    The Fuse.js library provides users with an easy way to perform client-side search.  Installation We'll start by creating a new React project, and installing Fuse.js (you can also use Yarn, or a CDN...

  • Nawaz Gafar created an article,

    Programmatically Removing Content Entries (V1)

    Please note, this guide is specific to Nacelle V1, for V2 users please refer to our Ingestion API docs. You may occasionally want to remove multiple entires from the Nacelle index. While our recomm...

  • Nawaz Gafar created an article,

    Tracking Client-Side Requests

    Having a large number of client-side requests can result in longer load times, and decreased site performance. In most cases client-side requests can be refactored to occur during a site's build/de...

  • Nawaz Gafar created an article,

    Converting a Variant ID to Nacelle Entry ID

    In Nacelle V2 each product variant has its own nacelleEntryId. This ID is used by the shopify-cart package to, as the name suggests, add specific items to a users cart. However, when using the Comp...

  • Nawaz Gafar created an article,

    Troubleshooting Preview Data

    Nacelle provides both an API and an SDK for previewing unpublished data from Contentful and Sanity. For more information on getting started we recommend reading our documentation. Additionally, her...

  • Nawaz Gafar created an article,

    Converting Shopify ID to Nacelle Entry ID

    In the process of developing your site you may find that you only have access to a product's Shopify ID, but you'd like to find the product in Nacelle. In these instances you'll need to first conve...

  • Nawaz Gafar created an article,

    Fixing Nacelle Reference Errors

    If you see a "Cannot find a Nacelle reference" message, a simple solution is to perform a full content re-index. You are most likely to observed this message in content entries, under the "fields" ...

  • Nawaz Gafar created an article,

    Preserving the Order of Content Requests

    When requesting multiple content entries via the Storefront-SDK, you might assume that the order of the content will match the order in which it was requested. However, this is not always the case,...