HomeHome Product Discus... Product Discus...SmithCartSmithCartPrice including VAT not calculated immediately when adding a productPrice including VAT not calculated immediately when adding a product
Previous
 
Next
New Post
1/16/2012 4:42 AM
 

Hi,

 

Smith Cart version 4.86, Dnn 6.0.2.

I use the BuyNow & MiniCart modules on the same page. My store is configured to use EU VAT tax. When I add a product in the cart, the price including the VAT is not immediately calculated. When I add a second product, the price with VAT is calculated for the first added product (the price for the second product is not included in the VAT price). Seee screenshot below.

 

                                        Tax settings

 

 

 

                                                         The price including VAT in the miniCart module is not updated when adding a product

 

 

 

                   Only the price of the first product added is included in the VAT price when adding a second product in the cart

 

 

Note that the VAT price does not add VAT, although the dnn user is registered and connected and is located in a European country (the invoice country is France in the next checkout step (order details & invoice information). But it is well calculated in the invoice step.

 

Can you please fix this error ?

Thanks.

 
New Post
1/16/2012 2:53 PM
 
Hi Rico,

I have replicated the issue of when using the MiniCart module with Apply EU VAT Regulations enabled in the Tax Setup section of the Cart Settings, the "inc. VAT" value is displayed next to the Total Price of the MiniCart module although if you continue through checkout all tax will be calculated correctly. I will send this issue into programming and will postback as soon as an update is available.

Thanks,
 
New Post
6/12/2012 4:32 AM
 

Hi Kevin,

 

I just tested Smith Cart version 5.0 and the problem still occurs. Have your programming staff located and fixed the "mini cart VAT price non-updated" bug ?

 

Thanks.

 
New Post
6/13/2012 12:46 PM
 

Hi Rico,

When using the Apply EU VAT Regulations Tax Method setting, the MiniCart module currently does not support the display of the total and inclusive tax of multiple products. This has been added to our development list but it has not yet been prioritized into programming yet since our programming queue is currently full with paid customer projects.  If you have budget in your project and would like to be provided with a fixed quote to sponsor a portion of the programming, please submit a quote request at the following link: https://www.smith-consulting.com/Serv...

As a possible workaround for you, you can open up the MiniCart.ascx file found in the DesktopModules\Smith.MiniCart folder and make the following change which will hide the price and only show the Quantity of Items that have been added to the Cart:

 

  <div class="MCItemCount" runat="server" visible="false">
        <asp:Label ID="lblTotalLabel" resourcekey="lblTotalLabel" runat="server" CssClass="SmithProdText" />
        <asp:Label ID="lblTotal" runat="server" Text="0.00" CssClass="SmithProdText" />&nbsp;
        <asp:Label ID="lblTotalEUVATInc" runat="server"  Text="0.00" CssClass="SmithProdText" Visible="false" />
    </div>
 
Thanks,



 


Thanks,

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartPrice including VAT not calculated immediately when adding a productPrice including VAT not calculated immediately when adding a product