austpack
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Add SKU to the order list in the Request EmailHi @pinalshah
Thank you so much that worked :).
I really appreciate this plugin and can’t wait for the updates it is very intuitive to how a quote process works.
Thank you
Forum: Plugins
In reply to: [Quotes for WooCommerce] Add SKU to the order list in the Request EmailHi,
I am trying to follow Gavin’s solution and apologies I have little coding experience
and as Gavin said the link is no longer working with solution.
Perhaps I am missing another bit of code. I just want all email to display the SKU as we have variable products and at the moment when email sent we cannot see the variations so SKU helpful.Any help would be greatly appreciated
<table cellspacing="0" cellpadding="6" style="width: 100%; border: 1px solid #eee;" border="1" bordercolor="#eee"> <tbody> <tr> <th style="text-align:left; border: 1px solid #eee;"><?php esc_html_e( 'Product', 'quote-wc' ); ?></th> <th style="text-align:left; border: 1px solid #eee;"><?php esc_html_e( 'SKU', 'quote-wc' ); ?></th> <th style="text-align:left; border: 1px solid #eee;"><?php esc_html_e( 'Quantity', 'quote-wc' ); ?></th> <th style="text-align:left; border: 1px solid #eee;"><?php esc_html_e( 'Product Price', 'quote-wc' ); ?></th> </tr> <?php foreach ( $order_obj->get_items() as $items ) { $product = $items->get_product(); ?> <tr> <td style="text-align:left; border: 1px solid #eee;"><?php echo wp_kses_post( $items->get_name() ); ?></td> <td style="text-align:left; border: 1px solid #eee;"><?php echo esc_attr( $items->get_quantity() ); ?></td> <td style="text-align:left; border: 1px solid #eee;"><?php echo wp_kses_post( $order_obj->get_formatted_line_subtotal( $items ) ); ?></td> <td style="text-align:left; border: 1px solid #eee;"><?php echo wp_kses_post( $product->get_sku() ); ?></td> </tr> <?php } </tbody> </table>Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to serverThanks, yes I sure did – I might leave it a few days de-activated and I’ll have a look at Tidio
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to serverIt was fine for an hour and started taking over again have had to de-activate
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to serverWe are all good now, thank you
- This reply was modified 5 years, 3 months ago by austpack.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to serverThank you as I cannot do anything to our website.
I have de-activated.
- This reply was modified 5 years, 3 months ago by austpack.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to Server hangI am having same issue and now it’s coming over the top of anything I do in wordpress I click any plugin and shortly after the page is changed and live chat page comes up with the connecting to server and I lose page I was working on this is very frustrating please help it happened only over night. I cleared all cache, logged in again and issue keeps persisting.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Connecting to serverWe are having same issue it’s taken over our wordpress anything I try and do the chat launches and is just circling connecting to server. I tried to go to woocommerce and edit a product and chat forces itself over the top. Its becoming a real issue to manage.
Forum: Fixing WordPress
In reply to: Fatal Error with ThemeThe website loads where there is no wordpress admin account and functions as expected.
When admin logged in it won’t load and displays
There has been a critical error on your website.
Learn more about debugging in WordPress.
I am having issue with the wordpress dashboard it won’t load.
Forum: Fixing WordPress
In reply to: Fatal Error with Theme`
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Offline Chat ForumI would like to say thank you so much for your help.
I updated with new release and everything is functioning as expected.
Both online and offline.
Great plugin and support 🙂
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Offline Chat ForumHi,
Thanks – name and email.
I tried each option, nothing changed.
When offline on user end chat does not exist, no chat icon.
see someone also having a similar issue
https://ww.wp.xz.cn/support/topic/conflicts-with-wp-fastest-cache-2/
I switch offline chat simply disappears and no offline form loaded.
Thanks for your help, any other things I need to look at from my end ?
- This reply was modified 6 years, 6 months ago by austpack.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Conflicts with WP Fastest CacheHi,
I am having same issue see my thread here
https://ww.wp.xz.cn/support/topic/offline-chat-forum/#post-12109981
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Offline Chat ForumHere is the console – seems to be something in the chat code
wplc_u.js?ver=8.1.3:122 Uncaught TypeError: Cannot read property ‘replace’ of undefined
at Object.success (wplc_u.js?ver=8.1.3:122)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at x (jquery.js?ver=1.12.4-wp:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)wplc_u.js?ver=8.1.3:122
Line 122 underlining in red from “.replace…..”Line 122 var wplc_cookie_name = jQuery(jQuery.parseHTML(response[‘cbox’])).find(“#wplc_name”).val().replace(/(<([^>]+)>)/ig, “”);
Line 123 var wplc_cookie_email = jQuery(jQuery.parseHTML(response[‘cbox’])).find(“#wplc_email”).val().replace(/(<([^>]+)>)/ig, “”);Of course this may not be related to this error but here is what i see in console
I de-activated other chat to try get this resolved and re-activated the plugin WP-Live Chat by 3CX
I did some further testing
The error was not present after installation of plugin
Installation starts in online environment a tick in in checkbox and words online next to check box – i refresh website page (http://www.australiapackaging.com) and go to console the error above does not showI then unchecked box and switch to offline environment the words change to Offline and colour read and agent 0, I refresh website page and console shows error above.
I then check box to switching to online environment again and error disappears on refresh from console.
Sorry if this is a bit long – just trying to give you as much info really like this plugin just need that offline message working.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Offline Chat ForumI have de-activated the chat in the interim using another solution.
Sorry i am not that tech savvy to look for errors other than pressing F12, that about it – any links would be helpful.
Plugin list
CMB2
Deactivate
CMB2 will create metaboxes and forms with custom fields that will blow your mind.Version 2.6.0 | By CMB2 team | View details
Select Contact Form 7
Contact Form 7
Settings | Deactivate
Just another contact form plugin. Simple but flexible.Version 5.1.4 | By Takayuki Miyoshi | View details
Select Contact Form Ready
Contact Form Ready
Extensions | Settings | Deactivate
The easiest to use Contact Form plugin for WordPress with a drag and drop interface.Version 2.0.08 | By NickDuncan | View details |
I would like to receive information on your latest updates, beta version and specials. I understand my information will be processed in terms of the GDPR, and I may wihtdraw it at any time.[email protected]
Select Google Analytics for WordPress by MonsterInsights
Google Analytics for WordPress by MonsterInsights
Settings | Support | Get MonsterInsights Pro | Documentation | Deactivate
The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.Version 7.9.0 | By MonsterInsights | View details
There is a new version of Google Analytics for WordPress by MonsterInsights available. View version 7.10.0 details or update now.Select Kirki Customizer Framework
Kirki Customizer Framework
Deactivate
The Ultimate WordPress Customizer FrameworkVersion 3.0.45 | By Ari Stathopoulos (@aristath) | View details
Select Massive Addons for WPBakery Page Builder
Massive Addons for WPBakery Page Builder
Deactivate
Uber Extension for WPBakery Page Builder plugin.Version 2.4.6.1 | By MassivePixelCreation | Visit plugin site
Select Really Simple SSL
Really Simple SSL
Premium Support | Docs | Settings | Deactivate (revert to http)
Lightweight plugin without any setup to make your site SSL proofVersion 3.2.6 | By Rogier Lankhorst, Mark Wolters | View details
Select Slider Revolution
Slider Revolution
Deactivate
Slider Revolution – Premium responsive sliderVersion 6.0.9 | By ThemePunch | Visit plugin site
Activate Slider Revolution for Premium Benefits (e.g. Live Updates).Select W3 Total Cache
W3 Total Cache
Premium Support | Settings | Deactivate
The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.Version 0.10.1 | By Frederick Townes | View details
Select WP-Live Chat by 3CX
WP-Live Chat by 3CX
Deactivate
The easiest to use website live chat plugin. Let your visitors chat with you and increase sales conversion rates with WP-Live Chat by 3CX.Version 8.1.3 | By 3CX | View details
Select WPBakery Page Builder
WPBakery Page Builder
Settings | Deactivate
Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.Version 6.0.5 | By Michael M – WPBakery.com | Visit plugin site
Select XStore Core
XStore Core
Deactivate
8theme Core Plugin for Xstore themeVersion 1.5 | By 8theme | Visit plugin site
Select Yoast SEO
Yoast SEO
FAQ | Premium Support | Settings | Deactivate
The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.Version 12.4 | By Team Yoast | View details