11 lines
337 B
PHP
11 lines
337 B
PHP
<?php
|
|
|
|
$txt_str['cart']['step_cart'] = 'Cart';
|
|
$txt_str['cart']['step_delivery'] = 'Shipping & payment';
|
|
$txt_str['cart']['step_user'] = 'Address';
|
|
$txt_str['cart']['step_summary'] = 'Summary';
|
|
|
|
$txt_str['cart']['url_delivery'] = 'shipping-payment';
|
|
$txt_str['cart']['url_user'] = 'address';
|
|
$txt_str['cart']['url_summary'] = 'summary';
|