michael_s
04-24-2009, 04:00 AM
How to make Loginbox Best work with STS + Dutch translation.
Step 1 - Upload loginbox.php to includeslanguagesdutch
Step 2 - Open the file sts_column_left.php in includesmodulessts_inc
Step 3 - Search for:
require(DIR_WS_BOXES . 'shopping_cart.php');
$sts->restart_capture ('cartbox', 'box'); // Get shopping cart box
Paste under:
require(DIR_WS_BOXES . 'loginbox.php');
$sts->restart_capture ('loginbox', 'box'); // Get login box
Step 4 - Open the file sts_template.html in includessts_templatesOWN DIRECTORYNAME
Add a box to the left or right colom by pasting $loginbox
That's it, greetz id2020.
More... (http://addons.oscommerce.com/info/2538)
Step 1 - Upload loginbox.php to includeslanguagesdutch
Step 2 - Open the file sts_column_left.php in includesmodulessts_inc
Step 3 - Search for:
require(DIR_WS_BOXES . 'shopping_cart.php');
$sts->restart_capture ('cartbox', 'box'); // Get shopping cart box
Paste under:
require(DIR_WS_BOXES . 'loginbox.php');
$sts->restart_capture ('loginbox', 'box'); // Get login box
Step 4 - Open the file sts_template.html in includessts_templatesOWN DIRECTORYNAME
Add a box to the left or right colom by pasting $loginbox
That's it, greetz id2020.
More... (http://addons.oscommerce.com/info/2538)