Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Will pick up option removal
Author « Topic »  

thorniteer
Starting Member

United Kingdom
43 Posts

Pre-sales questions only
(More Details...)

Posted - 03/25/2019 :  07:51:19  
I can't see in the PHP parameters how to switch this option off and not display in the checkout pages.

I know someone will be able to answer this in an instant but I can't see where the solution is!

Any help truly appreciated .

A.

Andy
ECT Moderator

95440 Posts

Posted - 03/25/2019 :  07:54:15  
Hi

That would be in vsadmin/includes.php - you would need to remove these https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#willpickup

Andy

Please feel free to review / rate our software

thorniteer
Starting Member

United Kingdom
43 Posts

Pre-sales questions only
(More Details...)

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

Andy
ECT Moderator

95440 Posts

Posted - 03/25/2019 :  10:48:13  
I would just delete these from includes.php

$GLOBALS['willpickuptext']="Pick up from store";
$GLOBALS['willpickupcost']=0.00;
$GLOBALS['willpickupnohandling']=FALSE;

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000