Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created February 9, 2021 15:48
Embed
What would you like to do?
resources/views/social/home.blade.php
resources/views/social/partials/footer.blade.php
resources/views/social/partials/hero.blade.php
resources/views/social/partials/modals.blade.php
resources/views/social/partials/nav.blade.php
resources/lang/en/whatsapp.php
resources/lang/en.json
resources/lang/en/validation.php
app/Http/Controllers/FrontEndController.php
app/Http/Controllers/API/Client/OrdersController.php
app/Http/Controllers/ClientController.php
app/Http/Controllers/OrderController.php
app/Http/Controllers/PaymentController.php
app/Order.php
app/Providers/AppServiceProvider.php
app/Repositories/Orders/LocalOrderRepository.php
app/Traits/Payments/HasStripe.php
config/config.php
config/languages.php
config/money.php
config/settings.php
config/timezones.php
database/seeders/RestorantsTableSeeder.php
public/custom/js/js.js
public/social/css/custom.css
resources/views/cart.blade.php
resources/views/cart/client.blade.php
resources/views/cart/newaddress.blade.php
resources/views/cart/payment.blade.php
resources/views/errors/404.blade.php
resources/views/errors/500.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/empty.blade.php
resources/views/orders/partials/orderinfo.blade.php
resources/views/orders/success.blade.php
resources/views/restorants/partials/info.blade.php
resources/views/restorants/partials/social_info.blade.php
resources/views/restorants/partials/waphone.blade.php
routes/web.php
@rodolfoportalles
Copy link

Hey Daniel

Look, there is a problem sending the message via WhatsApp.

For orders with delivery charges the total amount shown on whatsapp is only for the items. Delivery value is not added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment