Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nice Contrib - but problems with seperate Admin


nij4t2

Recommended Posts

Hi,

 

Before I begin, this is a nice contribution, and has provided some useful info even after just 3 days of being a live OSC site!

 

I experienced some problems with the install, apparently due to setting up my Admin pages under a seperate SSL website structure. I found references to $PHP_SELF in recover_cart_sales.php to present problems, but changing to a direct reference to the filename, and using tep_href_link helped sort this out (even if it is just a hack!)

So for example about 3 changes something like this had to be made:

                <form method=post action=<? // echo $PHP_SELF;
                               echo tep_href_link('recover_cart_sales.php');  // NJR  ?> >

 

I also found the email structure to be worded very well, but the footer relies on HTTP_SERVER, which for my setup on the admin side is an ssl-relay address, and not the same as my catalog address. I think it should probably refer to HTTP_CATALOG_SERVER?

 

I'd welcome thoughts from more experienced users!

 

Best Regards,

Nij

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...