Guest timecrisis Posted December 1, 2005 Share Posted December 1, 2005 Hi All, After reading this post here: http://www.cubecart.com/site/forums/index....showtopic=13602 It appears that the blank email to the customer is how it works on 3.0.6? Is this right? Is this only when paying with Worldpay or with PayAPl IPN too? Should I be manually updating payments?...Should I apply Sir's fix to 3.0.6 too? Apologies if this is covered else where but the number of cross posts on this is confusing... If one fo the PHP fairies could chime in and clear this up I would be grateful... :lol: Quote Link to comment Share on other sites More sharing options...
Guest timecrisis Posted December 3, 2005 Share Posted December 3, 2005 Hi All, OK so it seems that Worldpay is the cause of the blank email issue and they are one and the same... Is there a chat going on about this elsewhere? I can't seem to find any other threads with discussion...Only one saying he had reinstalled Sirs Mod... I am sure brooky said it was all sorted in 3.0.6.... Sorry to drag this thread on and on...someone put it down please...It is the best thing for the poor old thing... :) Quote Link to comment Share on other sites More sharing options...
Guest gauz Posted December 3, 2005 Share Posted December 3, 2005 your fix done well for my site. only on language (i'm using nl). in $lang['front']['orderSuccess'] = array( 'inv_email_body_1' => "Beste %s, Bdankt voor je bestelling, je bestelnummer is: %s placed on %s De transactie was succesvol en we zullen het pakket z.s.m. verzenden . ~~~~~~~~~~~~~~~~~~~~~~~~~~ Naam: %s Subtotaal: %s Verzendkosten (wordt later berekend): %s BTW: %s Totaal: %s ~~~~~~~~~~~~~~~~~~~~~~~~~~ Factuur adres: %s etc etc... there is in nl language. but i didn't recieve in nl language, it stil in english even i order in nl language. anybody have a same problem? Quote Link to comment Share on other sites More sharing options...
Guest Trees Posted December 7, 2005 Share Posted December 7, 2005 worldpay blank email fix.... http://www.cubecart.com/site/forums/index....t=0entry68808 Quote Link to comment Share on other sites More sharing options...
Guest candifloss Posted December 16, 2005 Share Posted December 16, 2005 HI, Having just upgraded to version 3.0.6 i have a error appears some times when transfering to the payment processor - Warning: sprintf(): Too few arguments in /home/*****/public_html/store/includes/content/gateway.inc.php on line 265 Its down to this mail mod that was included in this version of CC, Can any one see what the error is $text = sprintf($lang['front']['gateway']['admin_email_body_1'], Â Â $cart_order_id, Â Â formatTime(time()), Â Â $ccUserData[0]['title']." ".$ccUserData[0]['firstName']." ".$ccUserData[0]['lastName'], Â Â $ccUserData[0]['email'], Â Â priceFormat($basket['subTotal']), Â Â priceFormat($emailShipCost), Â Â priceFormat($basket['tax']), Â Â priceFormat($basket['grandTotal']), Â Â $ccUserData[0]['title']." ".$ccUserData[0]['firstName']." ".$ccUserData[0]['lastName'], Â Â $ccUserData[0]['add_1'], Â Â $ccUserData[0]['add_2'], Â Â $ccUserData[0]['town'], Â Â $ccUserData[0]['county'], Â Â $ccUserData[0]['postcode'], Â Â countryName($ccUserData[0]['country']), Â Â $basket['delInf']['title']." ".$basket['delInf']['firstName']." ".$basket['delInf']['lastName'], Â Â $basket['delInf']['add_1'], Â Â $basket['delInf']['add_2'], Â Â $basket['delInf']['town'], Â Â $basket['delInf']['county'], Â Â $basket['delInf']['postcode'], Â Â countryName($basket['delInf']['country']), Â Â str_replace("_"," ",$_POST['gateway']), Â Â str_replace("_"," ",$basket['shipMethod'])); Many Thanks Chris Quote Link to comment Share on other sites More sharing options...
Guest Posted February 2, 2006 Share Posted February 2, 2006 Man I hate finding bugs in my work. I left out one stinkin period! Still need to fix the dot in the zip-file! B) Quote Link to comment Share on other sites More sharing options...
Guest gear351 Posted March 20, 2006 Share Posted March 20, 2006 This is a known bug from 3.0.5 and i have 3.0.10 and still not fixed? WTF are you guys doing? Quote Link to comment Share on other sites More sharing options...
Guest estelle Posted March 20, 2006 Share Posted March 20, 2006 @gear351 - Admin emails have been working fine since 3.0.6. If yours aren't working, then you probably stuffed something up in your settings. PS. You'll receive more help if you can try being a bit more polite. Quote Link to comment Share on other sites More sharing options...
Guest darmarat Posted April 28, 2006 Share Posted April 28, 2006 Hello Everyone Recently cart was upgraded to 3.0.10 Just wondering if a new customer signs up, (registers) or signs up for the newsletter, Would they receive a welcome email? I have tested this out but have had no luck with it. Also should admin receive notification when someone registers or signs on for newsletter? Any suggestions would be appreciated Darcy Quote Link to comment Share on other sites More sharing options...
Guest Nagaraj Iyer Posted October 17, 2007 Share Posted October 17, 2007 pls help even after hosting i am not able to get mails. Pls help Quote Link to comment Share on other sites More sharing options...
Guest tsneade Posted January 18, 2009 Share Posted January 18, 2009 Yes, these are good for 3.0.3 or 3.0.4 with no problem. In fact for those, you only need the lang.inc.php and the gateway.inc.php. Leave the orderSuccess.inc.php alone as the only difference is the version and date in the header. BTW, if any of you have modified your lang.inc.php files, the only section I changed is the $lang['front']['gateway'] section, so feel free to just copy that into your modded lang.inc.php file and you're golden. does not work on mine?? Quote Link to comment Share on other sites More sharing options...
Robsta Posted January 18, 2009 Share Posted January 18, 2009 Yes, these are good for 3.0.3 or 3.0.4 with no problem. In fact for those, you only need the lang.inc.php and the gateway.inc.php. Leave the orderSuccess.inc.php alone as the only difference is the version and date in the header. BTW, if any of you have modified your lang.inc.php files, the only section I changed is the $lang['front']['gateway'] section, so feel free to just copy that into your modded lang.inc.php file and you're golden. does not work on mine?? What version of CubeCart are you using? Quote Link to comment Share on other sites More sharing options...
Guest stevenp0827 Posted January 20, 2009 Share Posted January 20, 2009 Yes, these are good for 3.0.3 or 3.0.4 with no problem. In fact for those, you only need the lang.inc.php and the gateway.inc.php. Leave the orderSuccess.inc.php alone as the only difference is the version and date in the header. BTW, if any of you have modified your lang.inc.php files, the only section I changed is the $lang['front']['gateway'] section, so feel free to just copy that into your modded lang.inc.php file and you're golden. does not work on mine?? What version of CubeCart are you using? Does it work on 3.0.12 ? Quote Link to comment Share on other sites More sharing options...
Robsta Posted January 20, 2009 Share Posted January 20, 2009 Does it work on 3.0.12 ?Definately upgrade to the latest release, that will likely fix it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.