Jump to content

Removing modules


Guest

Recommended Posts

Is there an easy way to remove modules that you dont want?

For instance, I only want one country and one language, so I want to remove the language and country selector modules

Link to comment
Share on other sites

thats nice to know, but doesnt answer the question...

How do you get rid of Modules ?

There should be a way (through the admin pages) to define which modules appear on the home page

Link to comment
Share on other sites

heh

I assume you are being funny :unsure:

I researched the matter more myself, and this is what I found.

In the file:

\skins\Classic\styleTemplates\global\index.tpl

you will find the following:

	<div class="colLeft">

	{CATEGORIES}

	{RANDOM_PROD}  

	{INFORMATION}	

	{CURRENCY}

	{LANGUAGE}

	</div>

These items in {} tags define where individual modules get rendered.

Therefore, the only way to remove a module is to manually edit the index.tpl file. Readding it later requires readding it.

I guess I am spoiled by using a content management system (portal) which has a fully thought out system for adding, reordering and removing modules, whereas that was of secondary importance for cubecart

Link to comment
Share on other sites

Guest jbdancer

<div class="colLeft">

{CATEGORIES}

{RANDOM_PROD}  

{INFORMATION} 

{CURRENCY}



</div>

=> if you want to delete the language box you can indeed delete the {LANGUAGE}

For the country's you will need 2 go to your admin area - Store Config - Countries & Zones and delete the country's you don't want to ship 2 :unsure:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...