Timbre Design
Forum Replies Created
-
Hi @anjitha21 ,
To note, I just realized in trying to copy out the base.php template and making mods on it, it only works if you also place the parent template (eg: invoice.php). Putting only the base.php in the child theme subfolder does not work.
Thank you for your work and dedication on this plugin!Wonderful, I missed that for some reason.
Thank you so much!Forum: Plugins
In reply to: [Invoice Payment Gateway for WooCommerce] Please RespondYay, that works, thank you!!
I appreciate your work and hope all is well for you!Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated Heading not workingThanks for responding,
Sorry I cannot, this is on a local dev site. Are you not experiencing the same behavior with the Advanced Heading Animations module? Strange because I’ve tried disabling all other plugins, and am not getting console errors etc…
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Print not WorkingPrint order is only working for Sales Managers and Admin. It is not working for logged in customers, nor my custom agents role. It still displays a message “You need to be logged into your account to access the Invoice. Please login first.” even if they are logged in.
To note: The default WooCommerce “customer” role (all customers on the site do have multiple roles, but that shouldn’t be an issue, since roles are arrays), as well as an agent role (that does not have the customer role). They are all custom roles I created particularly for the site.
Please respond, thank you!
Hi,
Correct, the default WooCommerce “customer” role (to note: all customers on the site do have multiple roles, but that shouldn’t be an issue since roles are arrays), as well as an agent role (that does not have the customer role). They are all custom roles I created particularly for the site.
I do not need not logged in users to print orders.
Thanks!
Hi, thank you for responding. However that code snippet does not help the error that I am getting.
Print order is only working for Sales Managers and Admin. It is not working for logged in customers, nor my custom agents role. It still displays a message “You need to be logged into your account to access the Invoice. Please login first.” even if they are logged in. There is a bug in your code.
Hi there, thanks for the response. I understand the security reason for needing to be logged in (though perhaps it would be nice to provide a settings switch to allow guests to use the print function as it was before). Alas, what I’ve experienced now is an issue. Print order (on all: thank you page, email & dashboard) is only working for Sales Managers and Admin. It is not working for logged in customers, nor my custom agents role. Despite being logged in still displays a message “You need to be logged into your account to access the Invoice. Please login first.” (even if they are logged in). I had to role back to version 5.2 to get it working again.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] hide addons priceHi there, I’m not the plugin developer but can answer your question. You will need to create a custom template in order to show the desired data from the plugin.
Also experiencing the same behavior. Print order is no longer working from customer dashboard or emails.
You are quite mistaken, as the cookie still gets set. Please do some research. The notice is there because of your plugin, please take responsibility.
Hmm are you so sure about that? It’s easily fixed by simply adding:
if( !headers_sent() )
before
setcookie ( ‘br_lgv_stat’, $cookie_lgv, 0, ‘/’, $domain );
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Plugin crashed websiteNewest update will fix ;-D
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Fatal ErrorAh thank you so much for the quick response! You rock, all good now. Cheers!