Woocommerce integration, buddypress not showing up, send enquiry goes to wp-admi
This topic contains 40 replies, has 5 voices, and was last updated by Alex Rollin 6 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: snippet
-
AuthorPosts
-
February 13, 2018 at 12:25 pm #417368
Hey there,
This is my second thread, I have already been engaged with Alex for few things. Truly saying, I’m not happy with the support.
My queries here:
1. I sign-up for my listing in GeoDirectory, fill in all the required information, payment step takes me to a Woocommmerce checkout page to complete my transaction. How could I checkout with Woocommerce checkout payment gateways. I based in India. There is few paymentgateys supported with Woocommerce only, so how could I do this? Please don’t suggesst me to hire a developer. I have already subscribed for you. I can give you all the details to make a gateway or you should find a alternative for me. Paypal , stripe etc not supported here.
2. I have installed buddypress integration and unable to locate the settings in GD.
3. I have translated “Send Enquiry” to “Book Demo”..when I go to fill the form, it goes to wp-admin. It should go to listing’s owners email.
Looking forward for responses ASAP
February 13, 2018 at 1:12 pm #4173721. From our support policy:
We support our Plugins and Themes only and the service includes assistance with installations, setup and use. Our Support Service doesn’t cover Addons and Themes sold by 3rd party developers and resellers.
You can use any of the gateways designed for GD and available from https://wpinvoicing.com/downloads/category/gateways/
Log in using the same username and password you use here to download your copy.
If you want to build your own gateway, review https://wpinvoicing.com/docs/creating-a-payment-gateway/2. Did you install BuddyPress first?
https://wpgeodirectory.com/docs/buddypress-integration-add-on-overview/3. “send enquiry” emails go to the email added to the listing, not the owner’s email.
Thanks
February 13, 2018 at 2:36 pm #417394I KNOW ABOUT THAT THE SUPPORT POLICIES AS WELL…I ALSO DID AS A SUPPORT REP FOR GOOGLE PIXEL. SO NOT TO SHOW UP ANY ABOUT THIRD PARTY POLICIES.
None of yyour payment gateways supppport INDIAN Currency. that’s why I was asking about alternatatives not to hire a developer for another fling.
leave it, there is no email goes to listing owner, I have checked everything?????
February 13, 2018 at 10:15 pm #417461Any alternative needs custom coding, which is not part of support. Is there a payment gateway that does support Indian currencies? Is there a gateway you would like us to make compatible?
Are you saying Woocommerce supports a Indian currency gateway? If so, which one is that?
Regarding the email, please see your other topic for the solution, I have tested it and it works.
https://wpgeodirectory.com/support/topic/unable-to-translate-send-enquiry-to-book-demo/page/3/#post-417384Thanks
February 14, 2018 at 6:45 am #417498Here’s the link for payment gateway that will work for me:
https://wordpress.org/plugins/woo-instamojo/I’d like you to make it compatible for my web.
2. I have checked the settings and there is “Instipedia Enquiry” and also have tried again to submit “Book Demo” but it still goes to wp-admin. Could you check this and update accordingly so it can redirect to listing owner? I have no idea what should be there.
3. After installing the buddypress and the buddypress addon, it shows “Login” and “Register” on top left of the website. How to get rid of it?
February 14, 2018 at 9:46 am #417521This reply has been marked as private.February 14, 2018 at 11:18 am #417549This reply has been marked as private.February 14, 2018 at 12:18 pm #4175501. That should not be a problem in the future if you use the code snippet.
2. The best way to use the code snippet is with the Code Snippets plugin: https://wpgeodirectory.com/docs/useful-plugins/#snippets
Thanks
February 14, 2018 at 12:29 pm #417552This reply has been marked as private.February 14, 2018 at 6:58 pm #417631This reply has been marked as private.February 14, 2018 at 10:12 pm #417666I changed the snippet for the admin bar.
I installed the beta version of PayUmoney, you will need to add your details to Invoicing > Settings > Gateways > PayUmoney
Please note that PayUmoney does not support recurring payments.
Let us know how you go. Thanks
February 19, 2018 at 8:46 am #418200This reply has been marked as private.February 19, 2018 at 9:29 am #418206Can you please provide us FTP and admin details in private reply so that we can regenerate the issue and fix it?
Regards,
PatrikFebruary 20, 2018 at 3:13 am #418345This reply has been marked as private.February 20, 2018 at 6:25 am #418359Hi Instipedia,
I have made changes to fix 2 points. I have added following code in the functions.php file:
add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return '[email protected]'; } function new_mail_from_name($old) { return 'Instipedia'; } add_filter('login_url', 'gd_new_login_url', 10, 1); function gd_new_login_url($login_url){ if(get_option('geodir_installed')){ $login_url = geodir_login_url(); } return $login_url; }
Please review it on your site and let me know if any.
Regards,
Patrik -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket