I am facing another issue.
Module works as intended but i am getting these warning log:
Code:
[19-Jan-2024 11:05:34 America/Los_Angeles] Request URI: /index.php?main_page=shopping_cart, IP address: 107.119.57.1
#1 trigger_error() called at [/includes/modules/shipping/zipship.php:186]
#2 zipship->getQuote() called at [/includes/modules/shipping/zipship.php:108]
#3 zipship->quote() called at [/includes/classes/shipping.php:174]
#4 shipping->quote() called at [/includes/modules/bootstrap/shipping_estimator.php:159]
#5 require(/includes/modules/bootstrap/shipping_estimator.php) called at [/includes/templates/bootstrap/modalboxes/tpl_shipping_estimator.php:19]
#6 require(/includes/templates/bootstrap/modalboxes/tpl_shipping_estimator.php) called at [/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php:178]
#7 require(/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php) called at [/includes/templates/bootstrap/common/tpl_main_page.php:213]
#8 require(/includes/templates/bootstrap/common/tpl_main_page.php) called at [/index.php:95]
--> PHP Warning: Missing cost (MODULE_SHIPPING_ZIPSHIP_COST_) or handling (MODULE_SHIPPING_ZIPSHIP_HANDLING_) settings; zipship is disabled. in /includes/modules/shipping/zipship.php on line 186.
[19-Jan-2024 11:05:34 America/Los_Angeles] Request URI: /index.php?main_page=shopping_cart, IP address: 107.119.57.1
#1 require(/includes/templates/bootstrap/templates/tpl_modules_shipping_estimator.php) called at [/includes/modules/bootstrap/shipping_estimator.php:300]
#2 require(/includes/modules/bootstrap/shipping_estimator.php) called at [/includes/templates/bootstrap/modalboxes/tpl_shipping_estimator.php:19]
#3 require(/includes/templates/bootstrap/modalboxes/tpl_shipping_estimator.php) called at [/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php:178]
#4 require(/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php) called at [/includes/templates/bootstrap/common/tpl_main_page.php:213]
#5 require(/includes/templates/bootstrap/common/tpl_main_page.php) called at [/index.php:95]
--> PHP Warning: count(): Parameter must be an array or an object that implements Countable in /includes/templates/bootstrap/templates/tpl_modules_shipping_estimator.php on line 113.
Any suggestions on this please?