Post by Gpli » Sat Oct 12, 2024 9:27 am

Hello there,
After a member logs in, how does Opencart select the correct product special price for each customer group?
Function getProduct($product_id) in catalog\model\catalog\product.php is only select special price for customer_group_id = $this->config->get('config_customer_group_id')?
V.3038
Thanks in advance for your help.

New member

Posts

Joined
Thu Dec 01, 2016 7:31 am

Post by ADD Creative » Sat Oct 12, 2024 11:59 pm

config_customer_group_id is set in catalog/controller/startup/startup.php.

www.add-creative.co.uk


Guru Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom

Post by nonnedelectari » Sun Oct 13, 2024 12:32 am

Gpli wrote:
Sat Oct 12, 2024 9:27 am
Hello there,
After a member logs in, how does Opencart select the correct product special price for each customer group?
Function getProduct($product_id) in catalog\model\catalog\product.php is only select special price for customer_group_id = $this->config->get('config_customer_group_id')?
V.3038
Thanks in advance for your help.
It doesn't "select the correct product special price for each customer group".
It selects the special price for the customer group id the signed in customer belongs to which is in $this->config->get('config_customer_group_id').
Which in turn is set in the catalog startup controller via $this->config->set('config_customer_group_id', $this->customer->getGroupId());.

Active Member

Posts

Joined
Thu Mar 04, 2021 6:34 pm

Post by Gpli » Sun Oct 13, 2024 12:50 am

Thanks for your reply.
I didn't notice there are customer group config sets after settings in start.php. :laugh:
Now I know how it works.

New member

Posts

Joined
Thu Dec 01, 2016 7:31 am

Post by paulfeakins » Mon Oct 14, 2024 5:41 pm

Gpli wrote:
Sun Oct 13, 2024 12:50 am
Now I know how it works.
If your question is answered could you add [SOLVED] to the start of the topic title?

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom
Who is online

Users browsing this forum: softmonke and 52 guests