cruiseback
Forum Replies Created
-
Hello Joost,
Excellent, thanks for the snippet hint ??
For anyone else interested in doing the same, simply pass the “_sku” value into the filter, code goes into functions.php, Code Snippets or similar, if you use a plugin, (we use WPCodeBox)
add_filter('zettle-pos-integration.barcode.value', function (string $barcode, \WC_Product $product): string {
return $product->get_meta('_sku');
}, 10, 2);Thanks!
Hi Arun,
Thanks, that solved it.
I was seriously pulling my hair out while crying in agony over this earlier today. I was sure that I had made some clusterfuck somewhere..
Thanks for the speedy fix, much appreciated!
CB
Forum: Plugins
In reply to: [Advanced Forms for ACF] Add new attribute to fieldTackar! That worked a treat, GF have now been disabled, and what a joyful moment that was ??
CB
Forum: Plugins
In reply to: [Loco Translate] Disable and still translateHello Tim,
I hope it’s ok that I add a follow-up question to lorddandy1984’s thread.
Does Loco Translate add any load at all to either the front- og backend of WordPress when active, but not being used to do translations with?
I am also an optimization freak, and I also disable plugins as often as I can. But will disabling Loco Translate actually make any difference compared to having it enabled and idle?
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce] WC 3.2.0 messes up pricingHi guys,
I can join both EdwinWerner and getmilk in saying that this bug was introduced with the 3.2.0 update which I just installed this morning, where after a customer called us and asked why our products were suddenly more expensive than advertised on our site.
Big props to getmilk for discovering the solution! I would have been screwed if I hadn’t found this thread.
For anyone else, the solution is simply to change “Tax class” from “Same as parent” to “Standard”.Hello Sybre,
Thank you very much for your detailed and fast feedback.
You were exactly right, it was my own stupid bloody mistake, I had put a redirect on our base-shop page (in Woocommerce, which isnt shop) set to redirect to /shop, which was what was breaking our search.
Problem solved, and next time I will remember to check the handy color indicators before asking for help ??
On another note, a question to everyone using The SEO Framework, what are you guys using to connect with Google Analytics?
I have been a long time user of Yoast for both Analytics connectivity and SEO, but after getting hooked on The SEO Framework and after Yoasts Google Analytics plugin being acquired by Monster Insights, Im looking for an alternative and would like some suggestions.
Forum: Plugins
In reply to: [Recurring Timer Widget] event on multiple days of weekHey @jan,
I would just like to throw into the discussion a possible workaround for the plugin’s current limitations in terms of multi-events.
I’m using the widget as a “Order before XX:XXPM to get your shipment tomorrow” kind of function, and one problem that I had was almost the same as mentioned by OP, but specifically that the time limit is different depending on what day of the week it is.
So my solution to this was to add as many of the “Recurring Timer Widget”‘s as I needed, and then use Widget Logic to display them depending on what day of the week it is.
Additionally you can find tips on how to do that with Widget Logic here:Hope that’s useful.
Until the day when the plugin gets its own interface, this can help you out when you want to switch between skins faster, https://www.ads-software.com/extend/plugins/videojs-pro
Thank you for the feedback, and for wanting to add this functionality into the plugin.
I am looking very much forward to this since this little piece of functionality is the only thing I need in order to get the site ready.
Since I don’t really (apparently) have any shame in life, I have bribe.. ehmm.. donated to your awesome plugin as an appreciation of the work you have done.. ??
Thanks, lars
Thank you for your fast and awesome reply.
I am looking into your example now.
One additional question though.
It was perhaps stupid of me to write:
Basically, I want my users to be able to see data previously submitted by themselves.
Since, it’s not really ‘users’ in the traditional WordPress-sense that needs to be able to retrieve previously submitted data.
It’s more like, clients or customers maybe.So, can I make some sort of form-dialog where the client first will need to specify the previously used email adress and then get a list of all tables submitted using that?
Thanks in advance.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Add fields on the flyHi Takayuki,
Thank you for your reply.
Yea, that’s actually a good idea.
Only problem is of course having enough fields available then, without creating mails that contain 50 empty lines each time..
Can you make it so in the report email that the field is only parsed if it contains content?Thanks, cb
The PHP version on the host by the way is PHP Version 5.2.1-0.dotdeb.1