Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Account details


Guest

Recommended Posts

Posted

Is it me or is there no way for customers to log on and view what they have bought and at what status their order is?

 

Or am i missing something so obvious its scary

Posted
Or am i missing something so obvious its scary

 

Its scary all right....

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted

ok rather than the sarcasm maybe you could inform me.

Posted

When you go the the account portion, where you change your password etc, there is an order history section to go to. There is also a previous orders section at the top as well.

 

Its under my account information...

 

Sorry for the sarcasm, sometimes I just cant help myself.... :P

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted
When you go the the account portion, where you change your password etc, there is an order history section to go to. There is also a previous orders section at the top as well.

 

Its under my account information...

 

Sorry for the sarcasm, sometimes I just cant help myself.... :P

that will be why.. for some reason I did not have an account information area.

 

I have checked the files but for whatever reason there was no link to the accounts sections....

 

Thanks anyway

Posted

That area should show up after you log in. The log in button should change to a my account button after you are logged on.

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted
That area should show up after you log in. The log in button should change to a my account button after you are logged on.

for some reason mine comes up with logout... its very odd.

 

anyway apologise if i seemed rude just thought there was simple answer.. :o

Posted

Thats right, i don't really remember since I changed mine from the default. But if you go to your site, and just click the log in button and log in, it should take you to the account options screen.

 

There is a simple answer, just me remembering where it is located is the hard part...

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted

Its to the right of the log off button in the header

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted

my site is totally not the standard OSC install now... there has been quite a bit of change done to it.... maybe somewhere along the line I have deleted something out.

 

If I go to account.php, the page is there just no obvious link on the site to direct you there

Posted

Oh, IC. I imagine you are trying to put it back somewhere now then...

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Posted

i have managed to add the button back in... my only problem is that it is now there permanently.. I would obvious prefer this account button to appear when a customer is logged in..

 

Now the coding i beleive i need is:

 

<td><?php if (tep_session_is_registered('customer_id'))

 

 

 

the bit i have just added is:

 

<td class="menubarmain_td3"><a onmouseover="account.src='<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_bt_accounta.gif';"

onmouseout="account.src='<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_bt_account.gif';"

href="<?php echo tep_href_link(FILENAME_ACCOUNT);?>" class="headerNavigation"><img src='<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_bt_account.gif' name=account border=0 id="account"></a>

<table width="100%" class="expender_tb">

 

 

 

any idea how to incorporate the 2 bits to work the way i need it too...

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...