Search found 11 matches

Page 1 of 1

Search found 11 matches

Re: [SOLVED] Admin, Add or Edit Order - Unexpected end of in

But to be honest, what's the reason for accessing any datas by CURL within the same domain?
Even though we have it working, I'd be interested to know why as well, for personal knowledge.

Jump to post
  • Tue Dec 23, 2014 10:01 am
  • Replies 91
  • Views 93542
Re: [SOLVED] Admin, Add or Edit Order - Unexpected end of in

Make sure your oc site is not protected by a .htaccess with logon security in it. I read it also creates this problem. As for dns (name resolution) if you have console or ssh access to your server, try to ping your hostname (the namr or domain name your site is running on). If it doesn't respond the...

Jump to post
  • Fri Nov 14, 2014 12:45 am
  • Replies 91
  • Views 93542
Re: Approve registered customers

Have a look in admin/view/sales/customer_list.tpl (i'm going from memory here, the path could be a little different). There's a condition to show the button, it's something like

Code: Select all

if $data('approve')
I changed it to

Code: Select all

if $data('approve') != ''
Works for me now.

Jump to post
  • Thu Nov 13, 2014 10:04 pm
  • Replies 14
  • Views 2796
Re: SyntaxError: Unexpected end of input OK

You seem to have the same problem I had, your server lacks dns entries. See my post about fixing it.

For completeness:
http://forum.opencart.com/viewtopic.php?f=181&t=132699

Jump to post
  • Thu Nov 13, 2014 9:57 pm
  • Replies 6
  • Views 3322
Re: Admin Dashboard Map

We also would like to do this, coding a getTotalOrdersByState() is not a problem. I think the countries on the map are layed out as points ? Is there a tool to generate more details for a country, for example USA states and Canada provinces ?

Thanks

Jump to post
  • Wed Nov 12, 2014 9:56 pm
  • Replies 6
  • Views 2610
Re: Orders - undefined constant https_catalog

We have the same problem. We first thought it was a server setup problem, but the problem came back when we setup our virtualhost for the site. So far we have this: - if site is just a sub-folder of document root (default apache config), we don't have the error. - as soon as we define a virtualhost ...

Jump to post
  • Fri Oct 31, 2014 9:48 pm
  • Replies 16
  • Views 9146
[SOLVED] Re: Admin, Add or Edit Order - Unexpected end of in

Here is what happened for us on this case. First: some useful background to understand what's happening: When, even in the admin, you modify (add, edit or delete) an order, the logic is to use the API to do so. The API acts as client, as if it was an actual client on the front-end. While narrowing d...

Jump to post
  • Wed Oct 22, 2014 12:48 am
  • Replies 91
  • Views 93542
Re: Approve registered customers

When I want to approve a (new) registered customer. I am being redirected to the admin login page with a error saying:
Invalid token session. Please login again.
Same here. Keep us posted if you find anything.

Jump to post
  • Tue Oct 21, 2014 10:54 pm
  • Replies 14
  • Views 2796
[SOLVED] Admin, Add or Edit Order - Unexpected end of input

SyntaxError: Unexpected end of input (Chrome) SyntaxError: Syntax Error (IE) Hi, I have searched high and low on this issue, as this error first appeared to be related with our site being password protected (apache .htaccess file). Now as I have verified and re-verified the virtual host where OpenCa...

Jump to post
  • Tue Oct 21, 2014 8:32 am
  • Replies 91
  • Views 93542

Page 1 of 1

Search found 11 matches