News:

AbanteCart v1.4.2 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ramya

#1
Support / Re: Extension Development Doubt
July 31, 2013, 05:11:29 AM
Please reply me as soon as possible
#2
Support / Extension Development Doubt
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
Hi Team,

     I am really impressed by the Abante Cart :) :). I am planning for a new option in abante cart to redirect final checkout page to indian payment gateway and after successful transaction it should redirect the page to abante 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
June 06, 2013, 02:45:53 AM
wow!! Thats working..Thanks a lot for your reply!! :)
#5
Support / Edit the terms used
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

Forum Rules Code of conduct
AbanteCart.com 2010 -