absoluteweb
Forum Replies Created
-
Forum: Plugins
In reply to: [BEMO A-Z Index] Some improvements neededHi wjweb,
Sorry, my customized version does not solve the pagination problem, only the other two.
Nicolas.
Forum: Plugins
In reply to: [WoocommerceAtos] bug3 mois pour corriger une parenthèse, c’est le prix d’une extension gratuite. Il faut être téméraire pour confier le paiement de sa boutique à une passerelle “gratuite”. Le support (téléphone, tchat, e-mail) à un co?t.
Forum: Plugins
In reply to: [BEMO A-Z Index] Some improvements neededHi,
Are you sure about this point?
> The result of the shortcode is now returned by a “return” and not by “echo”.
Because A-Z index is always on top of my page.I managed to do it but it is quite complex because of the load_template() function.
No content should be displayed before the “return” of the shortcode.Back to my custom version.
Nicolas.
Forum: Plugins
In reply to: [BEMO A-Z Index] Some improvements neededHi,
Thank you, high reactivity!
I don’t see pagination problem in the changelog, it’s ok now?
Nicolas.Version 2.8.5, role Customer:
https://www.cartes-postales.fr/wp-content/uploads/screen-1.jpg
https://www.cartes-postales.fr/wp-content/uploads/screen-2.jpg
https://www.cartes-postales.fr/wp-content/uploads/screen-3.jpg
Version 2.8.7, role Customer:
https://www.cartes-postales.fr/wp-content/uploads/screen-4.jpgTested with 2.8.4 (prices are overlined), 2.8.5 (prices are overlined), 2.8.7 (prices are not taken into account).
Hi,
Same issue… Did you solve this problem?
Nicolas.
Hi,
No, it is ok with WooCommerce Multilingual 3.6.7.
Nicolas.
Hi,
News about this bug?
Nicolas.
Forum: Plugins
In reply to: [Polylang] Price Display Suffix not translatedHi,
The frontend is WooCommerce… If I need to hack WooCommerce, I prefer stay with WPML!
Nicolas.
Forum: Plugins
In reply to: WooCommerce and Atos Sips GatewayHi,
You can find a working Atos payment gateway here :
https://www.absoluteweb.net/prestations/wordpress-woocommerce-extensions-traductions/woocommerce-atos-worldline-sips/Nicolas.
Forum: Plugins
In reply to: [Blog Copier] [Plugin: Blog Copier] Auto copy on signupHi,
I also looking for a plugin to duplicate a site at the time of registration. WP Multisite Replicator does, why not Blog Copier?
Thanks.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Link to event detail from widget?Thank you
Hi,
Strange, here is the code I use to date of birth
add_action('woocommerce_checkout_process', 'my_custom_checkout_field_process'); function my_custom_checkout_field_process() { global $woocommerce; if ($_POST['naissance']) { $date = explode("/", $_POST['naissance']); if(!checkdate($date[1], $date[0], $date[2])) $woocommerce->add_error( __('<strong>Date de naissance</strong> invalide.') ); else { $date18YearsAdded = strtotime(date("Y-m-d", strtotime($date[2].'-'.$date[1].'-'.$date[0])) . " +18 year"); if(date("Y-m-d", $date18YearsAdded)>date("Y-m-d")) $woocommerce->add_error( __('<strong>Date de naissance :</strong> vente interdite aux mineurs') ); } } }
Hi,
I have the same problem on the theme Abundance. There is no problem on the TwentyEleven theme.
Nicolas.