ericsmeets
Forum Replies Created
-
Hi, that does not seem to work. I tried this code:
.address { font-size: 3pt; }
And that works to change the address part size of the pdf. So what I actually need is a replacement for the .address part that changes only the invoice address and shipping address.
I have exactly the same problem. And after deactivating all plugins except Woocommerce and your plugin the problem remains. I have also tried to lower the php version to 7.0, but that did not work either.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add custom company reference as field to invoiceThanks for the reply Bas!
Forum: Plugins
In reply to: [WooCommerce] Display stock availabilty on shop page, WooCommerceNice piece of coding thanks! I used the following code to show the remaining stock items of my products on this page: https://www.decreatieveschool.nl/schoolkalender/
function shop_inventory(){ global $product; {echo 'Available: '.number_format($product->stock,0,'','');} }; add_action( 'woocommerce_after_shop_loop_item_title', 'shop_inventory' );
But it does not really work the way I want it to work. So I was wondering if someone could help me with this. I am willing to pay if you create for me a little code piece that does the following:
– Show the remaining stock items only if the stock is smaller than 5.
– Show it on the next line (see the link to the page above to see what I mean).
– Make it bold text and in red.
– If the stock reaches 0, it should say: Uitverkocht! (That means sold out :))It would be great if someone could help me out here!
Kind regards,
Eric Smeets.Forum: Plugins
In reply to: [WooCommerce] Prices showing without taxes when logged outThanks, Mikes solution worked for me as well!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at Restoring database…Hello Pim, could you please reply to my question? I need to have this website running asap and since I payed for the upgrade I am hoping to get some good support.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at Restoring database…The file is 1,74 gb big, but I have purchased the upgrade.
When I try to login I see the login screen, but in simple plain text with no styling.
If I try to login then I get the error: This webpage has a direct loop and I get send to: https://www.ericsmeets.nl/testserver/testserver/wp-login.php
(So it adds /testserver to the url that makes it a faulty url because it should be https://www.ericsmeets.nl/testserver/wp-login.phpHope this info helps.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at Restoring database…Here it gets stuck as well during the Restoring Database part. I get the following error in the logfile:
[Jan 27 2016 18:06:29] ERROR_HANDLER
Number: 8
Message: unserialize(): Error at offset 0 of 4 bytes
File: /var/www/vhosts/ericsmeets.nl/httpdocs/testserver/wp-content/plugins/all-in-one-wp-migration/lib/vendor/mysqldump-factory/mysqldump-factory/lib/MysqlDumpUtility.php
Line: 59Please help!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Error importing siteRESOLVED!