Jump to content

Remove specification tab under the product page


Recommended Posts

For Foundation (which will get all new files when CubeCart gets upgraded), make these edits:

In the template content.product.php, near line 30, from:

<dd><a href="#product_spec">{$LANG.common.specification}</a></dd>

To:

{* <dd><a href="#product_spec">{$LANG.common.specification}</a></dd> *}

Near line 48, from:

<div class="content{if empty($PRODUCT.description)} active{/if}" id="product_spec">

To:

{* <div class="content{if empty($PRODUCT.description)} active{/if}" id="product_spec">

Near line 103, from:

</div>

To:

</div> *}

 

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...