mpbm23
Forum Replies Created
-
After cancelling paypal payment it redirected me to mysite.com/cart/ and from there everything worked fine.
What theme do you use?Forum: Reviews
In reply to: [Pay for Payment for WooCommerce] Doesn't work! :(Hi,
do you have the latest plugin version?
What payment gateways are you using?
have you disabled other plugins and test?
Have you tried a default theme?What payment gateways are you using?have you disabled other plugins and test? Have you tried a default theme?
Hi,
This notices does not show much.
Can you raise a question in the https://www.ads-software.com/plugins/multibanco-ifthen-software-gateway-for-woocommerce/ forum.
Also you said it happen also in an other plugin, what is that and what did it show to you?Hi,
you can enable debuging from here.https://codex.www.ads-software.com/Debugging_in_WordPress
Also you can try disabling all of your plug-ins , and try enable them one by one – enable -> test -> enable other plug-in -> repeat
Hi,
I installed this payment gateway and used pay4payment. It worked perfectly like all the others. Do you have the latest wordpress,woocommerce and multibanco versions?Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Problem with Enfold themeYou need someone to login to your account and debug.
If you cannot do it yourself you can try some paid plugins and you can ask them before purchase if they will work with your theme.Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Problem with Enfold themeHave you tried using a default theme?
Does it have the same behaviour?
What payment gateways are you using?
Can you debug using simple echo command to see in what point the script stops?
Also you have paid for support from the kriesi team so they must help you.Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Negative precentages do not work…Sorry, but I can not replicate what you are saying. After changing the payment method everything is recalculated, and lines are removed. What payment options are you using?
Forum: Plugins
In reply to: [qTranslate X] How to parse title from DBI am asking for a plugin that I have created, that returns the products data for woocommerce.
If the title returns [:en] title [:el] titlos [:] how do I parse it to an array so I can get only el ? Will I need a regular expression?Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Error on top of the basket pageTry replacing line 114 with this
$chosen_methods= WC()->session->get( ‘chosen_shipping_methods’ ));
if (is_null($chosen_methods))
{
$chosen_methods=[];
}if ( ! $disable_on_free_shipping || ! in_array( ‘free_shipping’ , $chosen_methods) ) {
If it works tell me to make a pull request it in github.
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Error on top of the basket pageWhat version of the plugin are you using, latest?
Also what theme have you installed?
Do you use free shipping, what shipping methods do you have enabled?Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] PayPal Charge now workingYou have exactly the same theme in both?
Can you enable debug mode?Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] PayPal Charge now workingApart from that have you tested with other payment gateway?
What version of the plugin are you using? What theme are you using?Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] PayPal Charge now workingCharging for paypal is not compatible with PayPal policy.
Details: PayPal User Agreement, > “4.6 No Surcharges”.
https://www.paypal.com/webapps/mpp/ua/useragreement-full?country.x=US&locale.x=en_US#4