Search found 7 matches

by otgrouch
Thu Mar 13, 2025 5:48 pm
Forum: Community Help & Support
Topic: Comments not posting to Order Confirmation email
Replies: 5
Views: 28792

Comments not posting to Order Confirmation email

1.0.9.9 store running php 8.3.17 Recently migrated from osc 2.3.4.1 CE When an order is placed, the order confirmation email is not listing the order comments. The comments are posting to the db and show in the order history. Looking at tpl_n_checkout.php, the code looks very similar to the code use...
by otgrouch
Tue Mar 04, 2025 6:58 pm
Forum: Community Help & Support
Topic: Contact us form missing customers email address
Replies: 15
Views: 38586

Re: Contact us form missing customers email address

Thank you! I also added

$email_text = "Customer Name: " . $from_email_name . "\n\n" . $email_text;

to include the customer name in the body of the email. It requires copy/paste to respond to the Enquiry, but at least the information is coming through.
by otgrouch
Tue Mar 04, 2025 5:35 pm
Forum: Community Help & Support
Topic: Contact us form missing customers email address
Replies: 15
Views: 38586

Re: Contact us form missing customers email address

Using 1.0.9.9.

The previous reply linked is this topic. I have tried everything mentioned here and it does not solve the issue. If an email client does not show full headers or reply to the 'reply-to' address, we have no idea who the enquiry is from nor have any way to respond to them.
by otgrouch
Tue Mar 04, 2025 4:57 pm
Forum: Community Help & Support
Topic: Contact us form missing customers email address
Replies: 15
Views: 38586

Re: Contact us form missing customers email address

Just encountered this issue in my store. We aren't seeing the 'reply-to' field and when we reply to an enquiry, it gets sent to the email in the 'from' field, which is the email_from that is defined in configuration. Is there some way to simply have the text of the email include the customer name an...
by otgrouch
Fri Feb 07, 2025 7:05 pm
Forum: Community Help & Support
Topic: Authorize.net SIM
Replies: 4
Views: 12459

Re: Authorize.net SIM

Looks like I was restricting myself to SIM because that's the only module I had found for oscommerce. eprocessingnetwork also uses AIM, so I'll give the available addon a try.
by otgrouch
Mon Feb 03, 2025 6:48 pm
Forum: Community Help & Support
Topic: Authorize.net SIM
Replies: 4
Views: 12459

Re: Authorize.net SIM

I've looked at that one and it won't work for me. My merchant processor allows the use of the authorize.net SIM (even though they aren't authorize.net) as a gateway to their site. I couldn't find the link to the version I am currently using - wasn't sure if the link I posted would be the same or not...
by otgrouch
Mon Feb 03, 2025 3:19 pm
Forum: Community Help & Support
Topic: Authorize.net SIM
Replies: 4
Views: 12459

Authorize.net SIM

I was using the oscommerce Authorize.net SIM module to process cards through my site (I use Clearant and eprocessingnetwork for card transactions). I like it because it doesn't require any card information be input directly on my site and places the PCI onus on eprocessingnetwork. The old module has...