Describe the bug After updating prestashop 1.7.5 i got a problem with price.
I insert product into the cart I'll go to checkout and it doesn't give me the price on subtotal.
It remains 0.00€.
What can I do ? my customer can't proceed to finish the order.


A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots or screenrecords to help explain your problem.
Additionnal information
PrestaShop version: N/A
PHP version: N/A
Hi @morghy1992,
did you use a product with customization?
Have you a similar issue with this ticket: #10912?
Thanks!
@khouloudbelguith yes I use customization because the products has different size and you can choose it and it change the price. What do you suggest to do?
@morghy1992, so you have a similar issue with this ticket:#10912??
Thanks!
@khouloudbelguith no it's not the same problem
@morghy1992, did you use this section

in your product added to the cart?
Thanks!
@khouloudbelguith i am sorry just confused customization with combination.
For my product only use COMBINATION I never used customization because I don't need it.

@khouloudbelguith any suggestion? :) just active debug mode and got this error
@morghy1992, in my case, I did not manage to reproduce the issue with PS1.7.5.0 after an upgrade.

You can check this value in the file
Project_PrestaShop/src/Adapter/Presenter/Cart/CartPresenter.php
$subtotals['products'] = array(
'type' => 'products',
'label' => $this->translator->trans('Subtotal', array(), 'Shop.Theme.Checkout'),
'amount' => $totalCartAmount,
'value' => $this->priceFormatter->format($totalCartAmount),
);
The value of subtotals is set in this section.
In the file /Project_Folder/themes/your_theme/templates/checkout/_partials/cart-summary.tpl
{block name='cart_summary_subtotals'}
{foreach from=$cart.subtotals item="subtotal"}
{if $subtotal && $subtotal.type !== 'tax'}
<div class="cart-summary-line cart-summary-subtotals" id="cart-subtotal-{$subtotal.type}">
<span class="label">{$subtotal.label}</span>
<span class="value">{$subtotal.value}</span>
</div>
{/if}
{/foreach}
{/block}
The subtotal is displayed in this section.
Thanks!
@khouloudbelguith checked and everything is like yours file. I really do not what can be :( do you think I can resolve the problem?
@morghy1992, We need to retrieve the PHP error log and the debug mode report in order to find out what's wrong.
Don't you know how to get this information? Please read the following article:
http://build.prestashop.com/howtos/misc/how-to-create-bug-report/
Thanks!
@khouloudbelguith here debug mode report

log errors:
Next LogicException: Request stack is empty in /home/gelitaly/public_html/app/bootstrap.php.cache:3224
Stack trace:
[31-Jan-2019 08:37:42] PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/gelitaly/public_html/admin123/index.php on line 26
[31-Jan-2019 21:40:22 Europe/Rome] PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message '"" cannot be interpreted as a number' in /home/gelitaly/public_html/vendor/prestashop/decimal/src/Number.php:466
Stack trace:
[01-Feb-2019 21:59:44 Europe/Rome] PHP Warning: Uncaught exception 'Symfony\Component\Debug\Exception\ContextErrorException' with message 'Warning: require(/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getPrestashop_Core_Addon_Theme_RepositoryService.php): failed to open stream: No such file or directory' in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php:1207
Stack trace:
[01-Feb-2019 21:59:44 Europe/Rome] PHP Fatal error: ContainerTy3vgqe\appDevDebugProjectContainer::load(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getPrestashop_Core_Addon_Theme_RepositoryService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
[01-Feb-2019 21:59:44 Europe/Rome] PHP Fatal error: require(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getDebug_FileLinkFormatter_UrlFormatService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
[01-Feb-2019 21:59:45 Europe/Rome] PHP Warning: Uncaught exception 'Symfony\Component\Debug\Exception\ContextErrorException' with message 'Warning: require(/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getSecurity_Authentication_Listener_Anonymous_MainService.php): failed to open stream: No such file or directory' in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php:1207
Stack trace:
[01-Feb-2019 21:59:45 Europe/Rome] PHP Fatal error: ContainerTy3vgqe\appDevDebugProjectContainer::load(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getSecurity_Authentication_Listener_Anonymous_MainService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
[01-Feb-2019 21:59:45 Europe/Rome] PHP Fatal error: require(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getDebug_FileLinkFormatter_UrlFormatService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
[01-Feb-2019 21:59:45 Europe/Rome] PHP Warning: Uncaught exception 'Symfony\Component\Debug\Exception\ContextErrorException' with message 'Warning: require(/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getSecurity_Authentication_Listener_Anonymous_MainService.php): failed to open stream: No such file or directory' in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php:1207
Stack trace:
[01-Feb-2019 21:59:45 Europe/Rome] PHP Fatal error: ContainerTy3vgqe\appDevDebugProjectContainer::load(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getSecurity_Authentication_Listener_Anonymous_MainService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
[01-Feb-2019 21:59:45 Europe/Rome] PHP Fatal error: require(): Failed opening required '/home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/getDebug_FileLinkFormatter_UrlFormatService.php' (include_path='/home/gelitaly/public_html/vendor/pear/pear_exception:/home/gelitaly/public_html/vendor/pear/console_getopt:/home/gelitaly/public_html/vendor/pear/pear-core-minimal/src:/home/gelitaly/public_html/vendor/pear/archive_tar:.:/usr/local/php56/pear') in /home/gelitaly/public_html/var/cache/dev/ContainerTy3vgqe/appDevDebugProjectContainer.php on line 1207
@morghy1992, the table ps1i_apbooking_cart is created by a custom module, what the exact name of this module?
Thanks!
@khouloudbelguith i do not know the name, maybe this: Leo feature for prestashop 1.7: ajax cart, dropdown cart, fly cart, review, compare, wishlist at product list?
@morghy1992, As it's not the default theme, provided by Prestashop, we can't do anything with this.
You should contact the theme author via your addons.prestashop.com account, they are the only ones to help you with it.
Thanks to check with them & feedback.
@khouloudbelguith thank you very much I am going to contact them now. hope they resolve the problem
@morghy1992, thanks!
Waiting for your feedback.
Hi @morghy1992,
Since we had no news from you for more than 30 days, I'll close this ticket. Feel free to open another one if you can give specific details.
Thanks!