BigCommerce-Schablone - Abrufen benutzerdefinierter Produktfelder in Product Card

Ich versuche, die @ jedes Produkts abzurufecustom_fields -Daten auf den Kategorielistenseiten in BigCommerce Stencil. Diese DokumentationHie und die folgende JSON-Produktdarstellung lassen vermuten, dass dies nicht möglich ist.

Es fällt mir schwer zu glauben, dass diese Funktionalität in Stencil nicht enthalten ist, da sie in Blueprint verfügbar ist.

{
    "id": 691,
    "name": "Archipelago Botanicals - Pomegranate Lip Gloss",
    "url": "http://******.mybigcommerce.com/archipelago-botanicals-pomegranate-lip-gloss/",
    "brand": {
      "name": "Archipelago Botanicals"
    },
    "rating": 0,
    "availability": "",
    "summary": "Pomegranate lip gloss leaves lips hydrated, shiny and smooth. Apply liberally.Net Weight: 0.42 oz. / 12 g Mineral Oil, Polybutene, Octyidodecanol, Butylene, Ethylene, Styrene Copolymer, Ethylene, Propylene, Styrene Copolymer, C18-36 Acid Triglycerides, Fr",
    "image": {
      "data": "https://cdn3.bigcommerce.com/*****/images/stencil/{:size}/products/691/41439/arbopolipgl__77026.1464267682.jpg?c=2",
      "alt": "Archipelago Botanicals - Pomegranate Lip Gloss"
    },
    "date_added": "Apr 7th 2016",
    "qty_in_cart": 0,
    "pre_order": false,
    "has_options": false,
    "show_cart_action": false,
    "price": {
      "without_tax": {
        "formatted": "$5.00",
        "value": 5
      },
      "rrp_without_tax": {
        "formatted": "$12.50",
        "value": 12.5
      },
      "saved": {
        "formatted": "$7.50",
        "value": 7.5
      },
      "tax_label": "Tax"
    }
  },

Fehlt mir etwas oder ist diese Funktion derzeit nicht auf Stencil verfügbar?

Hat jemand eine kreative Lösung gefunden, um diese Daten in jeder Produktkarte abzurufen?

Vielen Dan

Antworten auf die Frage(2)

Ihre Antwort auf die Frage