Search found 10 matches

Page 1 of 1

Search found 10 matches

Re: Get product data of a ID

Why do you create new function to get product ID? Every product array contain product_id. $data['products'][] = array( 'product_id' => $result['product_id'], I know that, thats an array of products. I want to retrieve a single product data by using a random (exisitng) product id. Something like thi...

Jump to post
  • Mon Jan 18, 2016 6:22 pm
  • Replies 3
  • Views 12672
Get product data of a ID

Is there a way to get a product data of a ID into a template? I tried to create a custom php function inside featured controller, but I kept getting function not found in template featured. Code I used: public function getProductById($product_id) { $this->load->model('catalog/product'); $product_inf...

Jump to post
  • Fri Jan 15, 2016 9:49 pm
  • Replies 3
  • Views 12672
Re: Approve registered customers

I can approve users now with the new githubs version.
How to set this topic solved?

Jump to post
  • Mon Nov 17, 2014 6:19 pm
  • Replies 14
  • Views 3088
Re: Approve registered customers

Hm, this is indeed weird. I don't get the "token issue" anymore either. Maybe it's being solved @ Github. Glad I'm not the only one. What happened when you changed the line of code mentioned earlier from disabled to enabled? DL I didn't change the structure of the approve button. Nothing ...

Jump to post
  • Wed Nov 12, 2014 11:52 pm
  • Replies 14
  • Views 3088
Re: Approve registered customers

Hm, this is indeed weird.

I don't get the "token issue" anymore either. Maybe it's being solved @ Github.

Jump to post
  • Wed Nov 12, 2014 5:11 pm
  • Replies 14
  • Views 3088
Re: Approve registered customers

Me again. Perhaps a update; approve button is disabled.
Button code:

Code: Select all

<button type="button" class="btn btn-success" disabled=""><i class="fa fa-thumbs-o-up"></i></button>
Has no one this problem?

Jump to post
  • Wed Nov 12, 2014 12:22 am
  • Replies 14
  • Views 3088
Re: Approve registered customers

Still can't approve customers with updated version @ Github, has anyone able to solve it?

Jump to post
  • Tue Nov 04, 2014 10:59 pm
  • Replies 14
  • Views 3088
Re: Approve registered customers

True and dumb of me thx ;D
Hopefully someone has answers to my other questions.

Jump to post
  • Mon Oct 20, 2014 9:49 pm
  • Replies 14
  • Views 3088
[SOLVED] Approve registered customers

Hello, 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. Ofcourse I logged in again and tried to approve, still being redirected. Strange part when I go back, I'm logged in. Approve button...

Jump to post
  • Mon Oct 20, 2014 5:00 pm
  • Replies 14
  • Views 3088

Page 1 of 1

Search found 10 matches