Posted - 08/18/2026 : 18:00:12
Check your vsadmin/includes.php file for the $detailpagelayout setting. Remove manufacturer and instock from that list while leaving the remaining entries in their current order.
For example:
$detailpagelayout='navigation,productimage,productname,description,price,options,addtocart,previousnext';
Also check proddetail.php itself in case $detailpagelayout is defined there, since a setting on that page will override the one in includes.php.
The older $showinstock setting is no longer used with the CSS layouts. Stock display is now controlled by whether instock appears in $detailpagelayout.
Hope this helps.
Patrick
|