Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chrish

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Posts posted by chrish

  1. Not sure I understand where you see a problem.

     

    The contribution is not attempting to hide PHP it provides a better uri than ?cPath=47 for human users and for bots.

     

    There is absolutely no reason to change privacy.php to privacy.html and therefore USU5 doesn't change it.

     

    Didn't understand the comment about duplicate content as there is none.

     

     

    Ahh ok, no problem, I just wasnt sure if it was meant to also change anything using the tep_href_function to auto convert .php to .html and I was seeing a problem my end, but obviously its OK then.

     

    How could I achieve that though like seo-g does?

     

    Also what I meant about duplicate content was if you could access both privacy.html and privacy.php.

     

     

    Thanks for your quick response, excellent work.

  2. Hello,

     

    Just a question as this also happens also with ultimate SEO URLs I found by chemo etc but not with SEO-G from what I remember.

     

    The product_info.php is working fine but in my footer and header I have links such as: (all using the tep_href_function)

     

    Index.php

    contacts_up.php

    privacy.php

     

    etc etc....

     

    How come these links arent converted to .html then creating a creating a redirect to .html version from .php thus disguising the fact its running on php and preventing duplicate content etc?

     

     

    Regards

     

    Chris

  3. This should do the trick... Please test it ;)

     

    <!-- Search -->
    <div class="search-box">
    	<?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'SSL', false), 'get'); ?>                                    
       <input type=text name="keywords" size="10" maxlength="25" class="search-field" value="Search..." onclick="this.value='';" onblur="if(!this.value) {this.value='Search...'; }">   
    	<input type="hidden" name="search_in_description" value="1" />
    	<input type="hidden" name="inc_subcat" value="1" />
    	<?php echo tep_hide_session_id() .'<input type="submit" name="search" value="" class="search-go" border="0" width="79" height="25">';?>	
    	</form>
    </div>	
    

     

     

    Also Ive noticed your advanced search result page aligns to the left and the search box height becomes smaller/ width is ok, also the floating review in internet explorer 8 is kinda over the contact us input box.

  4. On another site I had used this which works:

     

    <table cellpadding="0" cellspacing="0" border="0">
    							  <td width="100%" align="right"><b><?php echo IMAGE_BUTTON_SEARCH?>:</b><?php echo tep_draw_form('search',tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false),'get') ?><input type=text name="keywords" class="input" value="Search for..." onclick="this.value='';" onblur="if(!this.value) {this.value='Search for...'; }"><?php echo tep_image_submit('button_search_prod.gif','',' class="vam"')?></form></td>
    								</table>

     

     

    Ps I have a default review floating on the contact_us.php page on stock installation on internet explorer 8

×
×
  • Create New...