kirill-zhirnov / boundless-nextjs-ecommerce-template

Next.js E-Commerce template. Strong TypeScript, Ready to use, For high-performance e-commerce websites.
https://boundless-commerce.com
MIT License
114 stars 50 forks source link

Question about 'Delivery method' #87

Closed sonnt2510 closed 10 months ago

sonnt2510 commented 10 months ago

hi Kirill, i dont know why but the 'Delivery method' step in checkout page is gone from all of my sites, even though I already added Shipping method.

Screenshot 2023-12-13 at 9 44 03 AM Screenshot 2023-12-13 at 9 47 45 AM
kirill-zhirnov commented 10 months ago

Hi @sonnt2510 Is the product physical? Check it here:

Снимок экрана 2023-12-13 в 08 29 52
sonnt2510 commented 10 months ago

hi @kirill-zhirnov awesome, thanks mate, and is there anyway that I can customize the Shipping Address form just a little bit, like remove zip code, city, state ... or change the input label

kirill-zhirnov commented 10 months ago

@sonnt2510 the only way is to fork https://github.com/kirill-zhirnov/boundless-checkout-react - make changes and use as a local component.

Also, take a look at the https://github.com/kirill-zhirnov/nextjs-ecommerce-starter-kit - there are 3 types of the checkout - you can use it as an example

sonnt2510 commented 10 months ago

thanks @kirill-zhirnov i got it