Dhrumin Patel

Results 3 comments of Dhrumin Patel

Yes, I have the same issue but I found solution, Update grandTotal in bellow files > app/code/Sivajik34/CustomFee/Model/Total/Fee.php > app/code/Sivajik34/CustomFee/Model/Quote/Total/Fee.php ``` Change $total->setGrandTotal($total->getGrandTotal() + $fee); $total->setBaseGrandTotal($total->getBaseGrandTotal() + $fee); TO $total->setGrandTotal($total->getGrandTotal()); $total->setBaseGrandTotal($total->getBaseGrandTotal());...

Hello @nitaipanda It's magento paypal default issue, paypal doesn't support extra cost in cart, this module added additional fee as your requirement. Now if in an order you added some...

@vmasciotta Is there any update, i have same issue , slider was not working. I am using bellow code in CMS Block. ``` { "#banner-slider-demo-1": { "OwlCarousel": { items: 1,...