Hi
I'm totally new at Zen Cart, including PHP and such, so bear with me :) I've searched Google and the forums with no help.
My shop is coming along anyhow, although I've run into some problems. I'm using 1.3.8a with a swedish language pack.
1. I want to change the GV link text in the information box, but cannot find out how. In swedish this text spells out "Presentkort Frågor och svar". Where do I change this title?
2. In my login section there are several screwups. I don't know wether the issue is the swedish language pack but there are no headlines for HEADING_RETURNING_INFO, HEADING_SHOP_CONFIDENCE or HEADING_CUSTOMER_SERVICE, nor are there instructions for SHOP_CONFIDENCE_TEXT. It seems these headlines aren't defined somehow... why, and how do I change it?
I've found some traces of evidence in includes-->templates-->my_template-->templates-->tpl_login_default.php:
PHP Code:
<legend><?php echo HEADING_RETURNING_INFO; ?></legend>
<h3 class="AssuranceHeader"><?php echo HEADING_CUSTOMER_SERVICE; ?></h3>
<h3 class="AssuranceHeader"><?php echo HEADING_SHOP_CONFIDENCE; ?></h3>
<?php echo SHOP_CONFIDENCE_TEXT; ?>
Sure, I can just change the words in there, but i'm sure that'll just bring me into trouble later on.
3. Furthermore, in the login area, there are no images for the buttons (Process and Create_account respectively). The source code points towards definitions that aren't defined (at least that's how I understands it):
PHP Code:
<input type="image" src="includes/templates/template_default/buttons/swedish/BUTTON_IMAGE_CONTINUE_CHECK_OUT" alt="logga in" title=" logga in " />
Help! The shop is tagged "Under maintenance", but hopefully it wont matter for you guys