Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Newbie (Guest)
Newbie (Guest)
i m using viart shopping cart feature for my application
i m trying to add a new table and i want to insert some information in to the table(database) , i was unable to understand the way of inserting data to the table done by the VIART
 
Can any one help me its urgent ?
 
battleaxe
battleaxe
Hi Newbie
 
What application are you using? You will have to give more information. What do you need a new table for? How are you going to call the data from the table? You will need to adjust the code in the cart.
 
You can add a table using mysql 'create table' (use phpmyadmin)
 
You can add data to the database by importing / sql in phpmyadmin or 'insert_data'. This is for linux/apache only. Always back up before you begin adjusting the database. You may need to do some homework on database manipulation if you haven't done it before, this is probably not the forum for it.