AbanteCart Community

Shopping Cart Operations => Support => Topic started by: chousg on February 14, 2013, 04:02:36 PM

Title: Link to the wrong file
Post by: chousg 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
Title: unable to display file (account/account)
Post by: chousg 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
Title: Re: unable to display file (account/account)
Post by: Basara on February 14, 2013, 08:40:01 PM
Hello.

What is the version of your AbanteCart?
Title: Re: Link to the wrong file
Post by: abolabo 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.
Title: Re: Link to the wrong file
Post by: chousg 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
Title: Re: Link to the wrong file
Post by: abolabo on February 14, 2013, 10:28:09 PM
private message
Title: Re: Link to the wrong file
Post by: abolabo on February 15, 2013, 12:13:43 AM
 i tried to place order and going to contact form from success page - any problems
Title: Re: Link to the wrong file
Post by: chousg 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?
Title: Re: Link to the wrong file
Post by: abolabo 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.
Title: Re: Link to the wrong file
Post by: chousg 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.
Title: Re: Link to the wrong file
Post by: abolabo 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>