In includes/modules/sideboxes/yourtemplate/absolute_links.php,
Is it possible to change this code so it can be displayed on both ssl and nonssl page?
PHP Code:if ($request_type == 'NONSSL') {
In includes/modules/sideboxes/yourtemplate/absolute_links.php,
Is it possible to change this code so it can be displayed on both ssl and nonssl page?
PHP Code:if ($request_type == 'NONSSL') {
absolute_links.php is not a file that is part of the distribution
Did you look for a support thread for the mod?
Zen-Venom Get Bitten
I can't find a support thread for this mod.
Only 3 PHP files uploaded.
1. includes/languages/english/extra_definitions/YOUR_TEMPLATE/absolute_links_defines.php
2. includes/templates/YOUR_TEMPLATE/sideboxes/tpl_absolute_links.php
3. includes/modules/sideboxes/YOUR_TEMPLATE/absolute_links.php
The only 'SSL' word I'd found is in the absolute_links.php file.
Most will drop side boxes on secure pages to avoid the issue you are seeing
Zen-Venom Get Bitten
I just want to display the absolute links sidebox on my customer's account page.
This should be OK as they are just links and can be httpI just want to display the absolute links sidebox on my customer's account page.
Only thing that will break is if you pull an image or other item into the page from an http location versus from a https location as in an image that exists off your server
Zen-Venom Get Bitten
This idea just came up.
What if I just duplicate the sidebox. So I have two identical sidebox but with different purpose. One will appear on secure page & the other one on non secure page.
I will then change the code,
1.absolute_links.php
2.absolute_links_2.phpPHP Code:if ($request_type == 'NONSSL') {
Do you think this would work?PHP Code:if ($request_type == 'SSL') {
Not necessary for link to another siteDo you think this would work?
Are you getting errors?
Post a Link to your aite
Zen-Venom Get Bitten
Hey! Found something
http://www.zen-cart.com/forum/showthread.php?t=120388
But this turns blank sidebox off only for checkout and login. But if someone logs in and then browses around they'll get the SSL error
Last edited by Tapper; 11 Mar 2010 at 05:00 PM.