Author Topic: Link to the wrong file  (Read 8474 times)

Offline chousg

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
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

Offline chousg

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
unable to display file (account/account)
« Reply #1 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: unable to display file (account/account)
« Reply #2 on: February 14, 2013, 08:40:01 PM »
Hello.

What is the version of your AbanteCart?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Link to the wrong file
« Reply #3 on: February 14, 2013, 09:59:46 PM »
hello.
i checked that page and see that link is correct.
i guess you have trouble with session.
what "payment" do you use?
Send me URL as PM. i need to look.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline chousg

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Link to the wrong file
« Reply #4 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Link to the wrong file
« Reply #5 on: February 14, 2013, 10:28:09 PM »
private message
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Link to the wrong file
« Reply #6 on: February 15, 2013, 12:13:43 AM »
 i tried to place order and going to contact form from success page - any problems
« Last Edit: February 15, 2013, 12:15:59 AM by abolabo »
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline chousg

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Link to the wrong file
« Reply #7 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?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Link to the wrong file
« Reply #8 on: February 16, 2013, 12:13:50 PM »
abantecart use 2 different sessions for control panel and storefront.
If you tried to access to storefront after admin login it does not mean that you logged as customer.
admin user not equal customer user.

Register as customer and then test.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline chousg

  • Newbie
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Link to the wrong file
« Reply #9 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.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Link to the wrong file
« Reply #10 on: February 18, 2013, 12:22:16 AM »
yes. open 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>
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod