26 Commits

Author SHA1 Message Date
Chloe
eb9b6a9e59
fix reset search on filters
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-09 07:22:02 +07:00
tedraykov
7c9bc1f786 add core return to orders 2024-07-08 17:48:27 +03:00
Chloe
ebbc8f053c
support dynamic content on PLP
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-07 15:05:15 +07:00
Chloe
cc2c79764d
add PDP content
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-07 11:09:24 +07:00
Chloe
7e9a84aaae
add dedicated filters for models and years
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-05 15:06:58 +07:00
Chloe
37c603f64b
add inlinks for engine sites
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-03 15:00:38 +07:00
Chloe
4673120ddc
support url rewrite for migration
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-02 18:03:57 +07:00
Teodor Raykov
eec6518905
Merge pull request #5 from Car-Part-Planet/CPP-152
Order Confirmation
2024-07-01 23:06:15 +03:00
tedraykov
64a666f34a polish order confirmation in orders list and order details pages 2024-07-01 22:42:02 +03:00
Chloe
c188147bd9
support multi brands site
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-29 07:30:08 +07:00
tedraykov
f4f6edcd9a Order Confirmation 2024-06-28 18:21:44 +03:00
Chloe
d801de0cf1
finish activate warranty logic
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-26 09:44:58 +07:00
Chloe
0bf01447f6
set up admin api
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-25 10:58:06 +07:00
Chloe
b2efb59f5c
feat: add activate warranty form
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-24 22:28:06 +07:00
tedraykov
cc9def4035 resolve build errors 2024-06-20 15:34:42 +03:00
tedraykov
b47f13e2d8 revert lib/utils refactoring 2024-06-20 14:59:27 +03:00
tedraykov
8749b8aaec add order details page 2024-06-20 13:23:02 +03:00
Chloe
8f82f6299e
feat: add more details to product tile
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-06-12 19:14:57 +07:00
Chloe
7c60e4e7f4
feat: implement YMM filters
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-05-15 20:53:22 +07:00
Chloe
e3f564ca77
feat: first step of adding core charge functionality
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-04-24 16:38:08 +07:00
Chloe
b08cf040ce
feat: implement new footer
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-04-16 16:53:46 +07:00
Chloe
64a26ca164
feat: implemen top banner to display business hours and tel
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-04-15 16:27:47 +07:00
Michael Novotny
5cb1245432
Adds environment variable validation (#1198)
* Adds environment variable validation

* Adds bracket checking in SHOPIFY_STORE_DOMAIN

* Prettier

* Adds link

---------

Co-authored-by: Lee Robinson <lrobinson2011@gmail.com>
2023-10-02 10:18:56 -05:00
Michael Novotny
528ad9b8ce
Adds better error messages and environment variable fault tolerance (#1172)
* Adds better error messages and environment variable fault tolerance

* No hidden undefined
2023-08-11 20:19:49 -05:00
Lee Robinson
3be4f4e6b5
Update all dependencies. (#1005) 2023-05-08 09:22:31 -05:00
Lee Robinson
fd9450aecb
Next.js Commerce refresh. (#966)
We're making some updates to Next.js Commerce. Everything prior to this commit marks what we're calling [`v1`](https://github.com/vercel/commerce/releases/tag/v1) as a point in time to be able to reference and still use going into the future. The current architecture of Commerce is a multi-vendor, interoperable solution, including:

- [Shopify](https://shopify.vercel.store/)
- [Swell](https://swell.vercel.store/)
- [BigCommerce](https://bigcommerce.vercel.store/)
- [Vendure](https://vendure.vercel.store/)
- [Saleor](https://saleor.vercel.store/)
- [Ordercloud](https://ordercloud.vercel.store/)
- [Spree](https://spree.vercel.store/)
- [Kibo Commerce](https://kibocommerce.vercel.store/)
- [Commerce.js](https://commercejs.vercel.store/)
- [SalesForce Cloud Commerce](https://salesforce-cloud-commerce.vercel.store/)

All features can be toggled on or off, and it's easy to change between commerce providers. To support this, we needed to create a ["commerce metaframework"](d1d9e8c434/packages/commerce/new-provider.md) where providers could confirm to an API spec to add support for Next.js Commerce. While this worked and was successful for `v1`, we have different design goals and ambitions for `v2`.

**What You Need To Know**

- `v1` will not be updated moving forward. If you need to reference `v1`, you will still be able to clone and deploy the version tagged at this release.
- `v2` will be shifting to be a single provider vs. provider agnostic. Other providers are welcome to fork this repository and swap out the underlying `lib/` implementation that connects to the selected commerce provider (Shopify). This architecture was chosen to reduce the surface area of the codebase, remove the intermediate metaframework layer for provider-interoperability, and enable usage with the latest Next.js and React features.
- We will be sharing more about `v2` in the future as we continue to iterate before the marked release.
2023-04-17 22:00:47 -05:00