jimi007 Posted December 30, 2014 Share Posted December 30, 2014 Hi, currently in PS v 1.6 I see that there is only one tax option that applies to product or all combination for that product. What we are trying to achieve is to apply different taxes for each combination inside one product. As we know we can override or increase/decrease prices for combinations and same there should be a way to override tax for combinations.scenario: Product 1 combination A Total (excl VAT): 55,25 DKK VAT: 13,75 DKK Total: 69,00 DKKcombination B Total (excl VAT): 147,46 DKK VAT: 38,54 DKK Total: 186,00 DKKCan any expert and developer help us to get this in cart and total at check-outOr can we achieve this with Eco-tax ?Thank You Link to comment Share on other sites More sharing options...
Dh42 Posted December 30, 2014 Share Posted December 30, 2014 As far as I know there is not a way to do this with PrestaShop without a lot of custom programming. This is a highly specialized request. 1 Link to comment Share on other sites More sharing options...
tuk66 Posted December 30, 2014 Share Posted December 30, 2014 I would use a different approach. Combinations are meant as product variants, with small changes only. Tax rule is a big change. It would be better to have several different products. 1 Link to comment Share on other sites More sharing options...
jimi007 Posted December 30, 2014 Author Share Posted December 30, 2014 (edited) Thank you for your valuable response. I have get required values by using Ecotax on product pages and now just need to display them at check-out pageat product page I can get exact price for combination and there is a message as wellIncluding 38,54 kr for ecotax Is there a way to display at check-outTotal price without EcoTax = xxxxTotal EcoTax =xxxTotal price with EcoTax =xxxI have inspected shopping-cart.tpl but not found anything and instead in file product.tpl i found this <p class="price-ecotax">{l s='Including'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for ecotax'} {if $product->specificPrice && $product->specificPrice.reduction} <br />{l s='(not impacted by the discount)'} {/if} </p> Can I display this with some changes in code ? Edited December 30, 2014 by jimi007 (see edit history) Link to comment Share on other sites More sharing options...
Alberto alvarez Posted December 31, 2014 Share Posted December 31, 2014 Hello, this question was answered yesterday in this same forum. http://www.prestashop.com/forums/topic/200247-different-taxes-on-product-attributes/ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now