sp4cecat
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Everything else WordPress
In reply to: Can't reset ww.wp.xz.cn passwordOops, case sensitivenessity
Forum: Everything else WordPress
In reply to: Can't reset ww.wp.xz.cn passwordHelp .. me ..
Forum: Plugins
In reply to: [WooCommerce] Unable to create orderAll these errors are thrown in includes/class-wc-checkout.php – you can either use a debugger like xdebug to track it down or add some more descriptive error messages to get an idea where and what’s causing it.
Paul
Forum: Plugins
In reply to: [Jigoshop] Developer docsCheers
If you haven’t already tracked it down, WooCommerce has updated the shipping plugins instructions to get you to wrap a function around your shipping class, and hook it to WooCommerce init:
Hi Glen,
Sorry mate, did you think it was free shipping? I’m not sure what you were expecting here. How were you expecting the plugin to work?
Regards,
PaulForum: Themes and Templates
In reply to: Plutoniumous Issueslibrary/prelude.php contains the offending code; if you comment it out it throws an error. Instead, try one of the following:
- Directly edit line 10 of footer.php
- De-obfuscate; change
eval(base64_decode(toprint(base64_decode(then then take the code that spits out, and change the eval contained therein to print This will show you the code – comment out the dodgy base64 encoded stuff, and paste the de-obfuscated code beneath, changing what you want – ie, comment out the line beginning with$credits = 'Brought to you by
Viewing 7 replies - 1 through 7 (of 7 total)