- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Display a shopping cart without the proceed to Paypal/proceed to checkout button
Tagged: shortcode
Hi,
I have created a manual checkout page on which the user can enter their details to submit then pay offline. All good.
I would like to present the shopping cart on the same page above the bit where they type in their personal details. If I use something like the code as below, then there is the “I agree to the Terms” “Select Payment Method and “Proceed to Checkout” button, which is a little confusing to some. Is it possible to display the shopping cart on the page without any of those items? Perhaps a read-only version without “remove” and Qty entry.
This is the manual checkout page. Fill in the form below the shopping cart and click submit. Further instructions follow on the next page.
[wp_eStore_cart_fancy2][wp_eStore_on_page_manual_gateway_form]
Thank you.
Use the following shortcode which will only show the summary of the items in the cart:
[wp_eStore_order_summary]
Spot on! Cheers.