X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Free Full CustomerCare Software Addon for X-cart (https://forum.x-cart.com/showthread.php?t=7682)

deniz 05-20-2004 08:00 AM

Free Full CustomerCare Software Addon for X-cart
 
Dear Friends,

I have just finished a CustomerCare Addon software for x-cart.

And I will be happy to gice anyone who one wants to use it.

To configure it you only have to change the /connection/connection.php

as you database values.

Thats all.

After that , as you can see , you will never miss any request of your customers.
And your customers can investigate their all action in your store.
And also they will have history for all of each order they have.

And there is a question wizard addin.

And there is Ticket system addin.

No fee requested. Realy I will be glad to use anyone.

:idea: http://www.bookglobal.net/customercare.rar

shan 05-20-2004 08:25 AM

very generous of you.

maybe you should post a demo too

adpboss 05-20-2004 07:42 PM

This is incredible.

I just bought a FAQ system two weeks ago. I will investigate using this system however. THANK YOU!

John7 05-20-2004 10:18 PM

Hmmm intersting.
 
Hmmm intersting...

I think I'll try this out now.

Does this really integrate?

I didn't see any smarty in the folders.

John7 05-20-2004 10:48 PM

It has failed.
 
It has failed.

customercaremodule_news' doesn't exist


No documentation.

The SQL file seems to be missing.

John7 05-20-2004 10:58 PM

No go. :-(
 
No go. :-(


Sigh... I can't get to work for anything.

I even found a demo here:
http://www.bookglobal.net/customercare/


I also got many errors in the demo...

Any one else have any luck?

deniz 05-20-2004 11:00 PM

sorry I forget SQL :)

Code:

CREATE TABLE `customercaremodule_messages` (
  `id` tinyint(3) NOT NULL auto_increment,
  `orderid` varchar(255) default NULL,
  `sender` varchar(255) default NULL,
  `message` text,
  `senddate` varchar(255) default NULL,
  `reply` varchar(255) default NULL,
  `idle` varchar(255) default 'closed',
  KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=12 ;

# --------------------------------------------------------

#
# Tablo yapısı : `customercaremodule_news`
#

CREATE TABLE `customercaremodule_news` (
  `id` tinyint(3) NOT NULL auto_increment,
  `title` varchar(255) default NULL,
  `news` text,
  `adddate` varchar(255) default NULL,
  `link_if_it_is` varchar(255) default NULL,
  KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=9 ;

# --------------------------------------------------------

#
# Tablo yapısı : `customercaremodule_questions`
#

CREATE TABLE `customercaremodule_questions` (
  `id` tinyint(3) NOT NULL auto_increment,
  `value` varchar(255) default NULL,
  `idle` tinyint(5) unsigned default NULL,
  KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=12 ;

# --------------------------------------------------------

#
# Tablo yapısı : `customercaremodule_reviews`
#

CREATE TABLE `customercaremodule_reviews` (
  `id` tinyint(3) NOT NULL auto_increment,
  `subject` varchar(255) default NULL,
  `reviews` text,
  `first_lastname` varchar(255) default NULL,
  `country` varchar(50) default NULL,
  `email` varchar(255) default NULL,
  `status` varchar(255) default 'pasif',
  KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=6 ;


deniz 05-20-2004 11:03 PM

Kindly send me the bugs you found , I can fix them.

Regards

deniz 05-20-2004 11:11 PM

Also anyone can find live demo at:

http://www.bookglobal.net/customercare/

for test use account is:

username : deniztest
email : admin@satissitesi.com

John7 05-20-2004 11:23 PM

Thanks for the rapid response.
 
Thanks for the rapid response.

I'll go test it now.

Will let you know in a few mins how it turned out.


All times are GMT -8. The time now is 12:53 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.