
Net Price don't show on frontend

Hi guys,
We have price entry at Net Price.
But it doesn't show the price on storefront. Am I missing some config?
Thanks
Hau Nguyen
Answers
-
Hi Hau,
Could you please specify which course you're referring to?
Thanks!
0 -
There is the PriceConfig class where you can set how prices are shown: net or gross. That class can be overridden at project level and by code bucket. By default is GROSS_MODE . That's why it's shown empty in your case.
Here is an example on how to override it at project level:namespace Pyz\Shared\Price;
use Spryker\Shared\Price\PriceConfig as SprykerPriceConfig;
class PriceConfig extends
SprykerPriceConfig
{
public function getDefaultPriceMode(): string
{
return static::
PRICE_MODE_NET
;
}
}
1 -
hi Hidran Arias,
It works fine for me, but is there no config support for this in backOffice?
Thanks
Hau Nguyen
0
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 32 Spryker News
- 533 Developer Corner
- 404 Spryker Development
- 54 Spryker Dev Environment
- 272 Spryker Releases
- 30 Propel ORM
- 46 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K ๐ Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 40 Spryker Safari Questions
- 35 The Blackhole