Paul Kevin
Forum Replies Created
-
Forum: Plugins
In reply to: [PesaPal Pay] How to add form fieldsI think thats mainly an issue on your PesaPal account limit. You will have to talk with one of their supports via mail and find out if they can increase the limit on your account
Forum: Plugins
In reply to: [PesaPal Pay] How to add form fieldsFor contact form 7, you would just place the shortcode above the donation shortcode. But the shortcode should not have a submit button
Forum: Plugins
In reply to: [PesaPal Pay] How to add form fieldsHello adrianqx,
At the moment the plugin does not have an option for extra field. With contact form 7 it will add a whole form and the data will not be saved. I will add some new features to enable addition of more fields.
Forum: Plugins
In reply to: [PesaPal Pay] Capturing the titleHello Marco,
Did you manage to get this solved?
Forum: Plugins
In reply to: [DukaPress] DukaPress make payment link not working in mobileHi Rossiback,
Sorry for the late response. Did you manage to solve this?
Forum: Plugins
In reply to: [DukaPress] Shipping Rate Not Added to Checkout TotalHello,
sorry on the late response for this. Please send me a mail at support[at]dukapress[dot]org So that I can work with you on resolving this faster.
Thank you
Hello,
Just committed an update. Though that should have not produced an error
Forum: Plugins
In reply to: [Admin Taxonomy Autocomplete] Plugin not workingGreat. Worked the way you said. Is it possible to disable adding on the post pages and only via the taxonomy page?
Forum: Plugins
In reply to: [Dukagate] Short CodesOooops, didnt see this. Its an issue with our mysql. Working on a permanent solution 🙂
Forum: Plugins
In reply to: [PesaPal Pay] Form ActionHello unlocksolutions.
I can do it for you for a small free. Contact me on paultitude[at]gmail[dot]com
Forum: Reviews
In reply to: [PesaPal Pay] Works As ExpectedYou are most welcome
Forum: Plugins
In reply to: [PesaPal Pay] Form ActionThanks:) I know want to make it plugabble to existing popular e-commerce plugins on WordPress
Forum: Plugins
In reply to: [PesaPal Pay] Form ActionThanks 🙂 Im working on something to make it load on another page and not an iframe 🙂 the issue is Pesapal handle the styling 🙁
Forum: Plugins
In reply to: [PesaPal Pay] Form ActionReference is the generated invoice id.
Can you check the transaction log if the invoice-id is being saved? I’ve committed another version that will set a default invoice-id if none is provided. Please try nowForum: Plugins
In reply to: [PesaPal Pay] Form ActionHi,
I have made an addition now you can use Javascript which I think will be better for you. So you can submit the normal form via ajax and return the email and total amount in KES back as the response. Then call the function
pesapal_pay_no_invoice(parentdivId,email, amount)
Where parentdivId is the ID of the div you want pesapal gateway to load.