blubbering
Forum Replies Created
-
no problem, in which table? Do you currently have a mySQL script to do this?
Forum: Plugins
In reply to: [BP Profile Search] Can’t add FieldIt’s not necessary. I think it was just this old Plugin I used at the beginning: “ADS PRO – Multi-Purpose WordPress Ad Manager”
CheersForum: Plugins
In reply to: [BP Profile Search] Can’t add FieldThank you, I found the Plugin that was blocking and deactivated it.
Cheers
Forum: Plugins
In reply to: [BP Profile Search] Can’t add FieldI don’t us it very often, so I don’t know but here is the Debug Info:
Version 5.4.8
Platform BuddyPress 11.3.1
Theme Sweetdate Child
Members index template /themes/sweetdate/buddypress/members/index.php
Members loop template /themes/sweetdate/buddypress/members/members-loop.php
Form template(s)
/themes/sweetdate/buddypress/members/bps-form-legacy.php
/themes/sweetdate/buddypress/members/bps-form-horizontal.php- This reply was modified 1 year, 1 month ago by blubbering.
Oh, I just found it. Problem was, that woocommerce_before_single_product_summary was not on this page.
Hey there
I have just purchased the plugin. Works perfectly. But the confirmation email or cancellation to the customer does not work.
Mail to administrator and also the mail for the reservation request to the customer work.
I think it’s like that for non logged in users.
I added the information to the ?Thank you page? with the functions.phpadd_action( 'woocommerce_thankyou', 'adding_customers_details_to_thankyou', 10, 1 ); function adding_customers_details_to_thankyou( $order_id ) { // Only for non logged in users if ( ! $order_id ) return; $order = wc_get_order($order_id); // Get an instance of the WC_Order object wc_get_template( 'order/order-details-customer.php', array('order' => $order )); }
Forum: Plugins
In reply to: [Polylang] create different language MenusHm… it’s not working. If i add raw = 1 it shows just “array” nothing else, if I add the default, it shows all languages twice:
if (function_exists('pll_register_string')) { //pll_the_languages( array( 'raw' => 1 ) ); // Output: Array //pll_the_languages( array( 'raw' => 0 ) ); // Output: All languages twice //pll_the_languages(); //Output: All Languages }
Target is to have two switchers for CH and EU.
Forum: Plugins
In reply to: [WooCommerce] Product Variations mixed all AttributesJust found it in the code of the plugin: woocommerce_ajax_variation_threshold