PDA

View Full Version : How to loose the shop button



Freakpyromaniacs
23-04-2010, 23:11
Hi guys, just installed the shop and the integration.
I will need a few days to get it all like i want so how can i close the shop for the members or how to loose the shop button that is automatically inserted in the navbar ?

And is there any option for template integration ?

Thanks in advance!

Greystoke
26-04-2010, 20:45
Hi,

If you go to your Admincp 'Plugins & Products' -> Plugin Manager -> oscShop process_templates_complete.

Remove the below code at the end of that plugin, will remove the Shop Button.


$template_hook['navtab_middle'] .= '<li'.$tabselected.'><a class="navtab" href="osc_shop.php">Shop</a>'.$tablinks.'</li>';


At the moment there is no vBulletin Template Integration for the shop, only osCommerce Templates can be used.

This is been looked into.