pitune Posted February 14, 2007 Posted February 14, 2007 how can i remove this in my sql, can fin a thing about it..... whats the code for it...... INSERT INTO configuration VALUES ('', 'Indiv Ship Home Country', 'INDIVIDUAL_SHIP_HOME_COUNTRY', '223', 'Individual ship home country ID (other countries will have extra freight)', 7, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL); INSERT INTO configuration VALUES ('', 'Indiv Ship Outside Home Increase', 'INDIVIDUAL_SHIP_INCREASE', '3', 'Individual ship x increase for shipping outside home country. For example: If you set your item ship price to $50 and this value to 3 and ship outside your home country they will pay $150, and if this value was 2, they would pay $100.', 7, NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL);
Guest Posted February 15, 2007 Posted February 15, 2007 if you mean to remove these entries from your database you could use the phpmyadmin tool, edit the configuration table and remove them.
pitune Posted February 16, 2007 Author Posted February 16, 2007 if you mean to remove these entries from your database you could use the phpmyadmin tool, edit the configuration table and remove them. jep is that i mean... but dont no how the code is to remove it, its there am stuk...
Guest Posted February 16, 2007 Posted February 16, 2007 there isnt any code those entries are in the database. Typically they should be removed automatically when you uninstall a module. But sometimes there are problems. Now to manipulate the database contents, hosts typically provide a tool called phpmyadmin. You should check your host cpanel for mysql database or phpmyadmin. Once you locate this then you have your database tables. One of them is called configuration. You can browse the various entries of this table and you can add/remove entries. You have to backup your database before starting experiments though. Or if you feel uncertain install apache,mysql,php, into a local pc along with the phpmyadmin tool and oscommerce and play with it. http://www.phpmyadmin.net and search for xamp too. it includes all the packages.
pitune Posted February 16, 2007 Author Posted February 16, 2007 there isnt any code those entries are in the database. Typically they should be removed automatically when you uninstall a module. But sometimes there are problems. Now to manipulate the database contents, hosts typically provide a tool called phpmyadmin. You should check your host cpanel for mysql database or phpmyadmin. Once you locate this then you have your database tables. One of them is called configuration. You can browse the various entries of this table and you can add/remove entries. You have to backup your database before starting experiments though. Or if you feel uncertain install apache,mysql,php, into a local pc along with the phpmyadmin tool and oscommerce and play with it. http://www.phpmyadmin.net and search for xamp too. it includes all the packages. well there is some code left in my shop, got this under my Configuration, under Shipping/Packaging there comes from when i installet Individual Product Shipping 4.3 i have remove the tabels form the sql but there must be some more, some were..... Indiv Ship Home Country 57 Indiv Ship Outside Home Increase 0 Indiv Ship Home Country 57 Indiv Ship Outside Home Increase 0 its this i try to remove from the shop.....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.