Developer forum

Forum » Rapido » Free services in slide out cart show when 'Hide free services' is selected

Free services in slide out cart show when 'Hide free services' is selected

Peter Leleulya
Reply

Hi guys!

I have a Dw965 With Rapido31 solution.
In the website configuration under 'Ecommerce' > 'Checkout' I have checked the option 'Hide free services'
In the website when I go to cart the 'free' mentions are gone.
But the slide out cart which appears when I click the navigation cart button still shows them ...

I think this is a bug.


Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Peter 

Thank you for the notification. This sounds like a bug, and we will look into it.

 

Best regards
Karsten Thuen

 
Peter Leleulya
Reply
@helper RenderMiniCartFees()
{
        <div class="grid u-border-top grid--external-bleed-bottom {{hidePaymentfee}}">
            <div class="grid__col-6">
                {{paymentmethod}}
            </div>
            <div class="grid__col-6 grid--align-end">{{paymentfee}}</div>
        </div>
        <div class="grid grid--external-bleed-bottom {{hideShippingfee}}">
            <div class="grid__col-6">
                {{shippingmethod}}
            </div>
            <div class="grid__col-6 grid--align-end">{{shippingfee}}</div>
        </div>
}

 

You must be logged in to post in the forum