11 lines
356 B
PHP
11 lines
356 B
PHP
<?php
|
|
|
|
$txt_str['cart']['step_cart'] = 'Winkelmandje';
|
|
$txt_str['cart']['step_delivery'] = 'Verzending en betaling';
|
|
$txt_str['cart']['step_user'] = 'Contact';
|
|
$txt_str['cart']['step_summary'] = 'Overzicht';
|
|
|
|
$txt_str['cart']['url_delivery'] = 'verzending-betaling';
|
|
$txt_str['cart']['url_user'] = 'contact';
|
|
$txt_str['cart']['url_summary'] = 'overzicht';
|