Project

General

Profile

Actions

Tools » History » Revision 4

« Previous | Revision 4/6 (diff) | Next »
Max Milbers, 10/23/2011 10:23 PM


Tools

The tools in virtuemart 2 are meant for developers, testers, and in common professionals. Some people meant we should remove them, because they must use with care and they can just destroy your whole store. They should be never used in an already running store. But on the other hand, they help webdevelopers and spare a lot work. So to protect users from themselves we added an extra security for this commands. They must be enabled in the shop configuration first.
When you use this tools right, you almost never have to reinstall virtuemart, even when you are tester and getting the newest svn daily.

Tools for installation

Renew config by file

Deletes the stored configuration in the database and reset it with the values from the file /administrator/components/com_virtuemart/virtuemart.cfg. Be aware that it does not take the values from the
virtuemart_defaults.cfg-dist. This file contains the default configuration shipped with the core. So you can adjust the virtuemart.cfg to your needs and use it as a kind of backup.

Restore System Defaults

This deletes and restores the standard tables of vm, this means tables wich are most time not user generated, for exampel, admin menu, countries, currencies, orderstatus, states,... . This command maybe removed.

Remove VirtueMart Data

This removes the user generated data, categories, products, manufacturers, calculation rules, ... This may help you, when you heavily customised your store with own currencies, countries, states and so on, but you want to remove the actually displayed data.

Remove VirtueMart Tables

This just removes all virtuemart tables. It is meant, when you want to completly uninstall VM, it is not senseful to use it for a reinstall

Reset all tables and do a fresh install

One of the most interesting commands. It deletes all virtuemart tables and executes the install function of the installer. So you have a completly renewed virtuemart. This is very interesting for developers, testers, and administrators for test purposes.

Reset all tables and install sample data

Does the same as above, but installs directly the sampeldata.

Install tables or if necessary update them

This is very important for people who use the svn. This executes the updater function of the installer and updates your tables to the newest layout.

Tools for migration

Server settings of max execution time

When your server support max_execution overrides, then you can set here for the migration process an higher limit.

Memory limit of the server

When your server support memory_limit overrides, then you can set here for the migration process an higher limit.

Migration tasks

The radiobox gives you the possibility to execute different tasks of the migration

general

This is importing the general data, medias, categories, manufacturers, etc

users

This is importing the useraddresses

products
Executes general and imports then the products

orders

Executes products and imports then the orders

everything

Import everything in the right order

Set store owner

Here you can set your storeowner, when you provide an id, then to the userId, in the other case for the user who is executing the command.

Default category layout (browse page)

Enter here the default flypage, to prevent to be ported. This is quite important, because in the other case every category uses the overrides, which is bad to administrate.

Default category product layout (fly page)

Same as for the flypage, just for your browsepage

Write here the new storeowner id

Set here the new storeowner id, when you execute "Set store owner"

Updated by Max Milbers over 12 years ago · 4 revisions