Jump to content

Hiding weight on product page.


LIBERTY

Recommended Posts

Is there somewhere within admin to turn off the weight display on the product page?

My 'all in one shipping' is based on product weight, including packaging, which is noticeably heavier than the actual item, so need to hide it on the product pages.

The less graceful alternative is to find the specification section within the skins and delete it.

 

Thanks

Link to comment
Share on other sites

If someone wants to achieve this manually, you are looking at changing file element.product.tabs.php in the skin templates around line 70 and removing the following section of code.

{if $PRODUCT.product_weight > 0}
                        <tr>
                            <td>{$LANG.common.weight}</td>
                            <td>{$PRODUCT.product_weight}{$CONFIG.product_weight_unit|lower}</td>
                        </tr>
                    {/if}

 

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