a) The list of defines is in includes/filenames.php.
b) When you want SSL. :) In most cases you won't.
"Are you concerned about the content being intercepted" is the question to ask.
a) The list of defines is in includes/filenames.php.
b) When you want SSL. :) In most cases you won't.
"Are you concerned about the content being intercepted" is the question to ask.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thanks, however, now I am confused as none of these following provides an indication of what to put in the middle.
In includes/filenames.php,
yet in tpl_site_map_default.phpCode:define('FILENAME_ACCOUNT', 'account'); define('FILENAME_PRIVACY', 'privacy');
Surprisingly,Code:<a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '"> <a href="' . zen_href_link(FILENAME_PRIVACY) . '">
does not occur in tpl_site_map_default.php.Code:<a href="' . zen_href_link(FILENAME_PRIVACY,'','NONSSL') . '">
For form pages, I would have thought "yes", but for other pages - "no".
Yet, in tpl_site_map_default.php, zen_href_link(FILENAME_CONTACT_US) does not mention either SSL or NONSSL.
Am I understanding correctly that form input data sent via email transmission is relatively insecure, and that invoking SSL via zen_href_link to the form pages will provide an SSL layer for those pages.
Please deconfuse me.
The "middle" parameter contains any parameters you need passed to the page. If you're not doing that kind of advanced coding, you just pass an empty string instead.
In the future you can determine the answer yourself by looking at the function definition for zen_href_link and all its parameters, by using the Developers Toolkit and looking for "function zen_href_link", and then do another search for just "zen_href_link" and see how it's used in various places to understand what parameters are inserted there and when.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.