- This topic has 3 replies, 2 voices, and was last updated 12 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 Troubleshooting › eStore Manual Checkout – shortcode for order summary
Tagged: add shortcode, Manual Checkout, order form, order summary, shortcode
I’m trying to get manual checkout working for multiligual, I have everything translated and most work fine, except the order form in manual checkout. Also all language manual checkout url goes to the same url: http://www.domain.com/wp-content/plugins/wp-cart-for-digital-products/eStore_manual_gateway.php
Maybe I should change something somewhere so this also works multilingual?
I think there should be an easy fix to the above problem, nevertheless the other solution what I could do is make the manual order form a page and use the shortcode:
[wp_eStore_on_page_manual_gateway_form] and this way Estore will understand which language it should be, but…the problem I have here, is that it doesn’t show up the Order Summary in the order form. The excisting shopping cart shortcodes I can’t use, because they all have the checkout button and would be confusing for the customer.
Please advise
The best option is definitely to use the following shortcode on a WP page and then use that as your manual checkout page:
[wp_eStore_on_page_manual_gateway_form]
I can look into adding a shortcode for the order summary.
thanks, btw do you have anywhere documentation how to create and add shortcode?
We have the following shortcode in the plugin that you can use to show an order summary.
[wp_eStore_order_summary]
Simply use that shortcode on your manual checkout form page.