News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Admin Folder Blocked Via Htacess | Update Account "Save" Image comes from Admin

Started by PRO, October 08, 2009, 17:51:19 PM

Previous topic - Next topic

PRO

1.1.3 J 1.5.14

If the admin folder is blocked via Htacess
During Checkout if a user wants to change their billing address
User clicks "update address"

Next Screen The "save" and "apply" images are called from the admin folder

This produces a pop up asking for server password

Filepath    /administrator/images/save_f2.png     and     /administrator/images/back_f2.png


FIX   account.billing.tpl     Take out "administrator" These files are on the front end as well.

<div style="float:left;width:90%;text-align:right;">
   <span>
      <a href="#" onclick="if( submitregistration() ) { document.adminForm.submit(); return false;}">
         <img border="0" src="/images/save_f2.png" name="submit" alt="<?php echo $VM_LANG->_('CMN_SAVE') ?>" />
      </a>
   </span>
   <span style="margin-left:10px;">
      <a href="<?php $sess->purl( SECUREURL."index.php?page=$next_page") ?>">
         <img src="/images/back_f2.png" alt="<?php echo $VM_LANG->_('BACK') ?>" border="0" />
      </a>



[attachment cleanup by admin]