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
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 920 Developer Corner
- 780 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random