uk2021
Forum Replies Created
-
This was resolved for me by using an SEO plugin, you can choose which type of content will be indexed by search engines.
I used Yoast SEO…. others available!
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesHello Georgi!
I have updated your plugin and unfortunately we took a step back and had to manually modify the code to see table numbers in food online PREMIUM:
Looks like you may have forgotten to add this fix to your recent update?
See below or check this forum thread….
`
Your advice:
In this case you will have to manually edit the php file class/wp-conntent/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php
find the line related to food online
$this->placeholders['{food_online_delivery_time}'] = $this->object->get_meta('fdoe_picked_time');Should be line 420
and after that line add:$this->placeholders['{food_online_table}'] = $this->object->get_meta('_billing_table');save the file
then edit your template and add the following shortcode to display table number:{food_online_table}
All the best.
The glitch has been resolved. Good to hear. Of course lol…
I’m using the free version… This is the support area no?
I will give it a go when we next go into maintenance mode.
Your addon is so much better than the Official WooCommerce one.
We are currently just running their one so the switch back is definitely a few hours of work…Thank you.
Appreciated!Quick update for anyone with the same issue.
I’ve been told by FOOD ONLINE, the addon plugin linked here > https://docs.woocommerce.com/document/product-add-ons/ is compatible with their plugin’s product popups, but not the one I had the errors with (https://ww.wp.xz.cn/plugins/woo-custom-product-addons/) by Acowebs.
FOOD ONLINE is a fast growing popular plugin and I do hope they sort this issue in forthcoming updates as the Acowebs product addon plugin is also very good!
I’ve asked Acowebs if there’s anything they could do to help FOOD ONLINE with the additional integration process.
A quick follow up.
Problem is not with this plugin!
I’ve been told by FOOD ONLINE (https://ww.wp.xz.cn/plugins/food-online-for-woocommerce/) the plugin linked here > https://docs.woocommerce.com/document/product-add-ons/ is compatible with their plugin, but not this.
The website owner I am working for is very happy with this plugin and I’m reluctant to change it now we’ve set it up.
Hopefully FOOD ONLINE will integrate this plugin with their popups! Fingers crossed it will be soon…
Maybe there is something you (Acowebs) could do to help them in the process? FOOD ONLINE is a fast growing popular plugin!
All the Best.
Forum: Plugins
In reply to: [Food Online for WooCommerce] Woo instant notifications shortcodesThanks for your input with the Woo Commerce Instant Notifications Developer.
All resolved on the other tread.
https://ww.wp.xz.cn/support/topic/food-online-shortcodes/page/2/
Best Wishes!
I thought this was the support area?
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesI will do after the next update 😉
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesThanks again Georgi.
The website owner is very happy with the new printouts!
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesOK Now that’s weird, looking above… Both of those symbols look the same on this forum post (but not in its editor block)! Random.
These two >> ‘ ' << display differently in the post editor.The first of these two symbols ended up in the copied code from your support post (below) which I pasted into Brackets Editor.
All very strange. But something I’ll look out for!
Post copied from:
`Georgi Bakalski
(@irdroid)
2 hours, 16 minutes ago
In this case you will have to manually edit the php file class
/wp-conntent/plugins/woo-instant-notifications/admin/class-wcnotifications-instance.php
find the line related to food online
$this->placeholders[‘{food_online_delivery_time}’] = $this->object->get_meta(‘fdoe_picked_time’);
Should be line 420
and after that line add:$this->placeholders[‘{food_online_table}’] = $this->object->get_meta(‘_billing_table’);
save the file
then edit your template and add the following shortcode to display table number:{food_online_table}`
Anyway. All sorted!
- This reply was modified 5 years, 2 months ago by uk2021.
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesOK I sorted it.
These > ‘ < were creating the error.
Just like the typo I corrected in the email plain text template PHP (different support post)So they should be this instead > ‘ <
Also. On your next update could you please correct this code I had to enter into:
woo-instant-notifications/admin/class-wcnotifications-instance.php
to not cause errors.
This was the post I worked from:
Hello, the issue is with plugin woo-instant-notifications. They have “re-defined” the hook woocommerce_email_order_meta with only 2 parameters. If you change line 279 in
woo-instant-notifications/admin/class-wcnotifications-instance.php to:
do_action( ‘woocommerce_email_order_meta’, $this->object, true, $plain_text, $email);You may have already added it. Not sure if we’ve updated the plugin yet…..
Thanks for the Support Georgi!
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesThanks Georgi!
Much Appreciated…
Forum: Plugins
In reply to: [Woo Instant Notifications] FOOD ONLINE – ShortcodesBit outside the realm of my capability. I also cant take a live site down to fault find the code right now.
Come to think of it. I think it was a typo I corrected on the orders list line spacing issue that was had in email templates (on another support ticket).
I spotted that by eye. But going into error logs is another matter.
Will you be adding the FOOD ONLINE code in your next update?
Cheers!