Jump to content

Jan T

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Jan T

  1. 'Sme again!

    After waiting a couple of hours, I reset the SMTP with authentication, saved, tested, and then tried the contact form again.

    Success! I did a test print order and then received the confirmation email. Julie is going to send a small PayPal order but we expect all will be well.

    Thanks again for your great helpful ideas.

    Jan T

  2. Hi Brian

    Here's the section in the file:

    // Send
    					if ($mailer->Send()) {
    						$GLOBALS['gui']->setNotify($GLOBALS['language']->documents['notify_document_contact']);
    						httpredir('index.php');
    					} else {
                  $GLOBALS['gui']->setError($GLOBALS['language']->documents['error_document_contact']);
                  $GLOBALS['gui']->setError($mailer->ErrorInfo);
                }
    				}
    			}
    
    			// Display form

    Attached the error screen

    Capture.PNG

  3. HI

    Options usually implies that there is a change (+/-) in the cost when choosing the option.

    That's why it shows the '+' sign. Does your price change if the product is red? If not, then use '0.00' for the price in the options. Then it will show + 0 and no change will happen to the price on the order.

    Hope this is what you wanted.

  4. It's in Languages; you must have missed it. The template variable tells you where to find it. In this case it's {$LANG.navigation.title}, so go to languages in the admin dashboard, click the language you want to edit, and select the Navigation phrase group from the drop-down. "Shop by Category" should be down the bottom of the list.

    Thank you, thank you, thank you! Looked all sorts of places in the templaters and xml files. Read your info, fixed in 2 seconds.

×
×
  • Create New...