Show Posts


Messages - chousg

Pages: [1]
1
Template Support / remove contact us link on top of the menu
« on: July 09, 2014, 06:28:39 AM »
sir/madam

I like to remove this item "contact" from the menu item.
I follow this instruction (previous posting) and locate this content.tpl, however, the section is missing from my file:

/public_html/storefront/view/default/template/blocks/content.tpl
and remove line
Code: [Select]
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>

Below is the content of my file, appreciate your help:
<div class="s_block">
   <div class="block_tl">
      <div class="block_tr">
         <div class="block_tc"><img src="<?php echo $this->templateResource('/image/information.png'); ?>" alt="" /><?php echo $heading_title; ?></div>
      </div>
   </div>
    <div class="block_cl">
       <div class="block_cr">
           <div class="block_cc">
               <div class="information"><ul>
                   <?php foreach ($contents as $content) { ?>
                   <li><a href="<?php echo $content['href']; ?>"><?php echo $content['title']; ?></a></li>
                   <?php } ?>
                   
                   
                   <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
                </ul></div>
            </div>
        </div>
    </div>
   <div class="block_bl">
      <div class="block_br">
         <div class="block_bc">&nbsp;</div>
      </div>
   </div>
</div>


2
Sir

can you direct me to the page that I can edit the "contact us" page (one of the top menu item),
I like to either edit the form or delete it.

Thanks

3
Support / Re: Link to the wrong file
« on: February 16, 2013, 03:24:11 PM »
Sir/Madam

Thanks for your help.  I will give it a try.

One more question, can I disable the "contact us" link inside the content?  I can not locate this link in my "content manager".

Please see the attachment.

4
Support / Re: Link to the wrong file
« on: February 15, 2013, 05:25:57 AM »
Sir/Madam

When I clicked (store owner), the returned page is accounting login(/dir/index.php?rt=account/login), see the attachment. 

Is this correct?

5
Support / Re: Link to the wrong file
« on: February 14, 2013, 10:20:22 PM »
sir/madam

Version 1.1.2

Payment method: Cash On Delivery

homedirectory/index.php?rt=checkout/success

What is PM ? sorry

6
Support / unable to display file (account/account)
« on: February 14, 2013, 05:39:27 PM »
Dear Sir/Madam

Please help. Under my directory/ index.php?rt=checkout/success,  the link to ¨store owner¨ is pointing to the wrong file.  When I click the link, store owner (see picture), instead of linking to contact us, it directed user to account login page.

the correct link is  /dir/index.php?rt=account/account
but the displayed file is  /dir/index.php?rt=account/login

Is there anyway to fix the code and point to the correct page.  It seems the account/account is not working?  Anyone has the same problem. Greatly appreciate your help.

Thanks

7
Support / Link to the wrong file
« on: February 14, 2013, 04:02:36 PM »
Dear Sir/Madam

Please help. Under my directory/ index.php?rt=checkout/success,  the link to store owner is pointing to the wrong file.  When I click the link, store owner (see picture), instead of linking to contact us, it directed me to account login page.  Is there anyway to fix the code and point to the correct page.  Greatly appreciate your help.

Thanks

8
General Support / Re: upload image error
« on: January 02, 2013, 07:07:38 AM »
Appreciate that, great help.

9
General Support / upload image error
« on: January 02, 2013, 02:46:42 AM »
Dear Support
I failed to upload a 20 k pictures  but no problem with a 5k size picture.  Is that possible to increase the image size limit? 

Please help

Sincerely

Chou

Pages: [1]

Powered by SMFPacks Social Login Mod