Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,812 members, 7,820,872 topics. Date: Tuesday, 07 May 2024 at 11:50 PM

I Need Help On How To Integrate/install Cashenveoy Donation On My Website - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / I Need Help On How To Integrate/install Cashenveoy Donation On My Website (957 Views)

Drupal: How To Integrate Bulk SMS To Work In Website? / Want To Accept Donation On My Wordpress Built Ngo Website / I Want To Integrate Ecommerce Into My Entertainment Blog. I Need Advice Please (2) (3) (4)

(1) (Reply) (Go Down)

I Need Help On How To Integrate/install Cashenveoy Donation On My Website by sotimonpe(m): 3:12am On May 19, 2016
Good morning dear experts in the house, please i need a step by step guild on how to integrate Cashenveoy donation gateway payment on my wordpress website. Please can anyone help me out?

Thanks
Re: I Need Help On How To Integrate/install Cashenveoy Donation On My Website by yusufabayomio(m): 10:42am On May 19, 2016
CashEnvoy has no plugin plugin specific to wordpress alone. Although they have a plugin for WooCommerce, https://wordpress.org/plugins/cashenvoy-woocommerce-payment-gateway/.

Depending on what you want to achieve, if its a simple donation system, you can use the HTML Button code. You use a raw HTML code plugin and insert the following code.

<style>
.btn{margin:10px;-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));background:-moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9');background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;display:inline-block;color:#666;font-family:Arial;font-size:15px;font-weight:bold;padding:10px;text-decoration:none;text-shadow:1px 1px 0 #fff}
.btn:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9e9e9),color-stop(1,#f9f9f9));background:-moz-linear-gradient(center top,#e9e9e9 5%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9');background-color:#e9e9e9}
</style>
<!--
Note: Replace the values below with your merchant id, the amount and the description of the item to be purchased.
Note: Replace https://www.cashenvoy.com/sandbox/?cmd=cepay with https://www.cashenvoy.com/webservice/?cmd=cepay once you have been switched to the live environment.
Do not change anything else!
-->
<!--<form method="post" name="ce" action="https://www.cashenvoy.com/webservice/?cmd=cepay" target="_self">-->
<form method="post" name="ce" action="https://www.cashenvoy.com/sandbox/?cmd=cepay" target="_self">
<input type="hidden" name="ce_merchantid" value="2"/>
<input type="hidden" name="ce_amount" value="4000.00"/>
<input type="hidden" name="ce_memo" value="Item Name"/>
<input type="hidden" name="ce_type" value="Simple"/>
<a class="btn" href="#" onclick="this.blur(); document.ce.submit();" title="Make payments with CashEnvoy!">
<span><img src="https://www.cashenvoy.com/images/paybt.jpeg" border="0"></span></a>
</form>


The code has comments with instructions on the values to change.

Visit https://www.cashenvoy.com/?cmd=developers for more cashenvoy integration information.
Re: I Need Help On How To Integrate/install Cashenveoy Donation On My Website by sotimonpe(m): 12:54pm On May 19, 2016
yusufabayomio:
CashEnvoy has no plugin plugin specific to wordpress alone. Although they have a plugin for WooCommerce, https://wordpress.org/plugins/cashenvoy-woocommerce-payment-gateway/.
Depending on what you want to achieve, if its a simple donation system, you can use the HTML Button code. You use a raw HTML code plugin and insert the following code.
<style>.btn{margin:10px;-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));background:-moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9');background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;display:inline-block;color:#666;font-family:Arial;font-size:15px;font-weight:bold;padding:10px;text-decoration:none;text-shadow:1px 1px 0 #fff}.btn:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9e9e9),color-stop(1,#f9f9f9));background:-moz-linear-gradient(center top,#e9e9e9 5%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9');background-color:#e9e9e9}</style>


<form method="post" name="ce" action="https://www.cashenvoy.com/sandbox/?cmd=cepay" target="_self">
<input type="hidden" name="ce_merchantid" value="2"/>
<input type="hidden" name="ce_amount" value="4000.00"/>
<input type="hidden" name="ce_memo" value="Item Name"/>
<input type="hidden" name="ce_type" value="Simple"/>
<a class="btn" href="#" onclick="this.blur(); document.ce.submit();" title="Make payments with CashEnvoy!">
<span><img src="https://www.cashenvoy.com/images/paybt.jpeg" border="0"></span></a>
</form>
The code has comments with instructions on the values to change.
Visit https://www.cashenvoy.com/?cmd=developers for more cashenvoy integration information.


Pls. How can i generat a draw HTML code plugin to insert the code

Thanks
08062094853
08075800577 Whatsapp ..
Re: I Need Help On How To Integrate/install Cashenveoy Donation On My Website by yusufabayomio(m): 1:29pm On May 19, 2016
https://wordpress.org/plugins/insert-html-snippet/

You can check the link above for that.

07067447047 - my whatsapp number for further clarification

(1) (Reply)

Urgent: I Need A Person Who's Excellent In Wordpress To Fix & Customize / How To Boost Your Seo And Traffic / Development Of Forum Website

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.