785

Product support

Get help in the plugin support forum.

  • Added on Dec 16, 2019
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

Ccavenue plugin allows you to easily create payment. It generates dynamic widgets using component that enable Ccavenue checkout on your CMS page.

Your customers will be able to pay for your products using CCavenue or Credit Card or other wallet options available.

Features

  • Fast install and flexible setup
  • Create widgets on the fly in a CMS page using component
  • Accept payments from users
  • View or Manage orders received from your backend dashboard
  • Quick settings configurations

Documentation & Usage - Backend

Once you have installed this plugin you need to go to the settings menu to configure some default options (Settings / Ccavenue / Ccavenue Settings)

  • Settings

    • Merchant Id: Your Ccavenue Merchant Id
    • Working Key: Your Ccavenue Working Key
    • Access Code: Your Ccavenue Access Code
    • Curency Code: The dafault currency code
    • Return Page: Your return page name

    In order to create a widget insert component(ccavenue payment) to CMS page and change the component settings according to you.

    Parameters: You can use additional parameters to customize your widgets.

    • Product Name: Description of the item
    • Amount: The price of the item (e.g. amount="4.95").

Return/Success Page

Create another CMS page with name as you provided in the settings section field "Return Page" and add the "ccavenue order" component to it and also you can modify the content of the page according to your design or requirement(in the markup section of page).

Markup Section
e.g.
-------
<div class="container">
    Thank you for payment.
</div>
--------
1.0.2

Create database tables.

Dec 12, 2019

1.0.1

Initialize plugin.

Dec 12, 2019