Hannes Etzelstorfer
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] How can I generate an invoice using the purchaseid?This feature is not part of the shop styling plugin.
But you I can give you a few hints:The files are located in a directory that is not accessible because of a htaccess file.
You could create a PHP file in your theme directory to read an invoice from this directory and send it to the browser.<?php header('Content-disposition: attachment; filename=invoice.pdf); header('Content-type: application/pdf'); readfile(HAET_INVOICE_PATH.invoice.pdf); ?>
This file could use the purchaseid as a parameter to get the filename.
BUT you need to check the owner of the invoice before sending the output to the user.
Hello, the plugin doesn’t support WooCommerce now.
First of all I need a way to identify WooCommerce mails and strip out the existing formatting before applying the template. Any help is welcome.Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Issue with conditional PHP checkI fixed this bug in the previous version.
Thanks!Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] Shop styling invoice PDF not created anymore?the directory has been created by the PHP user account (for example www-data), so the FTP account couldn’t change permissions . The upgrade could have changed some rights. Go to your webspace admin panel and look for a file manager or WebFTP client to fix the access rights
Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] Shop styling invoice PDF not created anymore?I think this directory is only accessible by your PHP user, not your FTP account. Normally this should be right. Maybe the PDF can’t be created because your webspace runs out of space?
Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] Shop styling invoice PDF not created anymore?Hello, It seems your invoice directory isn’t writable.
the directory is
/wp-content/uploads/wpsc-invoices/
Forum: Plugins
In reply to: [WP eCommerce] Wrong email after payment acceptedHi Fab, I’m the author of the shop styling plugin . The plugin overwrites the mail content, when it’s enabled, but when you disable the plugin you can be sure it wont leave any changes.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Replace nl2br with wpautopHi Diego,
Thank you for this improvement.
I tested your suggestion and released version 0.3 with some additional small improvements.
It’s also possible to turn html mails on / off for caldera forms now on the “plugins” config page.
best regards, HannesForum: Reviews
In reply to: [WP e-Commerce Shop Styling] Overrides Contact Form 7There is a setting to enable the styled mails for WP E-Commerce mails only.
Hello Volker, hello Markus,
Here is my current translation:
https://gist.github.com/haet/c7228bf9f56e9d5ab852
It’s about 30% of the texts.
Find more details in german in the comments of the GIST
regards, HannesHi Jess,
I already started translating, but the plugin contains soooooo many strings. In case I ever finish ist, I’ll send it to you.
regards, HannesForum: Plugins
In reply to: [WP e-Commerce Shop Styling] 2 HTML ErrorsHi Kcallwood,
Thanks for the template improvement!
(1) no it can’t be changed now.
(2) what do you mean with “localization rules”? Do you use a translation plugin?
regards, HannesForum: Plugins
In reply to: [WP e-Commerce Shop Styling] How to add order notes to emailHi Bloke,
Sorry that’s not possible at the moment. You can either contact me per email for a quote to get this feature, or just wait a few weeks (or maybe a few months) until I reach this entry on my list of change requests.
regards, HannesForum: Plugins
In reply to: [WP e-Commerce Shop Styling] How to add order notes to emailHi Bloke,
If you create a custom checkout field for your order notes, you can add this field to any mail or to your PDF invoice
regards, HannesForum: Plugins
In reply to: [WP E-Commerce Role Discount] Premium Customer coupon code not workingLet’s continue the discussion here