Kiran

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 238 total)
  • Author
    Posts
  • in reply to: Not correct language on back-end #875

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Not correct language on back-end #873

    Kiran
    Moderator
    Post count: 7069

    Hi Kristjan,

    Let me know

    – What is the site default language?
    – What is the user’s default language?
    – What is the current language when email was sent?

    Kiran

    in reply to: Suggestion #868

    Kiran
    Moderator
    Post count: 7069

    Hi Kristjan,

    1)
    Yes, the reason behind this is once user confirm preview & go for a checkout the listing status remain draft/pending untill payment accepted.

    2)
    We will implement setting to enable/disable these notification in future version. Thanks for your suggestion.

    3)
    This will be fixed in next version of Invoicing.

    Kiran

    in reply to: Invoice History screen doesnt scale on mobile #862

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Suggestion #854

    Kiran
    Moderator
    Post count: 7069

    Hi Kristjan,

    Nothing if the site does not have free geodirectory listing packages.
    But if the site also has free packages then even if the customer goes back, changes the package on add-listing page back to free listing, it still shows the listing with status “wpi-pending” and as draft post. So to enable free package again someone has to change from draft to published on back-end.

    Free listing submitted without invoice.
    Ex: I have listing running with package A and have 30 days, then i followed upgrade listing > selected free package B > Review Listing > Submitted.
    Now my listing is active & running with package B.
    Let me know what you expected.

    is the reason why it saves the listing as ‘draft’ while pending payment to postpone the listing-added date and to bring it in front of older listings on category page and widgets?

    The new listing status can be managed from GeoDirectory > Design > Listings > New listing default status. If the new listing is not free then it sets listing status to either “draft” or “pending” for pending payment listing.
    So listing remain pending or draft mode until payment accepted or admin manually publish the listing.

    Every time the listing is upgraded to paid listing, system re-sends the “Listing published email” to user again. I think it is not possible to send “Listing published email” only if listing published first time and skip if upgraded the package (because the listing is saved as draft while pending payment)? If im correct, then how can i stop wordpress/geodirectory sending “Listing published email”-s at all?

    During upgrade listing process when clicked “Checkout to Upgrade Now”, the listing marked as a pending or draft(depends on new listing status setting). Once the checkeout process completed and paynment accepted the listing marked as published.
    So whenver the listing moves from Draft to Publish or Pending to Publish it sends listing_published notification with subject “Listing Published Successfully”.

    When new listing submitted it sends the listing_submitted notification with subject “Post Submitted Successfully”.

    Let us know.

    Thanks,
    Kiran

    in reply to: Email invoices linking to HTTP not HPPTS #849

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Email invoices linking to HTTP not HPPTS #842

    Kiran
    Moderator
    Post count: 7069

    If you want to force all the invoices to use HTTPS, then remove previous snippet provided in reply #827 use snippet as it is provided in reply #834.

    Kiran

    in reply to: Email invoices linking to HTTP not HPPTS #833

    Kiran
    Moderator
    Post count: 7069

    Hi Dan,

    Above snippet will work to force HTTPS for particular pages or posts. Use following snippet to force HTTPS for all the invoices.

    
    
    function _wpi_custom_ssl_redirect(){
        global $post, $wp;
    
        if ( ! empty( $post->ID ) && ! empty( $post->post_type ) && $post->post_type == 'wpi_invoice' && is_singular() && is_single() ) {
            if ( strpos( wpinv_get_current_page_url(), 'https://' ) !== 0 ) {
                wp_safe_redirect( add_query_arg( $_SERVER['QUERY_STRING'], '', trailingslashit( home_url( $wp->request, "https" ), 301 ) ) );
                exit;
            }
        }
    }
    add_action( 'wp', '_wpi_custom_ssl_redirect' );

    Thanks,
    Kiran

    in reply to: Not correct language on back-end #815

    Kiran
    Moderator
    Post count: 7069

    Hi Kristjan,

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Missing Translations in Mails #812

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Missing Translations in Mails #811

    Kiran
    Moderator
    Post count: 7069

    Hi Uta,

    I checked invoicing-de_DE.po file in language directory and its not updated with recent version files. File invoicing-de_DE.po was last modified on 2017-08-20. So new/updated strings are not in file.
    Please update invoicing-de_DE.po and translate new/updated strings.

    I have added new strings “An Invoice has been…” and translated, now in email it shows translated text. See attachment in next reply.

    Kiran

    in reply to: Authorize.net Payments don't process #795

    Kiran
    Moderator
    Post count: 7069

    Hi Karin,

    A Silent Post URL is required if you are handling recurring payments. Did you setup gateways settings correctly at Invoicing > Payment Gateways > Authorize.Net (AIM)?

    Let us provide your site url, admin & FTP credentials we will look into there.

    Thanks,
    Kiran

    in reply to: Invoice renewal payment issue #794

    Kiran
    Moderator
    Post count: 7069

    Hi Konstantinos,

    The snippet is provided for customization on your request, so this will be not in future update.

    Kiran

    in reply to: wpinv_buy shortcode doesn't bring to checkout #768

    Kiran
    Moderator
    Post count: 7069

    Hi Laura,

    I have updated patch on your site, please check after clearing your browser cache.

    Thanks,
    Kiran

    in reply to: Google Analytics price tracking #767

    Kiran
    Moderator
    Post count: 7069

    Hi Laura,

    Where you have added Google Analytics (analitycs.js) code?

    Kiran

Viewing 15 posts - 136 through 150 (of 238 total)