Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
myworld20091
hi clyde, i uploaded this file, the problem was fixed immediately, thanks for your time and knowledge :clap:
glad its working.
Re: Return Authorization Module (RMA)
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?
Re: Return Authorization Module (RMA)
Meant to say pasted the code to the above folder sequence not uploaded.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
EAPerformanceParts
Meant to say pasted the code to the above folder sequence not uploaded.
check admin -> configuration -> define pages status and make sure it is set to 1
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
EAPerformanceParts
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?
YOUR_TEMPLATE = the name of the custom template you are using for your site.
In your case I believe it is cherry_zen
Re: Return Authorization Module (RMA)
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.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
EAPerformanceParts
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 uploaded it to:includes/modules/sideboxes/information.php
try uploading it to includes/modules/sideboxes/cherry_zen/information/php
Re: Return Authorization Module (RMA)
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.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
EAPerformanceParts
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>';
}
Re: Return Authorization Module (RMA)
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!