Title: Order Summary page
Last modified: August 20, 2016

---

# Order Summary page

 *  [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/)
 * Hello Everyone,
 * I have setup a wordpress woocommerce site where everything works fine.
 * Now, I need a feature where it displays the summary of order before placing the
   order. Is there any plugin or code which can help me to sort out this issue?
 * Please let me know.
 * Thanks,
    Raj
 * [http://wordpress.org/extend/plugins/woocommerce/](http://wordpress.org/extend/plugins/woocommerce/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/order-summary-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/order-summary-page/page/2/?output_format=md)

 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494346)
 * Hmmm WooCommerce already has this by default. The Cart page is the summary.
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494347)
 * Thanks for replying me.
 * Here is the current flow of woocommerce
 * Product -> add to cart -> View cart -> Checkout -> Payment gateway -> order receipt
   or status.
 * But I need like this
 * Product -> add to cart -> View cart -> Checkout -> Order summary -> confirm &
   Payment gateway -> order receipt or status.
 * Is there a plugin to do this?
 * Please let me know.
 * Thanks,
    Rajesh
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494348)
 * I don’t fully understand you. What information on the cart is missing?
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494349)
 * okay, in checkout page we have Billing and Shipping address details, Product 
   details (which we ordered) and choose payment method. Than when we click on place
   order it goes to payment gateway either paypal etc.. correct.
 * Now, what I need is a order confirmation page which display billing and shipping
   address, products which are added to cart and payment method which we have choose.
   This page will have Place order button.
 * So when you choose payment gateway in checkout page and click on Next the order
   summary page should display.
 * Is this clear?
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494353)
 * I understand what you want…but I don’t understand why…Please explain the reason?
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494354)
 * Its a client requirement. He wants to have double order review page. This feature
   is available in woocommerce German marketpress plugin but that doesn’t support
   2 language sites.
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494355)
 * I don’t see how it would work because you said you want to show payment gateway
   chosen but in your description, it states payment gateway at the end…
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494356)
 * [http://en.daisydesignstudio.com](http://en.daisydesignstudio.com) check this
   site. You can see how this works 🙂
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494357)
 * LOL…you made it sound so complicated…but that is easy!!
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494359)
 * The information you’re looking for is in cart.php
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494360)
 * You understood my need right 🙂
 * In checkout page if you click Next button you will go to order summary page and
   click on Place order button in summary page will go to payment gateway.
 * Please let me know how to do this.
 * Thank you.
    Rajesh
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494363)
 * I can’t tell you exactly how to do it but I am guiding you in the right direction.
   As previously stated, the information for the order is in the cart.php file. 
   You can use that code to put into your checkout summary page. The only thing 
   missing from that file is the payment method which is retrieved in another way
   which I will post here when I find that file.
 *  Thread Starter [rajeshsettu](https://wordpress.org/support/users/rajeshsettu/)
 * (@rajeshsettu)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494364)
 * Thanks a lot Mate.
 * But can we change the form action in checkout page?
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494367)
 * You mentioned that you had a plugin that does this…why don’t you just look into
   the plugin and see how they do it and replicate it on the site?
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/order-summary-page/#post-3494368)
 * Ok here is the code from that plugin JS file.
 *     ```
       jQuery.noConflict();
       ( function( $ ) {
       	var updateTimer;
       	var xhr;
       	woocommerce_de = {
               init : function () {
                   this.remove_totals();
                   this.register_payment_update();
                   this.remove_first_checkout_button();
                   this.show_no_delivery_time_string_control();
                   this.scale_unit_hint();
               },
               remove_totals : function () {
                   if( 1 == woocommerce_remove_updated_totals ) {
                       $( '.woocommerce_message' ).remove();
                   }
               },
               register_payment_update : function () {
               	$( '.payment_methods' ).live( 'change', function () {
               		 $( 'body' ).trigger( 'update_checkout' );
               	});
               },
               remove_first_checkout_button : function () {
               	$.each( $( '.checkout-button' ), function( index, value ) {
               		if( ! $( value ).hasClass( 'second-checkout-button' ) ) {
               			$( value ).hide();
               		}
               	});
               },
               show_no_delivery_time_string_control : function () {
               	$( '#lieferzeit_product_panel' ).live( 'change', function(){
               		if( 10 == $( '#lieferzeit_product_panel' ).val() ) {
                   		$( '._no_delivery_time_string_field' ).show();
                   	} else {
                   		$( '._no_delivery_time_string_field' ).hide();
                   	}
               	});
               },
               scale_unit_hint : function () {
               	if( 1 < $( '#woocommerce_attributes .toolbar' ).length )
               		$( '#woocommerce_attributes .toolbar' ).last().append( '<small>Sie können weitere Maßeinheiten unter <a href="' + woocommerce_product_attributes_url + '">Produkte &rarr; Attribute</a> anlegen.</small>' );
               }
   
           };
           $( document ).ready( function( $ ) { woocommerce_de.init(); } );
       } )( jQuery );
       ```
   
 * I don’t believe you need everything in here though.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/order-summary-page/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/order-summary-page/page/2/?output_format=md)

The topic ‘Order Summary page’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 19 replies
 * 4 participants
 * Last reply from: [nertworks](https://wordpress.org/support/users/nertworks/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/order-summary-page/page/2/#post-3494500)
 * Status: not resolved