Show Posts


Messages - ramya

Pages: [1]
1
Support / Re: Extension Development Doubt
« on: July 31, 2013, 05:11:29 AM »
Please reply me as soon as possible

2
Support / Extension Development Doubt
« on: July 31, 2013, 05:10:44 AM »
Hi Admin,

   Please help me out in understanding the code below and develop new extension required for me.
This i found it it 2checkout extension controller page.
what is the use of this? can i modify it and use as checksum validation send by a payment gateway?

// hash check
      if (!md5($this->request->post['sale_id'] . $this->config->get('ccavenue_account') . $this->request->post['invoice_id'] . $this->config->get('ccavenue_secret')) == strtolower($this->request->post['md5_hash'])) {
         exit;
      }

3
Extension Support / Indian Payment Gateway Configuration
« on: June 06, 2013, 03:07:04 AM »
Hi Team,

     I am really impressed by the AbanteCart Cart :) :). I am planning for a new option in AbanteCart cart to redirect final checkout page to indian payment gateway and after successful transaction it should redirect the page to AbanteCart cart and confirm the order placed.
Can you please help me out by giving few tips to redirect the page to payment gateway in such a way that it carries out total price value.
This is basically we need for Indian payment gateway, because paypal does not support Indian Rupee even if we open account also it accepts in dollars and convert them into rupee which may affect our final selling price of the product >:(.

Thanks in Advance,
Ramya

4
Support / Re: Edit the terms used
« on: June 06, 2013, 02:45:53 AM »
wow!! Thats working..Thanks a lot for your reply!! :)

5
Support / Edit the terms used
« on: June 03, 2013, 05:58:37 AM »
Hi AbanteCart Team,
   I really appreciate and love abantecart features. I am currently designing a website and in it i need to implement a shopping cart kind of module to book trainings.

I have downloaded and configured abantecart to use but one thing pinching me is to change the term "products" to "trainings". Can you please help me out in changing the display of such things. One thing if you tell me other things i will try to search and replace in the same way....

Thanks in Advance, :)
Ramya

Pages: [1]

Powered by SMFPacks Social Login Mod