Posted - 12/17/2023 : 14:55:05
Got an issue with the website when I add the following in the includes for version PHP v7.7.3 in chrome and edge:
$loyaltypointsnowholesale=TRUE; $loyaltypointsnopercentdiscount=TRUE;
// Wholesale pricing $wholesaleoptionpricediff=FALSE; $nowholesalediscounts=TRUE; $minwholesaleamount=300.00; $minwholesalemessage="Wholesale orders need to be minimum for US$300. Thank you for your support.";
Starts off by saying issue with $loyaltypoints=100;
when you comment it out it says issue with $loyaltypointvalue=0.0001;
when you comment it out, it says issue with $wholesaleoptionpricediff=FALSE;
and on and on and on. have to implement a backup includes and then it works just fine but no wholesale options turned on.
What might be causing this issue?
Thank you in advance.
Edited by - Awesome on 12/17/2023 14:55:45
|