Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
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
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
This reply has been marked as private.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,
KiranThanks for letting us know 🙂
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
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,
KiranHi Kristjan,
Please check and let us know.
Thanks,
KiranThis reply has been marked as private.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
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,
KiranHi Konstantinos,
The snippet is provided for customization on your request, so this will be not in future update.
Kiran
Hi Laura,
I have updated patch on your site, please check after clearing your browser cache.
Thanks,
KiranHi Laura,
Where you have added Google Analytics (analitycs.js) code?
Kiran
-
AuthorPosts