-
hey @adrianhajdin, can i send a pr of updating code?
code is old, and commercejs has changed a lot through years.
i just completed your video, and fixed all error with latest code
-
I have to set .env.template to .env.local and than i set the COMMERCE_PROVIDER=shopify.
But when i type yarn dev these have something error this a message:
error - Failed to load next.config.js, see…
-
## Provider: Commerce.js
eCommerce Provider: https://commercejs.com
More details TBC
-
Team,
This ticket is focused on expanding our product base. We will need to keep expanding the number of products we have created in Commercejs.com
-
Team,
The goal for this ticket is to have a working products page
Here is some basic acceptance criteria:
Given the user is at the products page
Then the user should see a list of the products…
-
I get this error everytime I go from page to page, how to solve?
.next\static\chunks\pages\collection.js (50:20) @ Collections.renderSidebar
48 | return (
49 |
> 50 | {categories.map(…
-
Is it possible to use it without registering on chec?
-
After seeding and building my code in this branch https://github.com/ltfschoen/commercejs-nextjs-demo-store/compare/luke/wip?expand=1, and checking that all the categories and products are uploaded to…
-
I think this line should be changed https://github.com/chec/commercejs-nextjs-demo-store/blob/master/components/homepage/CategoryBanner.js#L27 to be `{ item.meta && item.meta.image && (`, otherwise if…
-
In this PR, the product count was removed from the categories menu in the sidebar of the product list per category page https://github.com/chec/commercejs-nextjs-demo-store/pull/166
It would be nic…