Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rody 80 posts 280 karma points
    Aug 23, 2013 @ 10:10
    Rody
    0

    Enter product prices including VAT in back-end

    We have a couple of client who wants to enter their prices per country including VAT in the Back-End. However in v2 there is no option to set the prices filled in the back-end to include VAT. This is very annoying because when a VAT percentage changes, to support customer friendly prices like € 99,95 they should change all of their product prices.

    Is there a way to enable this feature in v2? I looked into overriding the ProductCalculator, but it does not seem to be a solution.

  • Anders Burla 2560 posts 8256 karma points
    Aug 23, 2013 @ 11:20
    Anders Burla
    0

    Hi Rody

    I see your problem - I just thought that no countries changed their vat rates in general. What is your case?

    Kind regards
    Anders

  • Rody 80 posts 280 karma points
    Aug 23, 2013 @ 11:29
    Rody
    0

    Hi Anders,

    Thanks for your reply.

    That is true, but it occurs sometimes though. Here in the Netherlands it was changed last year. Our client wants to support Europe and a couple of other countries. In total over 25 countries, and the rates do change sometimes.

    Another problem is that the client just wants to enter "one" price for all countries for the products, no seperate prices for all countries. They deliver to private customers, no companies, so they want all prices to be the same overall. The differences in VAT is taken into account in the basic selling price.

    I think the problem will be solved when we have a simple solution where we can enable using prices in the back-end which are including VAT. I believe this was available in the v1 version right?

  • Anders Burla 2560 posts 8256 karma points
    Aug 25, 2013 @ 15:43
    Anders Burla
    0

    Yes it was in v1. I see your case and its a good one. I have added to our list that we should look into this and see if we can find a good solution in v2.

    Thanks for pointing this out!

    Kind regards
    Anders

  • Rody 80 posts 280 karma points
    Aug 26, 2013 @ 10:43
    Rody
    0

    Thank you Anders. We actually have more (near-future) customers that require this feature. Do you have a planned feature date or can you look to see how much work this takes to put into the core? 

    Thank you, 
    Rody 

  • Anders Burla 2560 posts 8256 karma points
    Aug 28, 2013 @ 13:54
    Anders Burla
    0

    I think this is a thing that will need to be in the Tea Commerce core. Regarding a date - I know that september is already fully booked - so properly october. I think if you need to have a fix until then, you should look into the calculators of Tea Commerce. It is here that VAT and the prices are calculated.
    http://documentation.teacommerce.net/net-api/price-calculators/order-calculator/

    Kind regards
    Anders

  • Rody 80 posts 280 karma points
    Aug 28, 2013 @ 14:08
    Rody
    0

    Anders, thanks for your quick reply! October is fine with our customer. Looking forward to this functionality!

  • Peter Rombouts 71 posts 265 karma points
    Sep 05, 2013 @ 14:40
    Peter Rombouts
    0

    Anders, can you tell me how to hook up the product calculator in our TeaCommerce setup?

    I've used the example provided by this link: http://documentation.teacommerce.net/net-api/price-calculators/product-calculator/ but it doesn't get used in the front end.

    I'm trying to get a price using the next piece of code which is located in a Razor script:

    Price price = TC.GetPrice(storeId, product.Id.ToString());  
    

    The price I get is not the one provided by the custom calculator but the 'default' one from TeaCommerce.

    Thanks in advance for your reply!

    Kind regards,
    Peter Rombouts

  • Anders Burla 2560 posts 8256 karma points
    Sep 05, 2013 @ 14:55
    Anders Burla
    0

    Have you tried to hardcode a price in the calculator. Like 10 - it will add VAT of course :)

    Else look in the App_Data/Logs to see for errors - maybe the calculator isnt loaded using the Suppress dependency.

    Kind regards
    Anders

  • Peter Rombouts 71 posts 265 karma points
    Sep 05, 2013 @ 15:00
    Peter Rombouts
    0

    Hi Anders,

    I've literally copied the example, with the hardcoded 45 and 75 prices.
    The .cs file is located in the 'App_Code' folder, and my logs do not contain errors:

    2013-09-05 14:57:59,224 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Determining hash of code files on disk
    2013-09-05 14:57:59,250 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Hash determined (took 12ms)
    2013-09-05 14:57:59,268 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
    2013-09-05 14:57:59,540 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 26 (took 269ms)
    2013-09-05 14:57:59,586 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
    2013-09-05 14:57:59,595 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 8ms)
    2013-09-05 14:57:59,599 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
    2013-09-05 14:57:59,608 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 8ms)
    2013-09-05 14:57:59,608 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
    2013-09-05 14:57:59,620 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 3 (took 12ms)
    2013-09-05 14:57:59,625 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
    2013-09-05 14:57:59,639 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 13ms)
    2013-09-05 14:57:59,639 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
    2013-09-05 14:57:59,652 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 12ms)
    2013-09-05 14:57:59,932 [11] INFO  Umbraco.Web.Search.ExamineEvents - [Thread 20] Initializing Examine and binding to business logic events
    2013-09-05 14:58:00,174 [11] INFO  Umbraco.Web.Search.ExamineEvents - [Thread 20] Adding examine event handlers for index providers: 3
    2013-09-05 14:58:00,199 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of umbraco.interfaces.IApplication
    2013-09-05 14:58:00,218 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 19ms)
    2013-09-05 14:58:00,280 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of umbraco.interfaces.ITree
    2013-09-05 14:58:00,336 [11] INFO  Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of umbraco.interfaces.ITree, found 27 (took 55ms)
    2013-09-05 14:58:01,750 [11] INFO  umbraco.content - [Thread 42] Loading content from disk cache...
    2013-09-05 14:58:04,969 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Starting resolution types of umbraco.cms.businesslogic.macro.IMacroEngine
    2013-09-05 14:58:04,979 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 4 (took 10ms)
    2013-09-05 14:58:05,911 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Starting resolution types of umbraco.interfaces.IDataType
    2013-09-05 14:58:05,973 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Completed resolution of types of umbraco.interfaces.IDataType, found 82 (took 62ms)
    2013-09-05 14:58:06,010 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Starting resolution types of umbraco.interfaces.ITree
    2013-09-05 14:58:06,054 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Completed resolution of types of umbraco.interfaces.ITree, found 43 (took 44ms)
    2013-09-05 14:58:06,108 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Starting resolution types of umbraco.MacroEngines.IRazorDataTypeModel
    2013-09-05 14:58:06,136 [11] INFO  Umbraco.Core.PluginManager - [Thread 42] Completed resolution of types of umbraco.MacroEngines.IRazorDataTypeModel, found 15 (took 27ms)
    
    

    Any ideas?

    Kind regards,
    Peter Rombouts

  • Anders Burla 2560 posts 8256 karma points
    Sep 05, 2013 @ 15:01
    Anders Burla
    0

    You need to build a dll file and place it in the bin folder

  • Peter Rombouts 71 posts 265 karma points
    Sep 05, 2013 @ 15:04
    Peter Rombouts
    0

    Ok, will add it to a solution, thanks!

  • Tobias Morf 80 posts 183 karma points
    Oct 02, 2013 @ 10:31
    Tobias Morf
    0

    +1 for this feature request

  • Rody 80 posts 280 karma points
    Oct 24, 2013 @ 15:27
    Rody
    1

    Hi Anders, 

    I think this is a thing that will need to be in the Tea Commerce core. Regarding a date - I know that september is already fully booked - so properly october.

    Do you have an update on this? It would be very nice to have such a feature. Looking forward to hearing from you!

    Regards,
    Rody

  • Anders Burla 2560 posts 8256 karma points
    Oct 25, 2013 @ 08:35
    Anders Burla
    0

    Hi Rody and others

    I think so as well and we want to have it implemented - but October is almost at the end and November is pretty much booked. BUT I will try and have it implemented as quick as we can. Thanks for your feedback and for using Tea Commerce!

  • MrFlo 159 posts 403 karma points
    Nov 18, 2013 @ 13:25
    MrFlo
    0

    Hello all,

    Any news on this? Is it now possible to enter product price with VAT ?

    Thanks!

  • Anders Burla 2560 posts 8256 karma points
    Nov 19, 2013 @ 10:52
    Anders Burla
    0

    Sorry - not yet. We still have it as a planned feature. What you can do is to allow the customer to enter the price with VAT and then you need to write a custom information extractor that removes the VAT from the price so TC can add it again (just a work around until we get it fixed) :)
    http://documentation.teacommerce.net/net-api/product-information-extractor/customizing-umbraco/

    Kind regards
    Anders

Please Sign in or register to post replies

Write your reply to:

Draft