Jump to content
thirty bees forum
  • 0

Possible bug with product customization.


led24ee

Question

TB1.4 & PHP8.1

If there is possibility to customize product and You add something in text fleld then You can't delete this product from cart. The result is ERROR500, both BE and FE. If You look in database (cart_product) then this cart exist, but quantity is 0. If you change quantity at least 1 then everything seems ok and customization is also gone. Can someone confirm this ?

  • Like 1
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

That's right.
There is a critical error after removing customizable product from the cart.

Message: DivisionByZero Error: Division by zero
Location: classes/Cart.php line 610
Stacktrace
#0 classes/Cart.php(610)
#1 classes/Cart.php(3396): CartCore->getProducts()
#2 controllers/front/CartController.php(318): CartCore->deleteProduct()
#3 controllers/front/CartController.php(100): CartControllerCore->processDeleteProductInCart()
#4 classes/controller/Controller.php(191): CartControllerCore->postProcess()
#5 classes/controller/FrontController.php(243): ControllerCore->run()
#6 classes/Dispatcher.php(851): FrontControllerCore->run()
#7 index.php(33): DispatcherCore->dispatch()

In PREFIX_cart_product table, deleted product has a quantity of 0.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...