Re: Return Authorization Module (RMA)
Sweet! That fix literally had my name all over it! :D
BTW, what did you change? It worked like a charm.
Thanks
Quote:
Originally Posted by
clydejones
Try this fix: I've checked it on each address I have and the come up correct.
Attachment 1984
Just unzip the and upload the includes folder to your server.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
voltage
Sweet! That fix literally had my name all over it! :D
BTW, what did you change? It worked like a charm.
Thanks
I had to re-work the sql statement that calls the address information.
Re: Return Authorization Module (RMA)
I think the prepopulate feature is really slick. How would I go about doing the same thing with the contact us page?
Thanks again for your help
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
voltage
I think the prepopulate feature is really slick. How would I go about doing the same thing with the contact us page?
Thanks again for your help
The contact us page does this by default.
Re: Return Authorization Module (RMA)
So has anyone zipped this one up and made it an official contribution or would one have to go through the entire thread and do the fixes..?
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
Svanis
So has anyone zipped this one up and made it an official contribution or would one have to go through the entire thread and do the fixes..?
Most recent version is available in the downloads section (Other Modules)
Re: Return Authorization Module (RMA)
Clyde,
I am not sure what happened, but the link in my sidebox no longer works. It is missing the / after my url before the page name, I uninstalled, and reinstalled and it didn't fix it. Where do I fix this? Thanks!
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
helpme
Clyde,
I am not sure what happened, but the link in my sidebox no longer works. It is missing the / after my url before the page name, I uninstalled, and reinstalled and it didn't fix it. Where do I fix this? Thanks!
This is how the link should appear in the information sidebox:
Code:
if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
Re: Return Authorization Module (RMA)
I just checked the link and it is correct. I even copied, pasted and uploaded it again just to make sure, but no change.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
helpme
I just checked the link and it is correct. I even copied, pasted and uploaded it again just to make sure, but no change.
You might want to uninstall/reinstall the mod.
first) manually delete these files:
includes/extra_datafiles/returns_filenames.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/returns_defines.php
includes/languages/english/YOUR_TEMPLATE/returns.php
includes/languages/english/html_includes/define_returns.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_returns.php
includes/modules/pages/returns
includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php
includes/templates/YOUR_TEMPLATE/css/returns.css
second) reinstall the mod.