Search found 7 matches

Page 1 of 1

Search found 7 matches

drinkaware online shop

Hi all

I've just spotted that the drinkaware webiste uses opencart
https://resources.drinkaware.co.uk/


Looks like a pretty good theme, i'd love to know how they integrated it with their cms seamlessly

Jump to post
  • Tue Feb 07, 2012 10:37 pm
  • Replies 1
  • Views 586
Re: add Order History to Customer view in backend

Working, i changed the line for admin/model/sale/order.php in the VQMod file

Code: Select all

	
$sql = "select * from `order` where customer_id=".$customer_id;
to

Code: Select all

$sql = "select * from `oc_order` where customer_id=".$customer_id;
Thanks a lot

Jump to post
  • Wed Dec 07, 2011 9:58 pm
  • Replies 14
  • Views 5887
Re: add Order History to Customer view in backend

Fixed for 1.5.1.3 .. Done loads of changes Also added total column for each order Hi i've just installed the script and i get this error message 2011-12-06 11:22:14 - PHP Notice: Error: Table 'oc.order' doesn't exist<br />Error No: 1146<br />select * from `order` where customer_id=1 in W:\xampp\htd...

Jump to post
  • Wed Dec 07, 2011 6:24 am
  • Replies 14
  • Views 5887
Re: [FREEMOD] Wholesale Price List

Hi brilliant mod, i love it! WELL DONE :)

Can you point me in the right direction to filter the products by supplier rather than category?

Your help is much apreciated.

Thanks
Andy

Jump to post
  • Tue Jul 05, 2011 3:08 am
  • Replies 15
  • Views 13039
Re: Hide pages if not logged in

How would i put that into code?

Lets say for example on a product page i want to display "hello wholesale" to the wholesale customers (id 1) and
"hello default customer" to the default customer groups (id 2)

Thanks
Andy

Jump to post
  • Mon Jun 20, 2011 5:30 am
  • Replies 9
  • Views 7380
Re: Hide pages if not logged in

Hi is there a way to do this, but by customer group!?

For example someone part of a wholesale group can see a page,
And all other customers (default) cant.

Thanks
Andy

Jump to post
  • Fri Jun 17, 2011 10:44 pm
  • Replies 9
  • Views 7380
Re: Randomise Featured Products?

You want to goto yourshop.com/opencart/catalog/model/catalog/product.php go to line 356 add the code . "' ORDER BY rand() DESC LIMIT " and you will end up with this      public function getFeaturedProducts($limit) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "p...

Jump to post
  • Tue Jul 20, 2010 2:59 am
  • Replies 6
  • Views 2453

Page 1 of 1

Search found 7 matches