1. I modified my more_info sidebox to display the returns, it didn't work, so I have put it in the info box which did work. I suspect that this is because I modified the more_info sidebox some time back to give me an "about us" box, and I can't remember what I did, I am considering restoring the original side boxes as there is an about_us mod.
Use the following code in your more_info sidebox.
PHP Code:
if (DEFINE_RETURNS_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_RETURNS) . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
2. Everything is set to true in the admin panel, but the phone number is optional
The admin for the phone number option only sets whether the textbox will display or not.
Entering the phone number is optional since some people need it and others do not.
3. There are a number of white boxes on the same side of the form as the text (left).
Check this post for solutions to this problem.
www.zen-cart.com/forum/showpost.php?p=349494&postcount=97
4. I want to remove the "Action Requested" statement and just have it default to "Repair"
This would require some extensive re-coding. I can include it as an option in a future upgrade.
Bookmarks