Post by Ljubo » Fri Nov 29, 2013 8:52 pm

Thanks for hint.
The problem was that I did check for all those obvious things.

What I did not check was something I did not know about.
But, at the end, and with the help from a guy from my hosting company, I resolved it.

In case anyone would have similar problem in the future...

So, the problem was in invisible BOM - byte order mark.
It seems like it does not go well with UTF-8 and PHP.

Suggestion is to check files involved whether they contain the BOM or not - good way to do it is via Notepad++.
With the file opened, just click on Encoding menu and click on <Encode in UTF-8 without BOM>.
Save file and reupload it.

Thats it. Worked for me.

Active Member

Posts

Joined
Mon Jan 31, 2011 10:07 pm
Location - Serbia

Post by wearcoffee » Wed Dec 11, 2013 12:01 am

Got 1.5.6 and Just installed. Doesn't do anything. Same emails being sent to all notified.

Newbie

Posts

Joined
Thu Jul 11, 2013 7:24 am

Post by OC2PS » Wed Dec 11, 2013 9:16 am

wearcoffee wrote:Same emails being sent to all notified.
That's what it does. Without this extension, the mail sent to store owner/admin is very sparse. With it, owner gets same email as customer.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by DavJames » Wed Dec 18, 2013 3:46 pm

Hi, I'm using version v1.3 with OpenCart 1.5.6 and I'm using Uber Checkout and Paypal Standard. Your extension works fine except that I'm not receiving order comments in either the admin or customer email. This is surprising since you said this:
This mod also fixes a bug whereby the HTML emails being sent to customers did not include order comments/instructions. With this mod, the order confirmation to customer as well as the order notification to store owner include the order comments.
The strange thing is that when I deactivate your extension, in the standard plain text admin email I receive, the customer's comments ARE there.

Can you please help. Thanks

New member

Posts

Joined
Tue Dec 03, 2013 9:46 pm

Post by slewmania » Tue Feb 18, 2014 11:26 am

Hey There Thanks for the ext.
OC 1.5.6

After install, i'm actually getting less info on the confirmation email.

Here's the resulting email after install:
-----------------------------------------------------------------
You have received an order.

Order ID: 29
Date Added: 18/02/2014
Order Status: Complete

Products
1x test (test) $0.01

Order Totals
Sub-Total: $0.01
Total: $0.01
----------------------------------------------------
This is email before installation:
-----------------------------------------------------------------
You have received an order.

Order ID: 27
Date Added: 17/02/2014
Order Status: Complete

Products
1x Product name (FP-GREEN) $29.00
1x Product name (FP-RED) $29.00

Order Totals
Sub-Total: $52.72
Australian Shipping: $15.00
GST (10%): $6.77
Total: $74.49
---------------------------------------------------------------

Any Ideas?
Cheers
Daz

Newbie

Posts

Joined
Sat Apr 13, 2013 5:27 pm

Post by OC2PS » Thu Feb 20, 2014 3:29 pm

slewmania wrote:After install, i'm actually getting less info on the confirmation email.
Doesn't seem like you are getting "less" info...the shipping etc missing from the "after" email could be because shipping wasnt required for the product etc.

That being said, you should get much more information. 2 suggestions:
  1. Ensure you have HTML emails enabled
  2. Ensure there aren't other extensions modifying your email template

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by elhichko » Mon Apr 14, 2014 11:11 pm

after putting it in place, no order could be made, I did renamed the files, and it keeps not working ;( SAD me....
http://www.opencart.com/index.php?route ... on_id=6371
2014-04-14 15:04:46 - PHP Notice: Undefined variable: home in /home/ealexan/public_html/catalog/view/theme/Spicylicious/template/common/footer.tpl on line 65
2014-04-14 15:04:46 - PHP Notice: Undefined variable: compare in /home/ealexan/public_html/catalog/view/theme/Spicylicious/template/common/header.tpl on line 338
2014-04-14 15:04:46 - PHP Notice: Undefined variable: contact in /home/ealexan/public_html/catalog/view/theme/Spicylicious/template/common/header.tpl on line 341

here is the err in browser

16:35 14.4.2014 г.

Invalid JSON: <b>Notice</b>: Undefined index: reward in <b>/home/ealexan/public_html/catalog/model/onecheckout/checkout.php</b> on line <b>68</b>{"output":"<div class=\"payment\"><div class=\"buttons\">\n <div class=\"right\"><a id=\"button-confirm\" class=\"button\"><span>\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043f\u043e\u0440\u044a\u0447\u043a\u0430\u0442\u0430<\/span><\/a><\/div>\n<\/div>\n<script type=\"text\/javascript\"><!--\n$('#button-confirm').bind('click', function() {\n\t$.ajax({ \n\t\ttype: 'GET',\n\t\turl: 'index.php?route=payment\/cod\/confirm',\n\t\tsuccess: function() {\n\t\t\tlocation = 'http:\/\/e-alexandra.com\/checkout\/success.htm';\n\t\t}\t\t\n\t});\n});\n\/\/--><\/script> \n<\/div>"}

HELP needed urgently, as the shop is in maintenance mode now...

/\lex


Newbie

Posts

Joined
Fri Mar 28, 2014 12:45 pm
Location - Sofia

Post by OC2PS » Tue Apr 15, 2014 1:47 pm

elhichko wrote:HELP needed urgently, as the shop is in maintenance mode now...
The first thing you should do is disable the module. You can do that by changing the extension of the module's files from .xml to .xml_
elhichko wrote:after putting it in place, no order could be made, I did renamed the files, and it keeps not working ;( SAD me....
You seem to be using a custom theme and checkout, not the default ones. Perhaps the extension is not compatible with them. It is not viable to make a standard extension compatible with every theme and extension out there.

OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Image
Check out: All my extensions | My FREE extensions


User avatar
Active Member

Posts

Joined
Wed Jul 22, 2009 4:15 am
Location - Hungary

Post by elhichko » Tue Apr 15, 2014 2:19 pm

ту, I did a restore from my host backup, will give it a try one more time ;)

/\lex


Newbie

Posts

Joined
Fri Mar 28, 2014 12:45 pm
Location - Sofia

Post by akewq » Wed May 21, 2014 7:10 am

Nice Extension.... just downloaded it, using OC 1.5.6

got error when check out...

Code: Select all

Parse error: syntax error, unexpected '}' in /home/healthgu/public_html/home/vqmod/vqcache/vq2-catalog_model_checkout_order.php on line 620
any ideas why??... please help

thanks!

New member

Posts

Joined
Wed Apr 23, 2014 7:21 am

Post by robbiecs » Tue Feb 16, 2016 6:10 am

It's possible to have this extension for new version of opencart?

User avatar
Active Member

Posts

Joined
Sat Oct 24, 2009 5:29 am


Post by IP_CAM » Thu Mar 10, 2016 4:10 am

here it is, at least for OC v2.1.0.2 + v.2.2 - older v.2 - Versions not tested!
---
Add Product Images to Customer eMail Confirmation
http://forum.opencart.com/viewtopic.php ... 74#p607916
---
Good Luck ;)
Ernie
bigmax.ch/cart/

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by robbiecs » Thu Mar 10, 2016 4:31 am

thank you IP_CAM, but it add only image in the order? I need to receive a copy of order

User avatar
Active Member

Posts

Joined
Sat Oct 24, 2009 5:29 am


Post by IP_CAM » Thu Mar 10, 2016 5:43 am

I guess, one of them should do:
I use this in my v.1.5.6.5_rc:
http://www.opencart.com/index.php?route ... on_id=4137
found here:
http://www.opencart.com/index.php?route ... tification

Good Luck !
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by robbiecs » Thu Mar 10, 2016 5:52 am

but I have the opencart version 2.1.0.2

User avatar
Active Member

Posts

Joined
Sat Oct 24, 2009 5:29 am


Post by IP_CAM » Thu Mar 10, 2016 12:58 pm

robbiecs wrote:but I have the opencart version 2.1.0.2
OC-2 free-Mod Users will have to be patient, for the time beeing,
the Project has to generate some income first. :D
There is just none existing yet!
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by klg1125 » Wed Feb 14, 2018 7:23 am

I have added a Custom Field by going to Sales > Customers > Custom Fields

The field is showing on the Orders screen, under Payment Details.

What I want to do is add this field to the invoice that is sent to the owner via email once the order is placed.
How & in which file is this done?

Newbie

Posts

Joined
Thu Mar 14, 2013 5:06 am

Post by OCMDev » Sat Feb 24, 2018 2:41 am

Hi,

I don't know if you already managed to do it, but I wanted to let you know that we have an extension that does exactly what you require (OpenCart v2.x and v3.x compatible).
The extension propagates Custom Fields (of any type: Text, Checkbox, Select, Radio, Date etc.) to order confirmation email and other sections of OpenCart website (Frontend - Order History, Frontend - Address Book, Frontend - Checkout, Admin - Invoice, Admin - Dispatch Note, Admin Order Details). You can create unlimited number of Custom Fields (Address or Account)
If you want you can check more details and use a demo here: https://www.opencart.com/index.php?rout ... e=1&page=7 or here http://www.ocmdevelopment.com/

Hope this helps.
Have a good day!

OCMDev
Web: http://www.ocmdevelopment.com/
Contact1: ocmdevelopment@gmail.com
Contact2: contact@ocmdevelopment.com


User avatar
Newbie

Posts

Joined
Tue Jul 11, 2017 10:28 pm
Who is online

Users browsing this forum: No registered users and 6 guests