HomeHome Product Discus... Product Discus...SmithCartSmithCartApply EU VAT Regulations By Product - mini cart - total wrongApply EU VAT Regulations By Product - mini cart - total wrong
Previous
 
Next
New Post
5/11/2012 2:29 AM
 

Hi,

Our store need use the option "Apply EU VAT Regulations By Product".

It working fine on the product and on the cart, but it is calculating wrong on mini cart.

Please, see the images on this link http://www.ebusiness-portugal.com/en-us/smithcarthelp.aspx.

image1: product: 3,30 (no tax) 3,73 (with tax) = perfect

image2: one produtct on mini cart - problem = show the total without the tax only

image3: after add one more unit of the product the minicart shows the price with and without tax. But... the price with tax do not consider all the products.... AND it is the price with no tax. I mean, in this case should be at least 3,73 and don't 3.30. But the correct amout with tax should be 7.46 (which is the 3.73 x 2). Right?

image4: it shows the cart with the correct amounts. So, it seems the problem is only on minicart.

Could I explain the situation? If you need more information, please let me know.
Thanks.

 

 
New Post
5/11/2012 2:55 PM
 

Hi PWM,

The Apply EU VAT Regulations By Product tax setting which was added in v. 4.84, was a featured enhancement for a client who is not utilizing the MiniCart module so currently the MiniCart module does not support the display of the total and inclusive tax of multiple products. If you have budget in your project and would like to be provided with a fixed quote to sponsor a portion of the programming to allow the MiniCart to display the product inclusive total and tax, please submit a quote request at the following link: https://www.smith-consulting.com/Serv...

Thanks,

 
New Post
5/11/2012 3:00 PM
 

Thanks.

It isn't possible just do not show the total with VAT on the minicar?
Show only the total without VAT.

Is it possible do this?

Thanks,

 
New Post
5/11/2012 9:42 PM
 

Hi PWM,

With Apply EU VAT Regulations By Product enabled, you cannot easily show only the total without the tax. 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,
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartApply EU VAT Regulations By Product - mini cart - total wrongApply EU VAT Regulations By Product - mini cart - total wrong