Forum Replies Created
-
AuthorPosts
-
premierwebMember
Understandable. Great advice as usual! Thanks very much.
premierwebMemberI have two payment methods – Direct Deposit and PayPal. Direct deposit is displayed as the first choice but I would like PayPal to be displayed first.
—-
If I add the following block of code to my theme’s functions.php filI presume this will be overwritten whenever the theme is updated:
add_filter(‘eStore_cart_checkout_default_gateway’, ‘override_default_gateway’);
function override_default_gateway($gateway)
{
$gateway = ‘authorize’;
return $gateway;
}
—
Can you please suggest another way to do this? I use Version v7.1.7 of WP eStore.
Thanks
premierwebMemberThanks. I’ve submitted the custom work request.
February 1, 2015 at 8:44 pm in reply to: Successful orders not appearing in admin even though debug log has them listed #68358premierwebMemberThanks for this link. It helped solve the problem:) It was indeed a theme issue. Appreciate your help very much!
January 31, 2015 at 12:02 am in reply to: Successful orders not appearing in admin even though debug log has them listed #68356premierwebMemberNo nothing updated recently.
It was recompiled 32 days before.
root@kia [~]# php -v
PHP 5.3.29 (cli) (built: Dec 28 2014 23:27:29) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
January 30, 2015 at 8:20 am in reply to: Successful orders not appearing in admin even though debug log has them listed #68354premierwebMemberFurther to this:
The hosting company has investigated further and they found this…
In today’s log (started around 10.50) I see this warning message
[27-Jan-2015 10:52:51 UTC] PHP Warning: strpos() [<a
href=’function.strpos’>function.strpos]: Empty needle in /home/rewildin/public_html/wp-includes/plugin.php on line 647
January 15, 2015 at 12:00 am in reply to: Transaction Details Not Displayed on Thank You Page – estore #67921premierwebMemberThat solved it! Thanks very much.
January 14, 2015 at 2:56 am in reply to: Transaction Details Not Displayed on Thank You Page – estore #67919premierwebMember[http://www.rewildingaustralia.com.au/make-a-donation/]
January 13, 2015 at 5:17 am in reply to: Transaction Details Not Displayed on Thank You Page – estore #67917premierwebMemberPayment gateway is ‘Authorize.net Advanced Integration Method’. I can send you the log file. How can i do this?
January 10, 2015 at 12:36 am in reply to: Transaction Details Not Displayed on Thank You Page – estore #67915premierwebMemberOk,thanks.
I am also not seeing transaction details on the thank you page for credit card payments
I have used this shortcodes:
[wp_eStore_display_transaction_result]
but nothing shows on the page.
What shortcodes should I use to display the transaction details?
January 9, 2015 at 11:24 pm in reply to: Transaction Details Not Displayed on Thank You Page – estore #67913premierwebMemberI was expecting to see the details of the products ordered – i.e. the transaction details that are sent in the email order notification.
This website does not offer downloadable products, so I wasn’t expecting to see download links.
The post you referenced doesn’t help.
I would like to have the transaction details of the purchase displayed on the thank you page. Any advice would be appreciated.
January 9, 2015 at 4:35 am in reply to: Transaction Details Not Displayed on Thank You Page – estore #67911premierwebMemberNote that this is on the Manual payment thank you page.
January 7, 2015 at 10:41 pm in reply to: WP eStore – Remove thumbnail image from certain products #67821premierwebMemberPerfect! Thanks.
premierwebMemberThanks
January 6, 2015 at 5:12 am in reply to: Fancy product display for Authorize.net recurring / subscription payment #67781premierwebMemberThanks!
-
AuthorPosts