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>
|
<button>Ladda upp</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
¤¤ product_meta ¤¤
|
||||||
<div id="product-history">
|
<div id="product-history">
|
||||||
<h2>Artikelhistorik</h2>
|
<h2>Artikelhistorik</h2>
|
||||||
¤history¤
|
¤history¤
|
||||||
|
@ -86,7 +86,9 @@ class ProductPage extends Page {
|
|||||||
$fields['checkout_hidden'] = '';
|
$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) {
|
private function build_history_table($history) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user