⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
olasjoys
/
modules
/
blockwishlist
/
config
/
Edit File: services.yml
services: # Controller PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController: public: true class: PrestaShop\Module\BlockWishList\Controller\WishlistConfigurationAdminController arguments: - '@doctrine.cache.provider' - '@=service("prestashop.adapter.shop.context").getContextShopID()' # Calculator prestashop.module.blockwishlist.calculator.statistics_calculator: public: true class: PrestaShop\Module\BlockWishList\Calculator\StatisticsCalculator arguments: - '@prestashop.adapter.legacy.context' #used for product presenter - '@=service("prestashop.core.localization.locale.repository").getLocale(service("prestashop.adapter.legacy.context").getContext().language.getLocale())' # From PS 1.7.7: "@prestashop.core.localization.locale.context_locale" # Grid Definition prestashop.module.blockwishlist.grid.all_time_statistics_grid_definition_factory: public: true class: 'PrestaShop\Module\BlockWishList\Grid\Definition\AllTimeStatisticsGridDefinitionFactory' parent: 'prestashop.core.grid.definition.factory.abstract_grid_definition' prestashop.module.blockwishlist.grid.current_year_statistics_grid_definition_factory: public: true class: 'PrestaShop\Module\BlockWishList\Grid\Definition\CurrentYearStatisticsGridDefinitionFactory' parent: 'prestashop.core.grid.definition.factory.abstract_grid_definition' prestashop.module.blockwishlist.grid.current_month_statistics_grid_definition_factory: public: true class: 'PrestaShop\Module\BlockWishList\Grid\Definition\CurrentMonthStatisticsGridDefinitionFactory' parent: 'prestashop.core.grid.definition.factory.abstract_grid_definition' prestashop.module.blockwishlist.grid.current_day_statistics_grid_definition_factory: public: true class: 'PrestaShop\Module\BlockWishList\Grid\Definition\CurrentDayStatisticsGridDefinitionFactory' parent: 'prestashop.core.grid.definition.factory.abstract_grid_definition' # Grid Data Factories prestashop.module.blockwishlist.grid.all_time_statistics_data_factory: class: 'PrestaShop\Module\BlockWishList\Grid\Data\AllTimeStatisticsGridDataFactory' arguments: - '@doctrine.cache.provider' - '@prestashop.module.blockwishlist.calculator.statistics_calculator' - '@=service("prestashop.adapter.shop.context").getContextShopID()' prestashop.module.blockwishlist.grid.current_year_statistics_data_factory: class: 'PrestaShop\Module\BlockWishList\Grid\Data\CurrentYearStatisticsGridDataFactory' arguments: - '@doctrine.cache.provider' - '@prestashop.module.blockwishlist.calculator.statistics_calculator' - '@=service("prestashop.adapter.shop.context").getContextShopID()' prestashop.module.blockwishlist.grid.current_month_statistics_data_factory: class: 'PrestaShop\Module\BlockWishList\Grid\Data\CurrentMonthStatisticsGridDataFactory' arguments: - '@doctrine.cache.provider' - '@prestashop.module.blockwishlist.calculator.statistics_calculator' - '@=service("prestashop.adapter.shop.context").getContextShopID()' prestashop.module.blockwishlist.grid.current_day_statistics_data_factory: class: 'PrestaShop\Module\BlockWishList\Grid\Data\CurrentDayStatisticsGridDataFactory' arguments: - '@doctrine.cache.provider' - '@prestashop.module.blockwishlist.calculator.statistics_calculator' - '@=service("prestashop.adapter.shop.context").getContextShopID()' # Grid Factories prestashop.module.blockwishlist.grid.all_time_stastistics_grid_factory: public: true class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory' arguments: - '@prestashop.module.blockwishlist.grid.all_time_statistics_grid_definition_factory' - '@prestashop.module.blockwishlist.grid.all_time_statistics_data_factory' - '@prestashop.core.grid.filter.form_factory' - '@prestashop.core.hook.dispatcher' prestashop.module.blockwishlist.grid.current_year_stastistics_grid_factory: public: true class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory' arguments: - '@prestashop.module.blockwishlist.grid.current_year_statistics_grid_definition_factory' - '@prestashop.module.blockwishlist.grid.current_year_statistics_data_factory' - '@prestashop.core.grid.filter.form_factory' - '@prestashop.core.hook.dispatcher' prestashop.module.blockwishlist.grid.current_month_stastistics_grid_factory: public: true class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory' arguments: - '@prestashop.module.blockwishlist.grid.current_month_statistics_grid_definition_factory' - '@prestashop.module.blockwishlist.grid.current_month_statistics_data_factory' - '@prestashop.core.grid.filter.form_factory' - '@prestashop.core.hook.dispatcher' prestashop.module.blockwishlist.grid.current_day_stastistics_grid_factory: public: true class: 'PrestaShop\PrestaShop\Core\Grid\GridFactory' arguments: - '@prestashop.module.blockwishlist.grid.current_day_statistics_grid_definition_factory' - '@prestashop.module.blockwishlist.grid.current_day_statistics_data_factory' - '@prestashop.core.grid.filter.form_factory' - '@prestashop.core.hook.dispatcher'
Simpan