How To Manage Virtuemart Admin From Joomla Frontend
By Default Virtuemart admin shop panel only can accessed on Joomla (yourjoomla/administrator/), so if we want to manage our shop, we must login to Joomla administrator first. But with right url and css we can do that on Joomla front end.
This is can work with both Joomla 1.0.15 and Joomla 1.5x.
- First, go to menu manager, choose any menu that you want to show url to manage Virtuemart shop.
- Then, create new link / url, and fill url form with this:
index2.php?pshop_mode=admin&page=product.product_list&option=com_virtuemart - Set access level to super administrator, in order only super administrator can see this url.
- Ok, now we have link to manage Virtuemart shop admin from frontend, you not have to login to Joomla administratorbut we must adding some css rel, open index2.php in your Joomla directory.
- Adding these in index2.php header (usually can work after <head> line )
<script language="JavaScript" src="<?php echo $mosConfig_live_site;?>/includes/js/joomla.javascript.js" type="text/javascript"></script> <link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/administrator/templates/joomla_admin/css/template_css.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/administrator/templates/joomla_admin/css/theme.css" type="text/css" /> <script language="JavaScript" src="<?php echo $mosConfig_live_site;?>/includes/js/JSCookMenu_mini.js" type="text/javascript"></script> <script language="JavaScript" src="<?php echo $mosConfig_live_site;?>/administrator/includes/js/ThemeOffice/theme.js" type="text/javascript"></script> <script language="JavaScript" src="<?php echo $mosConfig_live_site;?>/includes/js/joomla.javascript.js" type="text/javascript"></script>
And now you can accessed your Virtuemart shop admin from your Joomla frontend here are example preview:

Virtuemart Shop Admin On Joomla Frontend
ads:
Related posts:
Tweet This






