diff options
| -rw-r--r-- | pages/ord/checkout.html | 2 | ||||
| -rw-r--r-- | products/ship/shipping.asc | 2 | ||||
| -rw-r--r-- | products/variable.txt | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 27d3ebf..cfcab31 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -85,7 +85,7 @@  								<div class="block-body">  									<div class="row">  										<div class="form-group col-md-6 d-flex align-items-center"> -											<input type="radio" name="mv_shipmode" id="option0" value="cpa" checked/> +											<input type="radio" name="mv_shipmode" id="option0" value="anteraja_REG" checked/>  											<label class="ml-3" for="option0">  												<strong class="d-block text-uppercase mb-2">[shipping-desc]</strong>  												<span class="text-muted text-sm"> diff --git a/products/ship/shipping.asc b/products/ship/shipping.asc index cf98af7..64c032a 100644 --- a/products/ship/shipping.asc +++ b/products/ship/shipping.asc @@ -1,3 +1,3 @@ -anteraja_reg:	Anteraja Regular +anteraja_REG:	Anteraja Regular  	crit	weight  	cost	f [pikul_cost company=__PIKUL_ANTERAJA__ service='REG' district='[evalue address2]' city='[evalue city]' province='[evalue state]' weight=@@TOTAL@@] diff --git a/products/variable.txt b/products/variable.txt index c5281be..ac684c1 100644 --- a/products/variable.txt +++ b/products/variable.txt @@ -78,7 +78,7 @@ SECURE_SERVER	https://__MVC_SERVERNAME__	Directories and Paths  SERVER_NAME	__MVC_SERVERNAME__	Directories and Paths  SETTLE_TRANSACTION		Payment  SHIP_DEFAULT_COUNTRY	ID	Shipping -SHIP_DEFAULT_MODE	anteraja_reg	Shipping +SHIP_DEFAULT_MODE	anteraja_REG	Shipping  SHIP_FLAT_DOM_RATE	5	Shipping  SHIP_FLAT_INTL_RATE	10	Shipping  SQLDSN	__MVC_SQLDSN__	Database |