Hello,
I have 2 questions.
- Confusing with cart and checkout settings.
https://docs.modmore.com/en/Commerce/v1/Getting_Started/Cart_Checkout.html
“The cart is usually on its own resource (identified by the commerce.cart_resource system setting), which the Commerce installation will have created for you. You can change the MODX template and presentation of this page to your liking.”
Cart resource is same than checkout resource :
https://docs.modmore.com/en/Commerce/v1/Snippets/cart.html
“In Commerce, the Cart is actually part of the Checkout, so it’s not necessary to create a separate Cart resource with the commerce.cart snippet.”
Then need I set
commerce.cart_resource system/context setting to the ID of the resource containing
[[!commerce.checkout]] and ignore the cart page ?
- Register Checkout CSS is enabled in system settings
CSS file are in the right place (assets/components/commerce/frontend/)
but CSS is not added to the checkout page (on an advanced MODX installation with /core folder in a cutom location)
I use MinifyX, and I don’t know if it can disturb the Commerce CSS registering.