Jump to content

Hakeem Salimon

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Hakeem Salimon

  1. 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>
  2. "The following errors were detected: Unfortunately there are no suitable shipping methods available for your order. This may be because the total weight of your order is too high or we cannot ship to your country. Please contact a member of our staff for any further inquiries." this is what i get trying to checkout from my newly installed cubecart store. this is the link https://uniquegarb.com.ng Any Help will be appreciated
×
×
  • Create New...