Posted - 03/25/2019 : 10:45:35
Hi,
These show how to make changes for various things not how to remove.
I do not offer pick up at store (there is no store) and would prefer the option just not to appear - anything to save confusion.
My includes.php has
// Shipping / Tax Options $GLOBALS['taxShipping']=0; $GLOBALS['taxHandling']=0;
$GLOBALS['willpickuptext']="Pick up from store"; $GLOBALS['willpickupcost']=0.00; $GLOBALS['willpickupnohandling']=FALSE;
$GLOBALS['estimateshipping']=TRUE; $GLOBALS['autobillingtoshipping']=FALSE;
Do I set
$GLOBALS['willpickuptext']="Pick up from store";
to
$GLOBALS['willpickuptext']=FALSE;
or something similar?
Many thanks in advance
Alistair
Edited by - thorniteer on 03/25/2019 10:46:34
|