piffpaffpuff
Forum Replies Created
-
set WP_DEBUG in your wp-config.php to ture and look for errors. and could you please tell me which woocommerce and wordpress version do you use?
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] order totals orderthe plugin uses the same order totals output as woocommerce. so you rather need to change the order in woocommerce first via a filter hook. and also set the vat settings in woocommerce correctly. here some code to give you an idea:
function change_order_items_order($total_rows, $order) { // now reorder the $total_rows to the way you like it return $total_rows; } add_filter( 'woocommerce_get_order_item_totals', 'woocommerce_get_order_item_totals', 10, 2);no there aren’t any hooks but it’s a nice input. i’ve added it to the feature wishes.
but besides that you can overwrite any template function with your own. for the list of functions look at
woocommerce-delivery-notes.phpstarting at line 160. every function withfunction_existscan be overwritten in your functions.php.1. you can modify the template to whatever you like, read the faq or ask your webdesigner/programmer. it is better to edit the css than using a jpg.
2. browsers don’t care about any letter format like A4, etc. it depends on how flexible you design and program your print template.
3. backgrounds are usually not printed by browsers. this is a browser feature, controlled by the user. neither this plugin, nor any other php, html, css or js can change this.you need at least woocommerce 1.6.3
a delivery note can be used as packing slip or as receipt, therefore the prices. modify the template if you don’t want them, read the faq to learn how.
no
got a reply from the dev. order numbers will be fixed/better in the next update.
sorry, i can’t reproduce the bug because the plugin only supports features from other open-source plugins. the pro version is closed source, which means i can’t support it. but i wrote the developer, maybe he sends in some code.
thanks a lot! dave manages the translations. could you send him the current translation so that he has your email to inform you on future releases?
http://genesisthemes.de/en/contact/could you also join glotpress to submit future translations? http://translate.wpautobahn.com/projects/wordpress-plugins-deckerweb/woocommerce-delivery-notes
hmm, which woocommerce version do you use? please note that the plugin needs at least version 1.6.3
read the faq. this is a browser functionality that you need to disable in your browsers print dialogue window. those settings can’t be changed by a website, only the user can.
enable debug mode and report back if it is showing any error or notice.
i have no clue. never tested it. but jigoshop used my jigoshop version of this plugin to integrate their own solution. have fun!
Forum: Plugins
In reply to: [Related Links] [Plugin: Related Links] Take SSL into accountthanks. fixed in the next version.