theHubi
Forum Replies Created
-
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Issues with PricesFixed? No.
But there’s a workaround.The plugin itself is fine as it shows two different prices depending on the user role for simple products.
But it does not work with variable products. At all.It is also mandatory to use a “.” instead of a “,” as comma when specifying prices.
My workaround: I turned all my products into simple ones via copy paste.
Takes forever though.Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Issues with PricesI have some new information for you:
1) the 0$/€ prices only come with variable products. If it’s a simple product, it works. So I cloned all the products and made them “simple”. I hope you can still find a solution for that problem though.2) the prices given to the usergroups are wrong, which is weird. Why does it always round the prices, Example: I enter 9,50 but the customer gets to see and pay only 9, the value behind the comma is lost. Can I help you fix this somehow?
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Issues with PricesLet me provide you with information so you have something to work with:
not logged in: Visitor image
logged in: Company imageI’ll take that extremely long pause as a “no, Meta Slider is not capable of acting like a carousel with an infinite loop.”
That in turn makes the whole plugin useless to me.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFI wrote color? Oh my. Yeah.. it doesn’t take background-IMAGE as an option. I always knew the URL works because I can find the image via said link in my browser.
Thanks, you too.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFI found a solution myself.
PDF DOES NOT TAKE background-color AS AN OPTION!Instead implement an image with
<img src"" class="">and give it the following CSS:
position: absolute; z-index: -1; top: X; left: X; (X as in the value you need)
You may also add width, height (auto?) or a margin depending on your needs.Last but not least, let me repeat: background-color DOES NOT WORK!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFLet’s make it easy on both of us:
http://www.easy2work.at/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=1098&_wpnonce=98aac1dd20
If you can access this link, this is the invoice in HTML.Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFYeah. I’ve tested with different filenames as well.
bg.jpg/png and background.jpg/png were two of my tries.
As I can’t see the HTML in the PDF file the “could not load image” error is when enabling HTML output.
If you want, I can give you access to the PDF/HTML file.90% of my tries involved server paths because I’ve had minor troubles with other websites and plugins using the relative paths.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFI have checked the insert-images page and have tried multiple methods
1. tried using the images folder
2. tried using the template folder
3. tried using the theme/images folder
4. tried using an external sourceCould it be that your plugin just can’t convert “background-image” for the PDF? It’s not visible on the HTML output either.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Background for PDFIt’s essentially telling me “could not load image” while the image exists and is accessible via exactly that link.
If you want, I can prove it to you that the image exists.
http://www.easy2work.at/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/images/background.jpg
Here you goEssentially this:
http://i.imgur.com/4Uci9Ek.gif
And yes, I just made that on the fly. Is Meta Slider capable of this?No it does not.
Maybe I need to be more precise then:
Currently the slider runs from left to right and reverses.
I want it to run non-stop like a Carousel-Slider is supposed to, given the right options.
Meaning it only runs in one direction and then brings the pictures around to start again.Forum: Plugins
In reply to: [Custom Content Shortcode] Post / Post list widgetUser role-related posts would be useful, but I think in my case I can make-do with just user-posts (although I have to customize the php template for each user then.
Forum: Plugins
In reply to: [WooCommerce] Template for product-category pageThanks a lot!