Very strange situation

This topic contains 25 replies, has 4 voices, and was last updated by  Patrik 5 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #1934

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #1936

    Patrik
    Moderator
    Post count: 1971

    Hi Lev,

    We are not able to connect the FTP details you have provided. Please verify it from your side as well and provide us the working FTP credentials.

    Regards,
    Patrik

    #1937

    Lev Abramovich
    Free User
    Post count: 12
    This reply has been marked as private.
    #1938

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #1939

    Lev Abramovich
    Free User
    Post count: 12
    This reply has been marked as private.
    #1940

    Patrik
    Moderator
    Post count: 1971

    Hi Lev,

    It seems the extra HTML code(menu) is added by the plugin responsive menu dynamically. I have remoed their filter for the invoice page and it is now removed. Let me know your inputs here. I have added following code in functions.php of the current theme, if you think it is affecting something then you can remove that:

    
    
    function wpinv_footer_script_cb() {
    	global $wp_query;
    	$post_id = $wp_query->get_queried_object_id();
    	if ( ( is_single() || is_404() ) && !empty( $post_id ) && (get_post_type( $post_id ) == 'wpi_invoice' or get_post_type( $post_id ) == 'wpi_quote')) {
    	    remove_all_actions( 'wp_footer');
    	}
    }
    add_action( 'wp_footer', 'wpinv_footer_script_cb' );

    Regards,
    Patrik

    #1941

    Lev Abramovich
    Free User
    Post count: 12
    This reply has been marked as private.
    #1949

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent, let us know if you run into an issue with that fix.

    About your CC processing, which platform/gateway are you using?

    We have a doc if you want to create that gateway yourself: https://wpinvoicing.com/docs/creating-a-payment-gateway/

    Otherwise you can use translation to change the wording of the re-bank transfer into something that works for your situation, so your users can read instructions about how to complete payment of the invoice.

    #1954

    Lev Abramovich
    Free User
    Post count: 12
    This reply has been marked as private.
    #1955

    Alex Rollin
    Moderator
    Post count: 27815

    To translate the plugin you can follow these instructions:
    https://wpinvoicing.com/docs/translate-main-plugin/

    You can identify the text by examining and first filling in the pre-bank transfer settings, and then seeing how they render in the checkout process, looking for strings where you can provide ore contextual information to your visitors.

    #1959

    Patrik
    Moderator
    Post count: 1971

    Hi

    For pre-bank transfer banking, you can go to Invoicing->Settings->Payment Gateways->Pre Bank Transfer and enable it. You can change the title and description as per your requirements. You can also follow our create payment gateway guide(link provided above) for creating a new gateway.

    Regards,
    Patrik

Viewing 11 posts - 16 through 26 (of 26 total)

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

Open Support Ticket