swicks
Forum Replies Created
-
topic resolved…
0.1.6 is now available for download – this should resolve any issues you were seeing with Woocommerce 2.01
Apologies, I missed the release date, I will make 0.1.6 available very shortly (today).
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Simulator Return ErrorIn simulator mode you can use HTTP – the message back should now look like:
INVALID – The IP address of the server sending the transaction does not match the valid IP address ranges listed in the Simulator. The IP address Simulator sees for your server is 149.127.120.232. You can add this IP in the Accounts section of Simulator if you wish.
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Simulator Return ErrorHi
If you are using 0.1.5 – add these 4 lines of code beforereturn $response_statuson line 835.else { return $response_statusdetail; }This should now display the IP address Sagepay thinks you are hosted on.
regards,
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Simulator Return ErrorHi
The fix is only to return the ip address your using So I wasn’t too concerned in the update. You need to setup a SagePay account giving u a simulator account with vendor name – setup your ISP IP address in your SagePay simulator screen. Set direct to simulator, you don’t need a password.
Regards SteveForum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Simulator Return ErrorFixed in next release
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] PCI DSS certificationSorry, I thought they had done a Server version. Is it the server version you require – will you need Sagetoken?
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] PCI DSS certificationHi
Are you looking for a SagePay Server version instead of direct . I believe that is available through code canyon.Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Off Line ordersHi Guy,
It doesn’t currently, the plan is to have actions to authorise payments in the SagePay Direct metabox, but not to actually take the payments through the admin page. I need to look at the best way to handle that and to see what effort would be involved. I’ll keep you posted…Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Error on checkoutHi
Apologies only just picked this up.
I’m unable to reproduce this issue on 0.1.4 or 0.1.5, what version of Woocommerce are you running?
Regards
Steve
Forum: Plugins
In reply to: [WooCommerce SagePay Direct Payment Gateway] Simulator Return ErrorHi
Apologies I’ve only just picked this up. Yes it is suppose to return the complete error message after INVALID (which contains the invalid IP). This is fixed in the next release. Thanks for letting me know.
Regards
Steve
the info I sent relates to woocommerce’s internal themes.
Worth checking the source that the div at the start of the category has ‘grid4column’ css class.
Otherwise speak to your template developer – css problem or page layout effecting your content.
copy templates/content-product.php to /themes/YOURTHEME/woocommerce
modify lines 31 to 36 to read:
<li class="product<?php if ( ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] == 0 || $woocommerce_loop['columns'] == 1) echo ' first'; if ( $woocommerce_loop['loop'] % $woocommerce_loop['columns'] == 0 ) echo ' last';?>”>
This issue is resolved in v2.0 beta.
You can also apply the same code to content-product_cat.php for categories.Forum: Plugins
In reply to: [WooCommerce] Products per rowTry setting the priority:
add_filter(‘loop_shop_columns’, ‘loop_columns’, 15);