first commit
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Flat Rate';
|
||||
|
||||
// Text
|
||||
$_['text_description'] = 'Flat Shipping Rate';
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Free Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_description'] = 'Free Shipping';
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Per Item';
|
||||
|
||||
// Text
|
||||
$_['text_description'] = 'Per Item Shipping Rate';
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Pickup';
|
||||
|
||||
// Text
|
||||
$_['text_description'] = 'Pickup From Store';
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Weight Based Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_weight'] = 'Weight:';
|
Reference in New Issue
Block a user