adrivall
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Possibilité to continue or continue a failed orderAlright ! thanks
Forum: Plugins
In reply to: [WooCommerce] Possibilité to continue or continue a failed orderThanks Austin for your answer.
Regards
AdrienThanks for your answer 😊
I’ll try to dig in that way
Hi,
Yes you answer to my question. But do you know if a little trick (with a part of code of course) could allow us to link several invoices to one order ?
Hi, yes there is a fix but you need to modify the plugin pmppro-buddypress
in /includes/directory.php
change the line 37
from :
$query_array->query_vars['include'] = $pmpro_bp_members_in_directory;
to :if (count ($query_array->query_vars['include']) == 0) $query_array->query_vars['include'] = array (0);Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Great plugin – couple of questions!!Hi,
1- I made the test myself, when you buy 3 codes you receive 3 emails with attached pdf.
2- I dont’t know and I haven’t seen any option.
Forum: Plugins
In reply to: [Simple Job Board] polylang compatibility and slugHello,
Thanks you for you answer.
We are using the free version of polylang, so we cannot translate taxonomy slugs and post types.“But” we found a solution thanks to Loco translate which should interest you :
1- We’ve desactivated the archive page (line 244 of …post-type-jobpost.php)
2- We’ve changed the ‘rewrite option (line 245 same file) with this :
‘rewrite’ => array(‘slug’ =>__('join-us', 'simple-job-board'), ‘hierarchical’ => TRUE, ‘with_front’ => FALSE),–> “join-us” is the slug of my listing page in english
3- go to Loco translate refresh the POT, and translate “join-us” in french –> “rejoignez-nous”.
The slug of my french listing is “rejoignez-nous”.So now i have:
http://www.my-site.com/rejoignez-nous (French listing)
http://www.my-site.com/rejoignez-nous/a-french-offerhttp://www.my-site.com/join-us (English listing)
http://www.my-site.com/en/join-us/an-english-offer