Jump to content

remove categories


whatuwant

Recommended Posts

Before you listen to me, BACKUP!

 

I am barely qualified to make this advice. But I think if you go to templates>orderforms>default>products.tpl and remove the following code, you'll get the result you are looking for.

 

<form method="post" action="{$smarty.server.PHP_SELF}">

<p>{$LANG.ordercategories}: <select name="gid" onchange="submit()">

{foreach key=num item=productgroup from=$productgroups}

<option value="{$productgroup.gid}"{if $gid eq $productgroup.gid} selected="selected"{/if}>{$productgroup.name}</option>

{/foreach}

{if $loggedin}<option value="addons">{$LANG.cartproductaddons}</option>{/if}

{if $registerdomainenabled}<option value="domains">{$LANG.orderdomainregonly}</option>{/if}

</select></p>

</form>

 

Hopefully someone else can tell us if I am steering you wrong.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated