Fixed too many fields showing up when creating a new product
This commit is contained in:
parent
a7d961c4d3
commit
d3e6ee7ab2
@ -306,6 +306,8 @@
|
||||
<button>Ladda upp</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
¤¤ product_meta ¤¤
|
||||
<div id="product-history">
|
||||
<h2>Artikelhistorik</h2>
|
||||
¤history¤
|
||||
|
@ -86,7 +86,9 @@ class ProductPage extends Page {
|
||||
$fields['checkout_hidden'] = '';
|
||||
}
|
||||
}
|
||||
return replace($fields, $this->fragments['product_form']);
|
||||
$out = replace($fields, $this->fragments['product_form']);
|
||||
$out .= replace($fields, $this->fragments['product_meta']);
|
||||
return $out;
|
||||
}
|
||||
|
||||
private function build_history_table($history) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user