Posted - 05/12/2022 : 20:26:52
Goodaye Kelly, maybe I can offer you an alternative approach ... Stock Management: ON or OFF, you choose. Price: 0 includes.php $csproductpagelayout, $productpagelayout and $detailpagelayout // Make sure you omit the instock element
// ZERO PRICE $xxPrice=''; // Remove the word Price $pricezeromessage='Due to unstable pricing in our economy, please Enquire Now for the current price.';
$setschemaavailability=FALSE; // Prevent snippet availability http://schema.org/InStock AND http://schema.org/OutOfStock $setschemacondition=TRUE; // Rich Snippet for Product item condition is set to "NewCondition" $GLOBALS['xxOutStok']='Enquire Now to confirm availability';
// ASK A QUESTION on proddetail.php pages. For this to work, note that $socialmediabuttons must include "askaquestion" and $detailpagelayout must include "socialmedia" option in the layout. $useaskaquestion=TRUE; $GLOBALS['xxAskQue']='Enquire Now'; $GLOBALS['xxCUBlur']='Ask a question and we will answer shortly.'; $GLOBALS['xxAQBlr']='Ask a question and we will answer shortly.'; $askquestionparam1="Telephone"; $askquestionrequired1=FALSE; $xxAsqThk='<p>Your question has now been sent and you will receive an answer very shortly.</p><p><strong>Thank you for your interest</strong>.</p>'; $askaquestionsubject='Question about %pid% submitted by %name%';
Gary 

|