Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default get a quote page help

    get a quote page
    Anyone use the above addon? I'm running version 1.5.5 When i try to run it on my page it fails All the logs I get are [02-Nov-2018 04:16:24 UTC] ERROR: Failed sending email to: "[email protected]" <> with subject: "Website Inquiry from Visions in Vinyl Designs" (failed validation)

    What I need is where someone can click a page like the contact us page and allow them to attach an upload file to the email sent to me.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: get a quote page help

    There's no support thread so you might want to contact the author by PM.

    A lot of changes have been poured in the bit bucket since May of 2015.

  3. #3
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: get a quote page help

    Sent an email to them and not much help told me to reload the plugin as something did not load.

  4. #4
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: get a quote page help

    Quote Originally Posted by cubmanky View Post
    Sent an email to them and not much help told me to reload the plugin as something did not load.
    Basically, the mod works without changes for a ZC155f site.. Check your files and that your file permissions are correct.. Some times the transferred files are incomplete, which is why the advice to re-upload the files.
    Dave
    Always forward thinking... Lost my mind!

  5. #5
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: get a quote page help

    Looks to me like yet another admin->configuration->E-Mail settings problem.

    Where that email address is listed on its own, try:

    Name to be shown or given <[email protected]>


    It appears that the email processing is not able to actually determine the email (expecting it to be provided within <>).
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: get a quote page help

    When I use the contact us page the email will go thru and it all works fine. .
    Name:  email setup.jpg
Views: 74
Size:  61.1 KB

  7. #7
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: get a quote page help

    I get the following error on my site when i hit submit.
    Error: Page Not Found
    If you think think you should not be seeing this error message, please contact us and tell us what you did to arrive at this page. We will do our best to resolve the error as soon as possible. Return to the homepage, or use the site map below to assist you in the navigation of our site.
    Install is simple as you have to change YOUR TEMPLATE folders to what I use. I have uploaded the files a couple times.

    Can anyone tell me what page the following code is trying to pull?
    Code:
    <?php
    /**
    
    * @package page template
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: Define Generator v0.1 $
    */
    
    // THIS FILE IS SAFE TO EDIT! This is the template page for your new page 
    
    ?>
    <!-- bof tpl_get_quote_default.php -->
    
    
    	<div class='centerColumn' id='get_quote'>
    
    
    
    <?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_DEFINE_GET_QUOTE, 'action=send'),'post',' enctype="multipart/form-data" '); ?>
    
    <?php
      if (isset($_GET['action']) && ($_GET['action'] == 'success')) {
    ?>
    <!-- 
    	/*
    	 *  Code changed on: May 26, 2014;
    	 * 	Fixed issue: Layout for success message;
    	*/
     -->
    
    
    <div class="mainContent success"><?php echo TEXT_SUCCESS; ?></div>
    
    <div class="buttonRow success-back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    </div><!--EOF #contact-form-wrapper-->
    
    <!-- 
    	/*
    	 *  End Code changed on: May 26, 2014;
    	*/
    -->
    
    <?php
      } else {
    ?>
    
    
    		
    <h1 class="back"><?php echo HEADING_TITLE;?></h1>
    <div class="alert forward" id="required-information"><?php echo FORM_REQUIRED_INFORMATION; ?></div>
    
    
    <?php if (DEFINE_CONTACT_US_STATUS >= '1' and DEFINE_CONTACT_US_STATUS <= '2') { 
    		echo '<div class="clearBoth contact-us-intro">';
    
    			require($define_page);
    		echo '</div>';
    	} 
    ?>
    
    
    <?php if ($messageStack->size('contact') > 0) echo $messageStack->output('contact'); ?>
    
    <!--
    
    <?php
    // show dropdown if set
        if (CONTACT_US_LIST !=''){
    ?>
    <label class="inputLabel" for="send-to"><?php echo SEND_TO_TEXT; ?></label>
    <?php echo zen_draw_pull_down_menu('send_to',  $send_to_array, 0, 'id="send-to"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    <?php
        }
    ?>
    -->
    
    <div id="contact-form-wrapper" class="back">
    
    	<div id="contact-col-left" class="back">
    
    <label class="inputLabel" for="contactname"><?php echo ENTRY_NAME; ?></label>
    <?php echo zen_draw_input_field('contactname', $name, ' size="40" id="contactname"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="email-address"><?php echo ENTRY_EMAIL; ?></label>
    <?php echo zen_draw_input_field('email', ($email_address), ' size="40" id="email-address"') . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
    <br class="clearBoth" />
    
    
    <label class="inputLabel" for="subject" ><?php echo ENTRY_SUBJECT; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
    <?php echo zen_draw_input_field('subject', ($email_subject), ' size="40" id="subject"'); ?>
    
    
    		
    	</div><!--EOF #contact-col-left-->
    	
    	
    	<div id="contact-col-right" class="forward">
    	
    		<label for="enquiry"><?php echo ENTRY_ENQUIRY . ' <span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
    		<?php echo zen_draw_textarea_field('enquiry', '30', '7', $enquiry, 'id="enquiry"'); ?>
    		<?php echo zen_draw_input_field('should_be_empty', '', ' size="40" id="CUAS" style="visibility:hidden; display:none;" autocomplete="off"'); ?>	
    	</div><!--EOF #contact-col-right-->
    		<div class="clearBoth"></div>
            <div id="contact-col-both" class="back">
                <label class="inputLabel" for="quote_file" ><?php echo ENTRY_UPLOAD_FILE; ?> <?php echo '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
    		<?php echo zen_draw_file_field('quote_file'); ?>
            </div>
    	
    	<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SEND, BUTTON_SEND_ALT); ?></div>
    	
    	
    	<div class="clearBoth"></div>
    </div><!--EOF #contact-form-wrapper-->
    
    <?php
      }
    ?>
    
    
    <div id="store-details-wrapper" class="forward">
    	
    	<div class="clearBoth"></div>
    	<div class="back contact-icon" id="business-icon">&#xe002;</div>
    	<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
    	<address class="back contact-info"><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
    	<?php } ?>
    	<div class="clearBoth"></div>
    
    
    </div><!--EOF #store-details-wrapper-->
    
    </form>
    	
    	</div>
    <!-- eof tpl_get_quote_default.php -->

  8. #8
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: get a quote page help

    Get a quote is a copy of contact us, use that form to correct issues with this one.. for FILENAME_DEFINE_GET_QUOTE is for the language page not the template page which is FILENAME_GET_QUOTE ...

    the email addresses used is the same one used for contact us! The quote page is very basic and a copy of the contact us,,
    Dave
    Always forward thinking... Lost my mind!

  9. #9
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: get a quote page help

    Quote Originally Posted by mc12345678 View Post
    Looks to me like yet another admin->configuration->E-Mail settings problem.

    Where that email address is listed on its own, try:

    Name to be shown or given <[email protected]>


    It appears that the email processing is not able to actually determine the email (expecting it to be provided within <>).
    Recommend updating the field: Email Address (Displayed to Contact You) to:

    Charles <[email protected]>

    Or use whatever name you want to display. The above error message is identifying that there is no content matching the above format.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Jan 2014
    Posts
    216
    Plugin Contributions
    0

    Default Re: get a quote page help

    Quote Originally Posted by mc12345678 View Post
    Recommend updating the field: Email Address (Displayed to Contact You) to:

    Charles <[email protected]>

    Or use whatever name you want to display. The above error message is identifying that there is no content matching the above format.
    I made the change and still get the error
    [06-Nov-2018 18:15:46 UTC] ERROR: Failed sending email to: "" <> with subject: "Website Inquiry from Visions in Vinyl Designs" (failed validation)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Quote marks in EZ Pages get messed up
    By kehrli in forum General Questions
    Replies: 4
    Last Post: 26 Aug 2013, 04:16 PM
  2. Replies: 6
    Last Post: 7 Sep 2012, 07:44 AM
  3. Unable to get USPS to quote international shipping
    By elgrcg in forum General Questions
    Replies: 3
    Last Post: 13 Jan 2011, 12:41 AM
  4. UPS: Unable to get quote
    By bloodandguts in forum Addon Shipping Modules
    Replies: 13
    Last Post: 12 Nov 2008, 02:19 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR