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, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #417368

    instipedia
    Expired Member
    Post count: 76

    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

    #417372

    Guust
    Moderator
    Post count: 29970

    1. 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

    #417394

    instipedia
    Expired Member
    Post count: 76

    I 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?????

    #417461

    Guust
    Moderator
    Post count: 29970

    Any 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-417384

    Thanks

    #417498

    instipedia
    Expired Member
    Post count: 76

    Here’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?

    #417521

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #417549

    instipedia
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #417550

    Guust
    Moderator
    Post count: 29970

    1. 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

    #417552

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #417631

    instipedia
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #417666

    Guust
    Moderator
    Post count: 29970

    I 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

    #418200

    instipedia
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #418206

    Patrik
    Moderator
    Post count: 1971

    Can you please provide us FTP and admin details in private reply so that we can regenerate the issue and fix it?

    Regards,
    Patrik

    #418345

    instipedia
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #418359

    Patrik
    Moderator
    Post count: 1971

    Hi 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 'admin@instipedia.com';
    }
    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

Viewing 15 posts - 1 through 15 (of 41 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket