From cd455741e59199704e36a671d2adeeec542e6284 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 13 May 2025 10:20:46 -0700 Subject: [PATCH] docs: remove link to outdated ecommerce template from stripe plugin docs (#12353) Closes https://github.com/payloadcms/payload/issues/12347 We previously linked to a non existent ecommerce template and example from the stripe plugin docs. --- docs/plugins/stripe.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/plugins/stripe.mdx b/docs/plugins/stripe.mdx index bb7a4141a..214267f0a 100644 --- a/docs/plugins/stripe.mdx +++ b/docs/plugins/stripe.mdx @@ -309,7 +309,3 @@ import { ... } from '@payloadcms/plugin-stripe/types'; ``` - -## Examples - -The [Templates Directory](https://github.com/payloadcms/payload/tree/main/templates) contains an official [E-commerce Template](https://github.com/payloadcms/payload/tree/main/templates/ecommerce) which demonstrates exactly how to configure this plugin in Payload and implement it on your front-end. You can also check out [How to Build An E-Commerce Site With Next.js](https://payloadcms.com/blog/how-to-build-an-e-commerce-site-with-nextjs) post for a bit more context around this template.