I uploaded the module via sql and ftp and all seemed to be fine. I do not have a includes/modules/sideboxes/YOUR_TEMPLATE/information.php:
in that exact order. I uploaded it to:includes/modules/sideboxes/information.php
I've got all the files in the zen cart admin and on my server. My problem is I cant get the link to show up in the information box.
Any ideas as to whats going on?
Meant to say pasted the code to the above folder sequence not uploaded.
The define page status is set to 1 and yes "YOUR_TEMPLATE" for me is cherry_zen.
Thats why I'm unsure whats going on, all should be fine but its not showing up.
I didnt have this file:
try uploading it to includes/modules/sideboxes/cherry_zen/information/php
I even created it and still nothing. Everything was there but the link would just not show up.
I removed all associated files until I can figure out why this is not working.
You have an information sidebox showing up on your site it includes the following:
shipping and returns
privacy notice
conditions of use
contact us
So the template file must be located somewhere!
so its either in includes/modules/sideboxes/information.php
or
in includes/modules/sideboxes/cherry_zen/information.php
You just add this code snipit to into the file information.php
if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
Hey Clyde, not sure what happened but I got it to work and its there now. The only thing I noticed is my manufacturers and search box has black text, how can I change that back to white?
Thanks for your time!
Bookmarks