Notification and tracking of orders

23.10.2022 23:18
#1
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 97
Quote
Notification and tracking of orders

Simple question I hope, how do I setup configuration etc. so that when someone places an order, I get notified and get all of their order information?
I have PayPal setup (I think)

Thank you

 
24.10.2022 09:33
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Notification and tracking of orders

https://www.joomshopping.com/forum/posts/7/4514.html?lang=en#1

 
24.10.2022 17:29
#3
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 97
Quote
Aw: Notification and tracking of orders

I am sorry, I am not finding the location for "folder logs" and "payment log info". Everything else is set that you listed.

Thanks

 
24.10.2022 19:01
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Notification and tracking of orders

YOURSITE/administrator/index.php?option=com_jshopping&controller=logs

 
24.10.2022 21:02
#5
dvolpesr1
Joomshopping forum user no avatar
Name: Stylianos
12.08.2022
Posts: 97
Quote
Aw: Notification and tracking of orders

Here is the index.php code, where/how do I place this?

<?php

/**
* @package Joomla.Site
*
* @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// NOTE: This file should remain compatible with PHP 5.2 to allow us to run our PHP minimum check and show a friendly error message

// Define the application's minimum supported PHP version as a constant so it can be referenced within the application.
define('JOOMLA_MINIMUM_PHP', '7.2.5');

if (version_compare(PHP_VERSION, JOOMLA_MINIMUM_PHP, '<')) {
die(
str_replace(
'{{phpversion}}',
JOOMLA_MINIMUM_PHP,
file_get_contents(dirname(__FILE__) . '/templates/system/incompatible.html')
)
);
}

/**
* Constant that is checked in included files to prevent direct access.
* define() is used rather than "const" to not error for PHP 5.2 and lower
*/
define('_JEXEC', 1);

// Run the application - All executable code should be triggered through this file
require_once dirname(__FILE__) . '/includes/app.php';

 
24.10.2022 21:05
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Notification and tracking of orders

-----
Open in brouser
YOURSITE/administrator/index.php?option=com_jshopping&controller=logs

 


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.