0

I am trying to add wish list functionality to the Big Commerce category.html. I have exposed wish lists to the page using the below frontmatter, but customer.wishlists always returns null instead of a list of wish lists (my user has two created).

Frontmatter - category.html

---
category:
    shop_by_price: true
    products:
        limit: {{theme_settings.categorypage_products_per_page}}
customer:
    wishlists:
        limit: 10
---

Context

"customer": {
"id": 1,
"name": "user name",
"email": "user@email.co.uk",
"phone": "",
"store_credit": {},
"shipping_address": {},
"recently_viewed_products": null,
"wishlists": null,

Anyone have ideas of why this isn't returning the correct data? Have I missed a step maybe?

starball
  • 20,030
  • 7
  • 43
  • 238
moody1208
  • 437
  • 1
  • 4
  • 19

0 Answers0