Copied to clipboard

Flag this post as spam?

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


  • Tito 313 posts 622 karma points
    Oct 05, 2017 @ 17:30
    Tito
    0

    Problem with tax included prices in Merchello 2.5

    I am struggling to configure taxes on my Merchello 2.5 site. I need the admin to enter prices tax included. My shipping costs are taxable and entered tax included. I am using fixed tax provider, how can i get this working? have changed ApplyTaxesToInvoice to false in merchello.config and set fixed tax provider to include tax in product price but no change :(

    Rusty, once i read your were changing how taxes are generated for Merchello 2.6, any news?

  • Tito 313 posts 622 karma points
    Oct 10, 2017 @ 09:20
    Tito
    0

    I have updated to Merchello 2.6 and now i have set tax applyied to invoice. How can i tell Merchello that the price entered in the backoffice is the price tax included?

    ie. Tax is 21% Admin enter product price: 10€

    Price in product page: 10€ OK Checkout: taxes: 10x0.21=2.1€ -> wrong it shoud be: Price vat ex: 10€/1.21=8.26€ and now x0.21 = 1.73€ -> OK

    I have tried creating a new tax provider using and old from Merchello v1.x but:

    • Tax provider section inside Gateways providers is not showing in Merchello due to a bug that dont render the scroll bar (using Chrome), i have to zoom out enough to see it.
    • New tax provider is not showing in the backoffice neither in the gateways provider section nor in the taxes tab.

    I cant find the new tax provider implementation in Merchello 2.6 source code.

  • MrFlo 159 posts 403 karma points
    Feb 04, 2018 @ 08:28
    MrFlo
    1

    Hi,

    I had this scrollbar issue as well, I've changed the template file: \App_Plugins\Merchello\Backoffice\Merchello\directives\html\merchellopanel.tpl.html

    I've removed the "umb-editor-container" class

    <div class="merchello-panel-body umb-panel-body umb-scrollable row-fluid">
    <div class="umb-pane">
        <div class="form-horizontal tab-content row-fluid" data-ng-show="preValuesLoaded">
            <div class="merchello-pane">
    
                <div ng-transclude>
    
                </div>
                <merchello-spinner />
            </div>
        </div>
    </div>
    

  • Joe 30 posts 133 karma points
    Oct 18, 2018 @ 19:36
    Joe
    0

    MrFlo's suggestion break the Product's Extended Content UI. But you give me a good hints to trace on it! Actually the Product content UI is scrollable, so it must be a correct reference to compare with other non-scrollable pages...and the answer is "umb-editor-wrapper"!

    My Solution: Under directory \App_Plugins\Merchello\Backoffice\Merchello, global replace all <umb-panel> to <umb-panel class="umb-editor-wrapper">

    e.g.

    <div data-ng-controller="Merchello.Backoffice.GatewayProvidersListController" data-ng-show="loaded">
       <umb-panel class="umb-editor-wrapper">
    
Please Sign in or register to post replies

Write your reply to:

Draft