Posted - 01/03/2020 : 21:54:24
Hi Patrick, based on my trick here https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=100929 you might try
<?php if($_GET["prod"] === "the_prod_id") $detailpagelayout='your,options,here,contentregion5'; ?>
where the_prod_id is the product id of the item you want the content region to show on. Try placing that as the last thing before the include line on the proddetail.php page. <?php include "vsadmin/inc/incproddetail.php" ?>
Let me know if you have problems...
David
|