Changing price list in istore based on canadian customer
Hi All,
As per the table "IBE_MSITE_CURRENCIES", for the "eParts" minisite_id we have set US pricelist. Now, our requirement is whenever a Canadian customer logs in we want him/her to use Canadian pricelist, but the currency will be USD itself.
FYI: While analyzing we found that item.getItemPrices() calls the "StoreMinisite.getPriceListID()" which returns the US pricelist. That's why we are customizing here. But our custom logs are not appearing in the log. i.e. the control is not going to the custom class.
Can anyone guide us to achieve it.
Regards,
Akshata