coatsy35
Forum Replies Created
-
The array part of that function doesn’t work and I’m struggling to see what is wrong? where there are single items it’s fine so the “Else” part is working ok.
Thanks, that response above of mine was meant to be in the other thread!
For this thread, how do you get it to print the elements name instead of the tag? i.e. {Billing Company} in a function as per my question above?
I discovered I can use the following if there is only one item in my order, however if there are multiple items it replaces the result with the word “Array”. How do I fix this?
// Add VAT onto individual item cost to generate individual item gross value including VAT function price_inc_vat($cost, $vat) { $incvat=$cost+$vat; return "$incvat"; }I call it using: [price_inc_vat({Item Cost},{Item Tax})], do I need to put a foreach in there somewhere?
- This reply was modified 5 years, 5 months ago by coatsy35.
Forum: Plugins
In reply to: [Meta for WooCommerce] Facebook for WooCommerce version 2.1.0 killed my siteMe too. Completely kills the site, can’t access it. Removed Facebook plugin from my plugins directory and all is working, drop it back in and site goes down again. Currently removed until this is fixed.
Interesting, thanks for linking that. I’m not too worried about running two imports. I’m more worried about how I run a taxonomy category import that creates them all correctly and then how I refer to the category via the ID given in each item element. As some child categories will have the same name as well, but different ids
Dan
- This reply was modified 5 years, 7 months ago by coatsy35.
This is still happening. I too like @kierandmi have had to remove div.data-thumb from the replace with webp to fix it. Perhaps it would be good to look at what’s causing this to stop other people being caught out.
Dan
Forum: Reviews
In reply to: [Styler Mate for Contact Form 7] FIXED UP!*** Annoying message in dashboardN/A. Posted on wrong forum
- This reply was modified 5 years, 7 months ago by coatsy35.
@fmixell you have still misread. I want the user to be able to choose the interest on checkout and signup. I can’t pick it for them as they need to pick which mailing list they sign up to – two very different lists.
So how do you display the interest list options in them locations? If your plugin can’t do it, then I need to find one that can I’m afraid.
Dan
- This reply was modified 6 years ago by coatsy35.
Forum: Plugins
In reply to: [MojoPlug Slide Panel] Suggestion: Add click on empty space to close panelAgree. I assume the author has obviously given up on this as there has been no update for a while.
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Price Range WrongOk. That’s good.
However my yeay filter is not working on this page:
https://www.turneygroup.com/product-category/used-agricultural-machinery/used-tractors/
However after you have first filtered them, if you reset the filter is then shows correctly only the items that have them attributes. It’s like it needs a refresh before it works properly. Please take a look and see what I mean.
Regards
Dan
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Price Range WrongJust realised you have this problem for all filters. This is a shame. Looks like I’ll have to look else where as this is a deal breaker, as it’s very messy having filters show options from all categories.
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Price Range WrongThat would be really good. As it’s a bit of a pain having it range the entire shop, when some sections are small ranges. I don’t want to have to place different filters on each section.
I will have to look at alternatives, as this is unacceptable for me price range is no good, I need a slider. This should be standard stuff really IMO as the basic woocommerce one can do it
I’ve not purchased yet as I believed I had a glitch, however it turns out that is normal behaviour for now.
Please let me know when they add it.
[2020-04-13 13:43:02] ERROR: Registration Form > Mailchimp API Error: Bad Request. Invalid Resource. Your merge fields were invalid.
– LNAME : Please enter a value
Request: POST https://us20.api.mailchimp.com/3.0/lists/8ffb348ec7/members – {“status”:”subscribed”,”email_address”:”ecoa****@ya***.co.uk”,”interests”:{},”merge_fields”:{“FNAME”:”ecoates5″},”email_type”:”html”,”ip_signup”:”217.155.40.215″,”tags”:[]}
Response: 400 Bad Request – {“type”:”http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/”,”title”:”Invalid Resource”,”status”:400,”detail”:”Your merge fields were invalid.”,”instance”:”51beea92-c7ed-463b-b959-2d49b1c42f3f”,”errors”:[{“field”:”LNAME”,”message”:”Please enter a value”}]}
[2020-04-13 13:44:36] ERROR: Registration Form > Mailchimp API Error: Bad Request. Invalid Resource. Your merge fields were invalid.
– LNAME : Please enter a value
Request: POST https://us20.api.mailchimp.com/3.0/lists/8ffb348ec7/members – {“status”:”subscribed”,”email_address”:”bsmi**@ho*****.co.uk”,”interests”:{},”merge_fields”:{“FNAME”:”bsmith”},”email_type”:”html”,”ip_signup”:”217.155.40.215″,”tags”:[]}
Response: 400 Bad Request – {“type”:”http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/”,”title”:”Invalid Resource”,”status”:400,”detail”:”Your merge fields were invalid.”,”instance”:”384eb7de-ac1e-47af-a1e5-e6d8206119ef”,”errors”:[{“field”:”LNAME”,”message”:”Please enter a value”}]}Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to set the form to inherit theme CSSI can’t seem to get the form to style as per my other forms, below is my what I have entered into my child theme’s style.css (taken from another form on my site that is styled how I want this one) The only part working is turning the text to white and the input box style. For some reason it won’t change the button colour. Any thoughts?
/*Yikes Mailchimp form 1*/ .yikes-mailchimp-container-1 label { color:#fff; padding-bottom: 20px; display: block; } .yikes-mailchimp-container-1 input[type=text], .yikes-mailchimp-container-1 input[type=email], .yikes-mailchimp-container-1 input[type=submit] { background-color: #eee !important; border: none !important; width: 100% !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; font-size: 14px; color: #232323 !important; padding: 10px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .yikes-mailchimp-container-1 input[type=submit] {background-color: #232323 !important; color: #fff !important; cursor: pointer;} .yikes-mailchimp-container-1 input[type=submit]:hover {background-color: #fff !important; color: #232323 !important; cursor: pointer;}Forum: Plugins
In reply to: [Easy Forms for Mailchimp] How to set the form to inherit theme CSSWould be sweet if you could rename the Interests field? Have you got plans for that?