cancel
Showing results for 
Search instead for 
Did you mean: 

different price in Shopping Cart

SOLVED

different price in Shopping Cart

 

screenshot.15.png

I have a price problem between the product and the summary as shown above. how do I fix the problem?
1 ACCEPTED SOLUTION

Accepted Solutions

Re: different price in Shopping Cart

I got an answer,

change price/amount decimal (24,4) in catalog_product_entity_decimal, catalog_product_index_price, catalog_product_index_price_tmp, catalog_product_index_price_final_tmp,

change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 999999999999999,

And then change price/amount decimal (24,4) in all quote tables, all sales order tables, all sales invoice tables too..

 

View solution in original post

9 REPLIES 9

Re: different price in Shopping Cart

Hello @fajriarma 

We won't be able to see the image until moderator approves.

But do you think its due to tax configuration or shipping charges been added in cart?

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: different price in Shopping Cart

hello @theMageComp 
the actual price in the product is 143,000,000.00 but in summary only 100,000,000.00. if I order 3 products, it remains 100,000,000.00. what's the solution?

Re: different price in Shopping Cart

Hello @fajriarma 

What's your website URL?

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: different price in Shopping Cart

example on the web https://kmall.id/hardware-dan-system, the price of the product is 106,650,000.00 but the price on the cart is 100,000,000.00. it looks like the price cannot be more than 100 million.

 

 

 

Re: different price in Shopping Cart

Hello @fajriarma 

Any third party extension you are using or custom development?

http://prntscr.com/q64m3d

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: different price in Shopping Cart

hello @theMageComp 

I used custom development and magento extension.

Re: different price in Shopping Cart

Hello @fajriarma 

Try disabling and removing custom code and check once again.

Should be the issue of it.
Magento default don't have such issue by default.

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: different price in Shopping Cart

I have tried, but the results are the same, it cannot be more than 100 million.

Re: different price in Shopping Cart

I got an answer,

change price/amount decimal (24,4) in catalog_product_entity_decimal, catalog_product_index_price, catalog_product_index_price_tmp, catalog_product_index_price_final_tmp,

change the MAXIMUM_AVAILABLE_NUMBER in /quote/model/QuoteValidator.php to 999999999999999,

And then change price/amount decimal (24,4) in all quote tables, all sales order tables, all sales invoice tables too..