KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sharteel on August 12, 2008, 08:58:51 pm

Title: tracking ip
Post by: sharteel on August 12, 2008, 08:58:51 pm
Hi,

I have added two tables in database for tracking IP adresse from customer on checkout step.

I need to update sql request. Where are located sql request ?

Regards,

shar Teel.
Title: Re: tracking ip
Post by: julie on August 12, 2008, 09:12:49 pm
Take a look at http://www.konakart.com/engine_customization_faq.php .

You can use the Torque methods BasePeer.executeQuery() for selects and BasePeer.executeStatement() for updates, inserts and deletes.