₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,749 members, 8,432,415 topics. Date: Tuesday, 23 June 2026 at 04:39 PM

Toggle theme

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

Nairaland ForumScience/TechnologyWebmastersI Need Help On How To Integrate/install Cashenveoy Donation On My Website (1047 Views)

1 Reply (Go Down)

I Need Help On How To Integrate/install Cashenveoy Donation On My Website by sotimonpe(op): 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(op): 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

Drupal: How To Integrate Bulk SMS To Work In Website?Want To Accept Donation On My Wordpress Built Ngo WebsiteI Want To Integrate Ecommerce Into My Entertainment Blog. I Need Advice Please234

Notable Difference Between Airtel And Mtn #25 Night Browsing.Is Godaddy A Good Web Host? Please Share Your Experience!Who Needs A Payoneer Card?