> Hello all.
>
> First, I would like to say great job on FreeTrade!
> This is amazing at how easy it is to get going and all
> the functionality that is included.
:)
> I have been working on setting up a dummy shop (just
> to get the hang of FreeTrade before I implement it for
> a client). At the moment I am working at getting the
> SSL section to work, and it seems to make all the
> links go to https, instead of just a couple (ie.
> order_express, and order_billing screens). The only
> thing I can think of that might be making this happen
> is that I am having to "piggy-back" off my hosting
> services certificate. So the domain I have to access
> is different than what it is for http. I have hard
> coded this address into the standard_library screen in
> both locations that I saw it asked for them. Have I
> overlooked something here?
Hmm, perhaps you should just spend some time debugging your ScreenURL
function. Also, you might want to look through the archives for this
mailing list (perhaps doing a search for "freetrade ssl" at Google will
help), as this has been dealt with before. As a last note, perhaps you
should do your development on your own machine so that you don't have to
deal with these issues. When it's time to go live, you should probably
have a dedicated box as well as your own certificate. Having a
dedicated box increases security, and the cost of a certificate is small
if you are doing an ecommerce site.
> Also, I already see another problem I am going to have
> once that gets fixed. Is there an easy way to have
> different "page_top" &"page_bottom" navigation pages
> (one for secure and one non-secure images) other than
> having to hard code it?
There are a couple ways to do this. One solution is to output images
using an outputImage() function that automatically sets the full path to
the image depending on wether your are in SSL or not. Another solution
(you may implement both, if desired) is to have your own server as I
suggested earlier and set up the SSL htdocs directory to be the same as
the normal htdocs directory. This gets rid of the need for changing the
image paths dynamically (although doing so is always a nice feature). I
believe that the above two solutions are better than using an "if"
statement in your layout module in order to dynamically choose SSL vs.
non-SSL versions of a navigation module.
> Once again, great job with this project!
Cheers,
-jj
--
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
print "<i>imagination is the only real medium(sm)</i><br>"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]