piffpaffpuff
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Links] [Plugin: Related Links] Problem with jQuery UIthanks. sorry for the long wait, i seldom visit the forum. fixed in next version.
Forum: Plugins
In reply to: [Related Links] [Plugin: Related Links] Suggestion For theme Codethanks for the tip you are completely right. but i think most of the users aren’t really theme developers and i would like to keep the faq as simple as possible. but i’ve added a new question for theme devs to consider your code example.
i probably found the issue but i need to check something else before i release a fix, sorry for the many updates.
do you have a screenshot? because i can’t see this bug on my testing site.
thanks for the feedback. it is fixed in 1.4.3
unfortunately dave didn’t reach me yet, but it is fixed now. but please note: the variations won’t be displayed when a customer reviews his orders on the “my orders” page. this is most probably due to an issue in woocommerce itself.
it is clear that you logo is displayed like this because your logo has quite a big 5:1 (3.5in x 0.7in) panoramic aspect ratio. and please remember that the the logo is only displayed on the left part of the template. you have two options, crop your logo to a better aspect ratio or edit the template via css.
thanks for the feedback, i will look where the problem may be.
@jboyse you’re funny, with whom did you talk? it sure wasn’t me :-). please report any issues to github:
https://github.com/piffpaffpuff/woocommerce-delivery-notes/issues
I do not plan to include html formatting. Read the FAQ about the style.css, learn CSS.
it should be fixed in 1.4
your solution seems good.
for the cron job: yes you could use a cron to check if new orders were received. but his won’t help you. printing is a client-side action where as the cron is server-side. and then, javascript printing always requires an user interaction. otherwise websites could print things without user permission.
that’s why i can’t think of any solution to automatically print from the server-side. you would rather need to run a local application and create your local process print to (that’s what you actually proposed in your last reply).
good luck!
what do you mean with tax id? would you like that customers can enter their own tax id during the checkout process (for b2b orders)? or do you want to display the tax id of the shop owner in the invoice? the first is currently not possible and for the second i would recommend to add your tax id to the letterhead or -foot through the settings page.
ok. i’ve updated the plugin to fix the totals display (bugs come first :-)). could you please redownload the plugin (it is still version 1.2.4) install it again and then tell me if the totals are displayed correctly?
i will come back to your other request when we fixed the aforementioned bug.
yeah, the button could be a good feature. i will look into the woocommerce hooks to see if it is possible to integrate.
for your downloadable products: which plugin version do you use? 1.2.4 automatically displays the billing address in the invoice and the shipping address (if available) in the delivery note. if you have an older version please update. and please tell me if the latest version suits your needs.
yeah, bulk actions could be a nice feature. even though i’m unsure how this should work. the user would need to open a new print window and would have to click the print button for every single order. the other solution would to append all orders into one window and print them at once. the issue here is that html can’t know when to start a new oage. this could lead to many unwanted page breaks. maybe some clever css could help. i need to test it.
what do you mean with automatic printing of pending orders? a button that only prints pending orders? print all pending orders when you visit the orders page? at all circumstances printing needs a user interaction. you can’t automatically send print requests to your printer when woocommerce receives a new order.