Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44
  1. #21
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Returns Authorization contrib - prob with form fields

    Sorry, I'm not sure why. Its working for me.

    Here's how the directory structure looks:

    includes -> extra_datafiles -> returns_filenames.php
    includes -> languages -> english -> CUSTOM_TEMPLATE -> returns.php
    includes -> languages -> english -> extra_defintions -> CUSTOM_TEMPLATE -> returns_defines.php
    includes -> languages -> english -> html_includes -> CUSTOM_TEMPLATE -> define_returns_.php
    includes -> modules -> pages -> returns -> header_php.php
    This line of code:
    $information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
    Included in: includes -> modules -> sideboxes -> CUSTOM_TEMPLATE -> information.php
    includes -> templates -> CUSTOM_TEMPLATE -> templates -> tpl_returns_default.php

    As I said the tpl_returns_default.php was modified to conform to other FORM based templates in v1.3.0.1

  2. #22
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Returns Authorization contrib - prob with form fields

    Fatal error: main() [function.require]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/c1800s/public_html/new/includes/templates/newest/templates/tpl_returns_default.php on line 18


    This is line 18

    require($define_page);

  3. #23
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Returns Authorization contrib - prob with form fields

    I took this line out looks like it started working.. Clyde is going to cause any problems?

  4. #24
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Returns Authorization contrib - prob with form fields

    It just calls the page located in the HTML_INCLUDES.

    try copying the define_returns.php from YOUR_CUSTOM and add it to HTML_INCLUDES

    The call is defined in includes -> modules -> pages -> return -> header_php.php

    See if that helps, if not leave it out if its working.

  5. #25
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Returns Authorization contrib - prob with form fields

    Sorry clyde, didnt realizee you had fixed it.

    I thought it was still the one I put out in early 2005
    Zen cart PCI compliant Hosting

  6. #26
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Returns Authorization contrib - prob with form fields

    Sorry the last suggestion didnt work! but taking that line out altogether makes it work! Thanks again Clyde :)

  7. #27
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Returns Authorization contrib - prob with form fields

    Merlin,

    Not a problem.

    I did it just for me, not thinking that others might want to use it.

  8. #28
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Returns Authorization contrib - prob with form fields

    Quote Originally Posted by clydejones
    In your tpl_returns_default.php

    near the top of the file find and delete the following lines of code:
    <tr>
    <td class="breadCrumb" colspan="2"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></td>
    </tr>

    This will take care of your breadcrumb issue.

    In the same file, find the following line of code; near the bottom.
    <td class="main"><?php echo zen_draw_textarea_field('reason', 'soft', 40, 15); ?></td>
    and change it as follows:
    <td class="main"><?php echo zen_draw_textarea_field('reason', 'soft', 'cols="40" rows="15"'); ?></td>

    That should take care of the stray 15.

    Let me know if everything works.

    PS. I re-wrote the entire template file so it would work better with v1.3.0.1
    Thanks Clyde - Worked a treat!!!

  9. #29
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Returns Authorization contrib - prob with form fields

    Not at all. Glad I could help.

  10. #30
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Returns Authorization contrib - prob with form fields

    Hi There

    Just wanted everyone to know that clyde's solution also worked with my other problem with link manager 1.5 which was the same as better categories problem.

    links manager 1.5 thread

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. How to process contact form with new fields data
    By corvettesalvage in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 May 2009, 05:33 PM
  2. stylesheet - help with form fields
    By yongkoom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Aug 2008, 12:04 AM
  3. returns authorization email issue
    By d1rage5 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 2 May 2008, 05:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg