The main goal pursued by developers was not to modify the original core system.
That approach allows us continue to work with component in a familiar way using own experience and experience of the huge Joomla and Zen-Cart communities.
Actions, such a changing appearance, add-ons installation, configuration etc. without which you can’t build any serious site are executed in the same way as in the source systems.
Another significant result of our approach is compatibility with virtually any Joomla’s or Zen-Cart’s add-ons.
In order to make it easy for Solid Cart users to make changes or upgrade to new versions we provide you with a list of changed files and alterations.
Administration Section
Excluded output button to delete the user. User management is carried out by Joomla
1 2
|
<a href="' . zen_href_link(FILENAME_CUSTOMERS, zen_get_all_get_params(array('cID', 'action', 'search')) . 'cID=' . $cInfo->customers_id . '&action=confirm', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '<!--a>'
|