Hello, i want to use the field/tab 'attachments' in the product site, but without an attached file. I can create this as usual in BO but to attach a file there is mandatory.
We will use this tab for further product information and safety warnings, but we have to give this in plain text form, we do not need an attached file.
How can we change this?
There is the following in global.css, can we modify here or anything else?
Question
DRMasterChief
Hello, i want to use the field/tab 'attachments' in the product site, but without an attached file. I can create this as usual in BO but to attach a file there is mandatory.
We will use this tab for further product information and safety warnings, but we have to give this in plain text form, we do not need an attached file.
How can we change this?
There is the following in global.css, can we modify here or anything else?
{if isset($features) && $features}
<!-- Data sheet
<section class="page-product-box">
<h3 class="page-product-heading">{l s='Data sheet'}</h3>
<table class="table-data-sheet">
{foreach from=$features item=feature}
<tr class="{cycle values="odd,even"}">
{if isset($feature.value)}
<td>{$feature.name|escape:'html':'UTF-8'}</td>
<td>{$feature.value|escape:'html':'UTF-8'}</td>
{/if}
</tr>
{/foreach}
</table>
</section>
<!--end Data sheet
{/if}
Or can we change this mandatory field for 'file' upload in BO to non-mandatory anyhow? What will be the best solution?
thanks for your input 👍
Edited by DRMasterChief20 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now