Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: Get Customer Group ID in 2.x

OK guys I have fixed it! (WooHoo!) First you need to define the following in the this file: catalog/controller/product/product.php (in the index function) $data['groupId'] = $this->customer->getGroupId(); You can then call the variable echo $groupId; I've attached a VQMod that adds the ability to di...

Jump to post
  • Wed May 13, 2015 5:24 pm
  • Replies 3
  • Views 13294
Re: Get Customer Group ID

I'm making a change to product.tpl - after doing a bit of digging yesterday I found the following: $this->customer->getCustomerGroupId(); has been changed to $this->customer->getGroupId(); I then found that to edit the product.tpl file I first have to declare the following in catalog->controller->pr...

Jump to post
  • Wed May 13, 2015 3:57 pm
  • Replies 3
  • Views 13294
Get Customer Group ID in 2.x

When I was using OC 1.5.6.1 I could do some modifications to the template depending on the customer group ID using the following: <?php $id = $this->customer->getCustomerGroupId(); ?> When I try this in 2.0.2.0 I get the following error: Notice: Undefined property: Loader::$customer in /var/www/vhos...

Jump to post
  • Mon May 11, 2015 11:24 pm
  • Replies 3
  • Views 13294
Re: Opencart and Paypal SSL Update

Thanks, I am not sure what the problem actually was but it wasn't that... I regenerated the API keys and it seems to be working again :)

Thanks for your help!

Jump to post
  • Tue Nov 25, 2014 8:59 pm
  • Replies 5
  • Views 2836
Re: Opencart and Paypal SSL Update

Hi,

My host said they have fixed it, however now when you go to checkout through PayPal it says "Security header not valid" :S Any ideas?

Thanks

- FCL

Jump to post
  • Tue Nov 25, 2014 8:03 pm
  • Replies 5
  • Views 2836
Opencart and Paypal SSL Update

Hi All,

I received this from Paypal today http://goo.gl/vSESF5

Is this something we need to worry about with Opencart? Is there an update that will fix this available?

It's imperative that our website remains active and paypal works!

Many thanks

- FCL

Jump to post
  • Tue Nov 25, 2014 6:54 pm
  • Replies 5
  • Views 2836
Display Tax Depending on Customer Group

Hi, I need a way of showing the price WITH tax for one customer group and WITHOUT for another. i.e. Consumers will see the price inclusive of VAT and Trade will see the price on the store without VAT (However will still be charged VAT at the checkout). Need this quite urgently, please point me to a ...

Jump to post
  • Wed Jul 23, 2014 6:44 pm
  • Replies 5
  • Views 9656

Page 1 of 1

Search found 7 matches