News:

AbanteCart v1.4.2 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - chousg

#1
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
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
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
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)
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
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
January 02, 2013, 07:07:38 AM
Appreciate that, great help.
#9
General Support / upload image error
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

Forum Rules Code of conduct
AbanteCart.com 2010 -