mtgagents2021
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display Variation Based On Date SelectedHi,
Thanks for this recommendation. I’ll take a look at that extension and see if it’ll work with our single products that have these multiple variations or if we need to complete set up the products as new.Thanks
Forum: Plugins
In reply to: [WooCommerce] Display Variation Based On Date SelectedHi,
So the product is a virtual entrance ticket and there are 48 variations. Each variation is basically a duration and a season i.e 2-Day Entry Low Season, 3-Day Entry Regular Season, 4-Day Entry Peak Season etc with two attributes Adult, Child.
I need to be able to assign each variation various dates throughout the year that that individual variation is available for purchase, hiding the other variations not set those dates.
Example: Customer picks a start date of Aug 1st from a calendar or a set of dropdowns etc – the only options that would then be displayed would be the Adult & Child variations for 2-Day Peak, 3-Day Peak, 4-Peak & 4-Day Special Peak.
Hope that makes sense.
Thanks
Forum: Plugins
In reply to: [Cost Calculator Builder] Change ‘Make Order’ Button TextWe had our own contact form option on there so that button wasn’t showing. Changed back to default and now can change the button text.
Many Thanks
Yes, currently on Version 2.7.1 and any update there after appears to drop the capabilities set, for example we us capabilities to control what menu items different logged in agents can see. When I update, every single menu item becomes available so its no longer responding to those capability settings.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Remove comma value seperatoradd_filter( 'wpcf7_mail_tag_replaced', function( $replaced, $submitted, $html, $mail_tag ) { // only use a specific field if ( 'your-fruit' == $mail_tag->field_name() ) { // create a string from the $submitted array $new_string = implode(',', $submitted); // now replace the commas in the new string $replaced = str_replace(',',' ', $new_string ); } // return the updated field return $replaced; }, 10, 4 );
This is the code to remove the comma !! –
Forum: Plugins
In reply to: [Contact Form 7] Remove comma value seperatorStill waiting for clarification on REMOVING the comma from checkbox and select outputs ?
Forum: Plugins
In reply to: [Contact Form 7] REMOVE Comma From Select, Radio, Checkbox Outputs@takayukister I didn’t ignore you, I replied 3 times asking for clarification since the answer you gave didn’t answer the question asked!
Forum: Plugins
In reply to: [Contact Form 7] REMOVE Comma From Select, Radio, Checkbox Outputs@takayukister You have not supplied an answer to either support item so not resolved. Please simply answer the problem, I do not understand why you do not.
- This reply was modified 1 year, 10 months ago by mtgagents2021.
Forum: Plugins
In reply to: [Contact Form 7] Remove comma value seperator@takayukister Can you provide some clarification on removing the comma from checkbox or select outputs please as the link appears to show adding the comma only for numeric ouput’s.
An answer might help the community more in the future.
Forum: Plugins
In reply to: [Contact Form 7] Populate text when checkbox checkedIt’s not resolved so not sure why it was closed !!
Forum: Plugins
In reply to: [Contact Form 7] Populate text when checkbox checkedForum: Plugins
In reply to: [Contact Form 7] Remove comma value seperatorYour example seems to be adding the comma not removing it!
I have checkbox and select inputs that I want to appear WITHOUT commas between the different options on the output.
Can you please advise what the changes would be to the code in the link you sent. I cannot figure it out and there is little examples online other than for number inputs.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Remove comma value seperatorCan this function be used to target text, select or radio button input and not numeric ?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Populate text when checkbox checkedStill no reply from CF7, guess this support isnt supported then lol
Did the update to your plugin this morning, back to paused sending and your code above returns
“Your PHP code changes were rolled back due to an error on line 577 of file wp-content/themes/travelicious/functions.php. Please fix and try saving again.
syntax error, unexpected end of file”