kanishkzaakpay Posted January 13, 2014 Posted January 13, 2014 (edited) Zaakpay is the best payment gateway providers in India for all e-payments. Our payment gateway for websites "WebPay" includes everything required to connect your online business to your Internet merchant account. WebPay provides an intelligent and integrated online payment processing solution for empowering organizations to accept credit cards, debit cards and also accept payments through net banking payments. With the help of Zaakpay your business can now reach a wider audience across the country by enabling your e-store to start accepting credit cards and other payments online. Choose WebPay today for we have the fastest merchant account approval records of all the payment gateways in India and we get you up and running quickly with payment integration. Go to zaakpay.com/developers/guide to download the Zaakpay Integration Kit for OSCommerce. Edited January 13, 2014 by burt remove url Quote
burt Posted January 13, 2014 Posted January 13, 2014 Please upload your Addon to the addons area: addons.oscommerce.com Quote
Guest Posted August 25, 2020 Posted August 25, 2020 hi I am trying to install this payment gateway on my portal but it is showing an error in the ADMIN panel when i try to install the mod. Error as below: 1146 - Table 'bubblesn_oscom.TABLE_CONFIGURATION' doesn't exist select configuration_value from TABLE_CONFIGURATION where configuration_key = 'MODULE_PAYMENT_ZAAKPAY_STATUS' Can someone pls help me to resolve this.. thanks as i am new to OsCOMMERCE and PHP. thanks Quote
bonbec Posted August 25, 2020 Posted August 25, 2020 Please indicate which version of OsCommerce or Phoenix you are using. If you have a recent version, replace TABLE_CONFIGURATION by CONFIGURATION TABLE_XXXXes no longer exist. Quote with OsC 2.2 since 2006 ...
♥ecartz Posted August 25, 2020 Posted August 25, 2020 Or to be more precise, replace " . TABLE_CONFIGURATION . " with configuration The change of case and removal of quotes is intentional. In this particular example, it would probably end up looking like tep_db_query("select configuration_value from configuration where configuration_key = 'MODULE_PAYMENT_ZAAKPAY_STATUS'"); There's probably more stuff on the same line that you would need to keep. Quote Always back up before making changes.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.