Closed martyshep closed 1 year ago
@martyshep I believe this is fixed in the current version. (which requires the latest e107 git btw)
@CaMer0n I enabled (CC to yourself) option in Vstore >> Email Templates and didn't receive any email.
Thank you for the update. I will check on that.
Just info in regards to CC >
$eml = array( 'subject' => $tp->lanVars($subject, varset($this->data['order_ref'])), 'sender_email' => $sender_email, 'sender_name' => $sender_name, 'html' => true, 'template' => 'default', 'body' => $tp->parseTemplate($template, true, $this->sc) );
Might there be a conflict between HTML while e107 uses Text+Html ? Or reply-to like in mail manager class?
@tgtje @martyshep @realmontazeri I believe this commit should fix it. Please test again if you don't mind.
Yes thank you @CaMer0n 👍 While i was running live mode with language (used this to test) run only on English, replacing those 3 files in question (ok some LAN's not present, but runs). Email setting all on ON. I placed an order and voila Buy > received mail as client and also as admin. Order completed > mail as client and as admin (trigger=update (ok) ) Refund > mail as client and as admin (trigger=update (ok) ) Canceled > mail as client and as admin (trigger=update (ok) ) (even an old one in list now did react on setting /cancel) 👍
Grrr... files need LAN's ( and i thought i was done..hihi) back to design > pull r. closed .
Thank you @tgtje !! I left some more comments for the LANs. (sorry, more work)
When you test your purchases, are you using a paypal sandbox, or something else?
I (since i do have no real gateway accounts (after your message i looked at paypal (sandbox) i might get a developer account..Have to read in.
On question : from the start i always used Bank transfer (that is why i kept away trying to change too much ( i think) what might interfere with the gateway communication).
My store is set so it cc's the originating email address so the guys who post out my goods know to send our an item. Now when a sale is made, only the purchaser gets the email, not the CC email address.