Jump to content

manually integrating VoguePay payment Gateway into cubeCart


Hakeem Salimon

Recommended Posts

I want know where and how i can integrate the payment Gateway on my cubeCart Store

 

<form method='POST' action='https://voguepay.com/pay/'>

<input type='hidden' name='v_merchant_id' value='qa331322179752' />
<input type='hidden' name='merchant_ref' value='234-567-890' />
<input type='hidden' name='memo' value='Bulk order from McAckney Web Shop' />

<input type='hidden' name='item_1' value='Face Cap' />
<input type='hidden' name='description_1' value='Blue Zizi facecap' />
<input type='hidden' name='price_1' value='2000' />

<input type='hidden' name='item_2' value='Laban T-shirt' />
<input type='hidden' name='description_2' value='Green XXL' />
<input type='hidden' name='price_2' value='3000' />

<input type='hidden' name='item_3' value='Black Noni Shoe' />
<input type='hidden' name='description_3' value='Size 42' />
<input type='hidden' name='price_3' value='8000' />

<input type='hidden' name='developer_code' value='pq7778ehh9YbZ' />
<input type='hidden' name='store_id' value='25' />

<input type='hidden' name='total' value='13000' />

<input type='image' src='http://voguepay.com/images/buttons/buynow_blue.png' alt='Submit' />

</form>


Sample HTML Form 2
<form method='POST' action='https://voguepay.com/pay/'>

<input type='hidden' name='v_merchant_id' value='qa331322179752' />
<input type='hidden' name='merchant_ref' value='234-567-890' />
<input type='hidden' name='memo' value='Membership subscription for music club' />

<input type='hidden' name='recurrent' value='true' />
<input type='hidden' name='interval' value='30' />

<input type='hidden' name='developer_code' value='pq7778ehh9YbZ' />
<input type='hidden' name='store_id' value='25' />

<input type='hidden' name='total' value='13000' />

<input type='image' src='http://voguepay.com/images/buttons/buynow_blue.png' alt='Submit' />

</form>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...