Open Issues Need Help
View All on GitHubFree, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.
Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.
AI Summary: This task requires adding a 'tags' field to the Product model in a Next.js/Express e-commerce platform. This involves updating the backend database schema, modifying the admin dashboard to allow tag input and editing (likely using MUI Autocomplete), and integrating the tags into the product page's metadata for SEO purposes. Optionally, the tags could also be visually displayed on the product page.
Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.
AI Summary: Create a script to restore a PostgreSQL database from a zip backup. The script should unzip the backup, restore database data from `db_data.json`, and upload images from the backup's `images` folder to blob storage, updating image URLs in the database accordingly. The script should handle the specific folder structure created by the existing backup script.
Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.
AI Summary: Integrate the `next-intl` library into the Next.js e-commerce application to enable server-side rendering (SSR) for translations. This involves adding the necessary `next-intl` configuration, updating components like `product-buttons.tsx` to use `<FormattedMessage />` for translated text, and creating or adapting translation JSON files. The goal is to provide translated text for phrases such as "Add to Cart" that are rendered on the server.
Free, modern, and accessible e-commerce platform built with Next.js 16 and Payload CMS. Features a dynamic storefront, flexible content management, and a production-ready commerce flow.