creverter
Forum Replies Created
-
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] 404 Not Found In Admin SectionHello. We’re changed our shop. Should be solved.
Kind regards,
Carles Reverter.Hello. We’re changed our shop. Should be solved.
Kind regards,
Carles Reverter.Forum: Reviews
In reply to: [Knews Multilingual Newsletters] Unsubscribe Not Working, No SupportHello, refurbfactory.
We still waiting your feedback about:
https://www.ads-software.com/support/topic/unsubscribe-not-working-4Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice PDF generation bug?Hello Ewout… it’s my fault, I’m a bit ashamed… sorry for waste your time, and thanks to appoint me on the right direction…
I will explain it, maybe can help someone:
In my e-shop, I block customers access to wp-admin side with a hand-made function on functions.php, but… what about wp-ajax? It’s inside wp-admin! one by one you should allow it! There is my code, blocking everything except Woocommerce + PDF invoice calls, that are allowed by param action:
function themeblvd_redirect_admin(){
if ( is_really_admin() && ! current_user_can( ‘edit_posts’ ) ){
wp_redirect( site_url() );
exit;
}
}
add_action( ‘admin_init’, ‘themeblvd_redirect_admin’ );function is_really_admin() {
if (!is_admin()) return false;$front_ajax = array (
//from woocommerce/includes/class-wc-https.php
‘woocommerce_add_to_cart’,
‘woocommerce_get_refreshed_fragments’,
‘woocommerce_checkout’,
‘woocommerce_update_order_review’,
‘woocommerce_update_shipping_method’,
‘woocommerce_apply_coupon’,//Front-end access to invoices
‘generate_wpo_wcpdf’
);if (defined(‘DOING_AJAX’) && isset( $_REQUEST[‘action’] ) && in_array( $_REQUEST[‘action’], $front_ajax ) ) return false;
return true;
}Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice PDF generation bug?Hello Ewout!
First of all, thank you for your great support.
I changed the invoice attachment setting to:
Attach invoice to: > Customer Completed Order emailI setted also: Allow My Account invoice download > Only for specific order statuses (define below) > Completed
I created a new order, and the completed email has the invoice attached right ??
but… on the “my purchases” page, the download invoice button fails, still redirecting me to the homepage… I checked the FTP again, and now the invoice PDF are on the folder /attachments.
Then, I go to the backoffice, and can get the invoice PDF right, the URL are:
https://www.xxx.com/testsite/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=2059&_wpnonce=f4094ac29eAnd the front-end link to download are:
https://www.xxx.com/testsite/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=2059&my-account&_wpnonce=55f016f70eThe shop are running on a subfolder, maybe this cause the bug on front-end?
Thanks in advance,
Carles Reverter.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Protocol relative urlsHow do you configure the protocol-less URLs? Do you use any plugin to do it?
Kind regards,
Carles Reverter.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] No Ajax when jQuery loads in footer@nicooprat: sorry! I forget to upload the new file!!! Please, upgrade again Knews…
Regards,
Carles.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Unsubscribe Not WorkingPlease, update and give me feedback. If still failing, I need more info: multilingual? which plugin? etc.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] No Ajax when jQuery loads in footerCurrent release was solved it. Update and enjoy!
Regards,
Carles.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Protocol relative urlsPlease, check in your main config WP options the URL of the site, have it the https://?
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Gravity forms supportHello. The plugin was published:
https://www.ads-software.com/plugins/knews-gravity-forms-glue/
Don’t forget to rate it ??
Carles.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Gravity forms supportHello Olaf. Good news… here are an alpha of the Gravity Forms new plugin:
https://www.knewsplugin.com/knews-gravity-forms-glue_alpha.zipWe’re tesing it, will be released soon. Can give it a try?
Kind regards,
Carles Reverter.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] I cant edit/save/modify newsletterHello!
The edit link goes to preview, not editor? Or the editor is blocked (JS Error)? Can you open the browser console and try again?Regards,
Carles.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Double (bilingual) new post notificationsYou can keep 2 (or more) mailing lists, one per every lang. Subscribers will goes to the right mailing list when use the subscription form on your website. Then you can create newsletters for every lang and use the right mailing list only on every case.
Regards,
Carles Reverter.Forum: Plugins
In reply to: [Knews Multilingual Newsletters] Knews allow access to contributor roleHello David. Only Knews Pro have control about user roles:
https://www.knewsplugin.com/permission-management/
However, maybe you can install some third party plugin that does the trick…
Kind regards,
Carles Reverter.