All payments methods visible
This topic contains 14 replies, has 3 voices, and was last updated by Kiran 8 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
October 12, 2017 at 10:06 pm #541
All the payment methods are visible on the Geodirectory checkout page even though Stripe is the only gateway enabled. Additionally, the test payment does not show up even though it’s enabled.
October 12, 2017 at 10:18 pm #544Hi,
Please provide a link and admin credentials and we will have a look.
Thanks
October 12, 2017 at 10:48 pm #554This reply has been marked as private.October 12, 2017 at 11:02 pm #556This reply has been marked as private.October 12, 2017 at 11:12 pm #558the developers have been alerted and they’ll check your website asap.
Thanks for your patience.
October 12, 2017 at 11:14 pm #559Thanks!
October 12, 2017 at 11:16 pm #560Most if not all of your add-ons are out dated. I don’t understand why having wp easy updates installed, there are no options to add license keys for the auto updates.
The developers will look into that too.
Thanks
October 13, 2017 at 2:06 pm #565Hi Lauren,
I have looked into backend and there are two checkout pages, seems something workng.
Please provide FTP credentials, i have to do some debugging to find what causing this.
Kiran
October 13, 2017 at 5:37 pm #573This reply has been marked as private.October 14, 2017 at 12:17 pm #589Hi Lauren,
I have manually updated Payment Manager plugin. Because Indeed Ultimate Membership Pro plugin causing problem in plugin update process.
there are no options to add license keys for the auto updates.
Plugin “Indeed Ultimate Membership Pro” causing this problem. That plugins creates problem in showing licence key in plugins page. To insert licence keys or check update available or not:
Disable Indeed Ultimate Membership Pro > Insert Keys / Update plugins > Enable Indeed Ultimate Membership Pro.I tested manually sending an invoice to myself and I got the attached screen. It looks like there’s two checkouts on the page. Not really sure what’s going on with that. Is there a second plugin from the old invoicing system installed?
You have assigned page to Invoicing History & Invoice Checkout which used by old Payment Manager. I have fixed it by separating those pages.
Got another question. Trying to remove the email templates:
To modify email templates by using standard template system
Copy directory “plugins/invoicing/templates/emails/” and paste it under “themes/YOUR CURRENT THEME/invoicing/emails/”Here you can modify content of files “wpinv-email-footer.php” & “wpinv-email-header.php”
You can add custom style in file “themes/YOUR CURRENT THEME/invoicing/emails/wpinv-email-styles.php”In case you wan to remove template files via hook just use following code snippet.
function _wpi_custom_remove_wpinv_email_templates() { remove_action( 'wpinv_email_header', 'wpinv_email_header' ); remove_action( 'wpinv_email_footer', 'wpinv_email_footer' ); } add_action( 'init', '_wpi_custom_remove_wpinv_email_templates', 10 );Let us know.
Thanks,
KiranOctober 16, 2017 at 8:22 pm #609Thanks. Just replaced the styles and the head and footer files.
Question on the wpinv-invoice-receipt.php file. Can I place that file in the /invoicing in my child theme? Or is there a filter to add the Google Analytics conversion tracking on there?
October 16, 2017 at 8:28 pm #610@Stiofran @kiran shouldn’t we add an easy way to add conversion tracking scripts?
Other than Google Analytics conversion tracking there is also Facebook Pixel.
Thanks
October 17, 2017 at 5:32 am #614This reply has been marked as private.October 18, 2017 at 1:52 am #621This reply has been marked as private.October 18, 2017 at 1:42 pm #622This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket