Return page after successful payment using CCAvenue payment option

13.11.2018 17:49
#1
anildagia
Joomshopping forum user no avatar
Name: Anil
05.08.2011
Posts: 21
Quote
Return page after successful payment using CCAvenue payment option

Hello,

I have joomshopping intalled with CCAvenue payment addon.

After someone orders a product and then makes payment and the payment is successful, they are redirected to the page js_pm_ccavenue_return.php

And then when they are redirected, the system shows up with my default website page.

I thought that the system would bring the user back to a "Order Successful" page. While they get the order successful message, they also see other modules which are configured to be shown only on the home page.

How do I configure the system so that it shows ONLY the order successful message and does not show any other modules. Please look at the image I have attached
Return page after successful payment using CCAvenue payment option


Joomla: 3.9.0
JoomShopping: 4.18.2
PHP: 7.2.11
MySQL: 5.7.24
Website Url: https://www.anildagia.com
 
13.11.2018 17:57
#2
anildagia
Joomshopping forum user no avatar
Name: Anil
05.08.2011
Posts: 21
Quote
Aw: Return page after successful payment using CCAvenue payment option

Rather what I want is that once the payment is successful, the use ris taken to one specific blank page which just has the message "Order successful" and this is available as a menu option so that I can configure the modules that I would like to be visible for this menu.

 
13.11.2018 18:01
#3
anildagia
Joomshopping forum user no avatar
Name: Anil
05.08.2011
Posts: 21
Quote
Aw: Return page after successful payment using CCAvenue payment option

Refer attached image which I have created in paintbrush software.

This is how I would like that after payment is successful, then user is shown a page like this.
Aw: Return page after successful payment using CCAvenue payment option

 
13.11.2018 21:27
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Return page after successful payment using CCAvenue payment option

change js_pm_ccavenue_return.php
$_REQUEST['Itemid'] = xxx;

xxx - shop menu id

 
14.11.2018 07:11
#5
anildagia
Joomshopping forum user no avatar
Name: Anil
05.08.2011
Posts: 21
Quote
Aw: Return page after successful payment using CCAvenue payment option

Hmmm..

I have attached a screen shot of the file js_pm_ccavenue_return.php

There is no entry for
$_REQUEST['Itemid'] = xxx;

Is that correct?

What do I do?
Aw: Return page after successful payment using CCAvenue payment option

 
14.11.2018 07:48
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Return page after successful payment using CCAvenue payment option

Before include ...
add
$_REQUEST['Itemid'] = xxx;

example

$_REQUEST['Itemid'] = 123; (123 - menu id shop or checkout)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.