This Catalyst project supports the lab work for BigCommerce Catalyst Essentials.
- Node.js 20 or later
Copy the starter branch.
pnpm create next-app@latest -e \
https://github.com/bigcommerce-edu/lab-catalyst-faqs/tree/starter \
/path/to/working/directory
Custom query/component to load "FAQs" on product detail page.
Requires metafields on a product matching the following details:
namespace
: "FAQ"permission
: "read_and_sf_access"value
: JSON string matching the following schema:
{
"question": "Question string",
"answer": "Answer string"
}
Fresh setup:
pnpm create next-app@latest -e \
https://github.com/bigcommerce-edu/lab-catalyst-faqs/tree/lab-faq-enhancements-start /path/to/working/directory