basic_cart.checkout.yml in Basic cart 8
config/install/basic_cart.checkout.yml
4 string references to 'basic_cart.checkout'
- CartForm::submitForm in src/
Form/ CartForm.php - Form submission handler.
- CheckOutSettingsForm::buildForm in src/
Form/ CheckOutSettingsForm.php - Form constructor.
- CheckOutSettingsForm::getEditableConfigNames in src/
Form/ CheckOutSettingsForm.php - Gets the configuration names that will be editable.
- Settings::checkoutSettings in src/
Settings.php
File
config/install/basic_cart.checkout.ymlView source
- admin_emails:
- admin:
- subject: New order placed
- body: "Hi, \n An order was placed by [node:title] [basic_cart_order:basic_cart_email]\nOrdered products:\n[basic_cart_order:products]\nTotal price: [basic_cart_order:basic_cart_total_price]"
- send_emailto_user: 0
- user:
- subject: New order placed
- body: "Hi,\nYou just placed an order on the website [site:name]. Here are the order details:\n[basic_cart_order:products]\nTotal price: [basic_cart_order:basic_cart_total_price]\nWe will contact you as soon as possible."
- thankyou:
- title: Thank you
- text: "Thank you for placing an order on our website.\nWe will contact you as soon as possible."
- custom_page: thankyou
- langcode: en