Search found 1909 matches

Search found 1909 matches

Re: OC 2.0.1.2 Blank page admin login

What do u suggest? I've added error reporting to php ini file and index.php
Checked database and error reporting is on

Jump to post
  • Tue Apr 09, 2019 10:07 pm
  • Replies 6
  • Views 680
Re: OC 2.0.1.2 Blank page admin login

I have. Like I said in first post, error logs don't show anything to explain the error.

Jump to post
  • Tue Apr 09, 2019 8:32 pm
  • Replies 6
  • Views 680
Re: OC 2.0.1.2 Blank page admin login

That page works fine. But when you try to login and the page refreshes, it's blank.

Jump to post
  • Tue Apr 09, 2019 8:18 pm
  • Replies 6
  • Views 680
OC 2.0.1.2 Blank page admin login

A friend of mine is getting a blank page when trying to login to his opencart. OC 2.0.1.2 Ive turned on error reporting, both in the php.ini and admin/index.php however the error logs don't show anything to explain the issue. He tells me that 123-reg recently moved his website over to a new Linux se...

Jump to post
  • Tue Apr 09, 2019 6:36 pm
  • Replies 6
  • Views 680
Re: OC 2.3.0.2 strange error 406 admin settings after host moved server

Thanx. I've already tried your links apart from the check up down I'll try that. But the hoster is no luck. I've tried. They are insisting everything is the same as the old server and so won't disable mod security. Ive tried connecting via ssh and running a command to see if any security rules are b...

Jump to post
  • Tue Jan 23, 2018 2:24 pm
  • Replies 3
  • Views 718
OC 2.3.0.2 strange error 406 admin settings after host moved server

So a client of mine recently had Godaddy (yes i know) transfer his domain over to another sever, since then, the admin multistore settings pages keep bringing up an Error 406 when i try to edit and save a setting. Also, orders do not appear to be received, nor do they get added to the database, howe...

Jump to post
  • Tue Jan 23, 2018 1:58 am
  • Replies 3
  • Views 718
Re: insert data to order_products table by product sort_order

Unfortunately modifying the cart library was just a way of achieving what I wanted. I didn't discuss it because it wasn't something I thought I had to do to get what I wanted to work.

To be fair I did ask a simple question relating to the order_products table. Nothing else would have mattered.

Jump to post
  • Tue Dec 05, 2017 3:07 pm
  • Replies 12
  • Views 7981
Re: insert data to order_products table by product sort_order

Guys, thanks for your help but ive found a work around. For anyone thats insterested in system\library\cart\cart.php I added ORDER BY p.sort_order to the end of $product_query = $this->db->query This assigned the correct sort order to the cart for any product added, which in turn also adds each prod...

Jump to post
  • Tue Dec 05, 2017 12:53 am
  • Replies 12
  • Views 7981
Re: insert data to order_products table by product sort_order

Just by product sort order. The sort order you define in admin products. I need the sort order info included in the order_product table when data is inserted. Just a rough idea where to add the data in terms of which modal file and whether product sort order is available to add in that modal file of...

Jump to post
  • Mon Dec 04, 2017 11:47 pm
  • Replies 12
  • Views 7981
Re: insert data to order_products table by product sort_order

Version is 2.3.0.2.

In specific location to apply it to at this stage other than perhaps admin order details and invoices.
a rough idea would be enough for now.

Jump to post
  • Mon Dec 04, 2017 11:36 pm
  • Replies 12
  • Views 7981
Re: insert data to order_products table by product sort_order

Thanx. That would work to display in order however I wish to insert the sort_order to the table so I can pull the data by sort order in other extensions.

Jump to post
  • Mon Dec 04, 2017 11:06 pm
  • Replies 12
  • Views 7981
insert data to order_products table by product sort_order

I need to arrange the data for the order_products table by product sort order.

So the table not only groups by order id, but each product id is arranged by product sort order also.

Whats the best way to do this?

Jump to post
  • Mon Dec 04, 2017 8:32 pm
  • Replies 12
  • Views 7981
Re: [REQUEST] Disable shopping cart saving [SOLVED]

I apreciate this is an old thread, but i thouht id add the fix for OC 2.X as i searched around and didnt find anywhere with this information. To do this in OC 2.x you need to go to System/Library/Cart/Customer.php Find public function login($email, $password, $override = false) { if ($override) { $c...

Jump to post
  • Tue Oct 17, 2017 7:53 pm
  • Replies 29
  • Views 18124
Re: [FIXED]OC 2.3.0.2 Fatal error: Class 'DB' not found in system/framework.php

My bad, looks like i accidently moved system\library\db.php. placed it back and all is fine again!

Thread marked fixed.

Jump to post
  • Fri Oct 06, 2017 7:55 pm
  • Replies 3
  • Views 4196
[FIXED]OC 2.3.0.2 Fatal error: Class 'DB' not found in system/framework.php

Getting a strange error all of a sudden and cant track down what it relates to Fatal error: Class 'DB' not found in system/framework.php on line 36 if ($config->get('db_autostart')) { $registry->set('db', new DB($config->get('db_type'), $config->get('db_hostname'), $config->get('db_username'), $conf...

Jump to post
  • Fri Oct 06, 2017 4:17 pm
  • Replies 3
  • Views 4196
OC 2.3.0.2 total amount before coupon is allowed

Version 2.3.0.2 coupons get added even if the sub total is less than the total amount stated before coupons can apply.
i.e if i set the coupon total before it is valid to 5 and the cart sub total is 4, the coupon still discounts the total.

Jump to post
  • Fri Oct 06, 2017 2:57 am
  • Replies 0
  • Views 639
Re: [SOLVED] OC 2.3.0.2 make order invoice products order by category

Ive solved the issue by ordering the order product table by model. I then used the products model details to include a number at the beginning to act like a sort order. Now i can set all products i want shown first by adding 1 to the beginning of each product models info, or add 2 to products i want...

Jump to post
  • Tue Aug 29, 2017 5:00 am
  • Replies 6
  • Views 1317
Re: OC 2.3.0.2 make order invoice products order by category

I believe I may have. I'm using a category module extension. So I guess they would appear in some order in the cart however I'm unsure which order they are inserted in to the order table by. Ideally I'd like products inserted by order of category sort order. So products from category sort order 1 go...

Jump to post
  • Mon Aug 28, 2017 10:50 pm
  • Replies 6
  • Views 1317

Search found 1909 matches