Robin Hislop
Forum Replies Created
-
First of all, I forgot to say thank you for developing this free plugin.
I have managed to make the plugin work with WooCommerce 2.1.3 by changing the following lines in class.epdq.php:Line 427:
return array('result' => 'success', 'redirect' => add_query_arg('order', $order->id, add_query_arg('key', $order->order_key, $order->get_checkout_payment_url( $on_checkout = true ))) );
Lines 451-4:
'ACCEPTURL'=>$order->get_checkout_order_received_url(), 'DECLINEURL'=>$order->get_checkout_order_received_url(), 'EXCEPTIONURL'=>$order->get_checkout_order_received_url(), 'CANCELURL'=>$order->get_checkout_order_received_url(),
This works perfectly on the test environment, but fails on the live environment with an “unknown order/1/s/” error in the ePDQ error log. This error means the SHA hash of the fields does not match. My SHA-IN value is identical in the settings and in the ePDQ admin. What am I doing wrong?
Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] Duplicate footer using shortcodes in WooCommerceSorry for the delay in replying. The site’s on a dev server so I’ve put the source up on https://www.dropbox.com/s/gd4pnnffw8anb1b/Q%20and%20A%20Focus%20Plus%20FAQ%20source.html.
I’m not using multiple shortcodes, just [qa cat=xxx] on this page.
I tried using a shortcode in a normal WP i.e. non-WooCommerce page and it displays correctly, so it’s probably not the theme but a WooCommerce thing.
Forum: Themes and Templates
In reply to: Customising twenty ten navigation menuOK, I’ve found how to do this:
1. Create a new blank page called ‘News’.
2. In Settings > Reading, set ‘Front page displays’ to ‘A static page’, and set Front Page to ‘About’ and Posts Page to ‘News’.Voila!
Forum: Themes and Templates
In reply to: Customising twenty ten navigation menuThanks for your reply. I’ve tried this but the Home page is not on the list of pages (it’s the default blogging page) so I can’t rename it.
Also, how do you set the default page of the site to a static page?