Guest Posted June 3, 2010 Posted June 3, 2010 Hi all. Hoping someone can help me out with this. I discovered there was no "continue" button on the "create account" page. I remedied this ("create_account.php" I changed "tep_image_submit" to "tep_image_button", but the button isn't linking to anything and I have no idea how to put that right. There is no link in the "create_account.php" file (that I can see) and I don't know the correct way to add it. I have the same problem with my "contact us" page. This is the code from the bottom of my "create_account.php" <div class="pagebox"> <?php echo tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?> </div> and my "contact_us.php" there are 2 references to the "button_continue.gif" <span class="leftfloat"> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?> </span> and <div class="rightfloat"> <?php echo tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?> </div> I'd be grateful for any help :) Chris Simply Scent
Guest Posted June 3, 2010 Posted June 3, 2010 Hi all. Hoping someone can help me out with this. I discovered there was no "continue" button on the "create account" page. I remedied this ("create_account.php" I changed "tep_image_submit" to "tep_image_button", but the button isn't linking to anything and I have no idea how to put that right. There is no link in the "create_account.php" file (that I can see) and I don't know the correct way to add it. I have the same problem with my "contact us" page. This is the code from the bottom of my "create_account.php" <div class="pagebox"> <?php echo tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?> </div> and my "contact_us.php" there are 2 references to the "button_continue.gif" <span class="leftfloat"> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?> </span> and <div class="rightfloat"> <?php echo tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?> </div> I'd be grateful for any help :) Chris Simply Scent Just before I noticed these buttons missing, I'd also noticed no "add to cart" on the product info page, I managed to put that back on by comparing the code with the one for the new products, as there was a "buy now" on there. Now I've noticed that buttons are missing from "advanced search" the "quick search" box and the shopping cart ("update cart"). Any ideas as to what might be going on. I have installed some contributions, but as far as I was aware the site was ok after each installation - but then I wasn't really looking for buttons! I've installed Osc-Css, One Folder Template, FCK Editor, Easy Populate. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.