Order Button

if you are using the order module then you can add an order button with


{@ order  {{ product.name}}  @} 

options:   

   button_label 
          -text to appear on button
   

Shopping Cart

order products with the shopping cart with the following macro format


{@ order cart=true {{ product.name}}  @} 

options:   

   button_label 
          -text to appear on button
   

you can display the cart as a menu item or the full version within a page using
the cart macro


{@ cart    @} 

options:   

    url      = url of the shopping cart ( /content/cart.html )
    full     = the full shopping cart or only the menu version
    title    = the title of the cart ("cart")
   

Terms

if you wish to display terms and conditions for you orders then create a page called ‘terms’ and set it as published.