Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created February 9, 2021 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimovdaniel/6b51bda8517cc0804d1c0c99196d63c8 to your computer and use it in GitHub Desktop.
Save dimovdaniel/6b51bda8517cc0804d1c0c99196d63c8 to your computer and use it in GitHub Desktop.
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
@sitepages
Copy link

Hey Daniel

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

Added the new input (Customer info), the information that is filled in is not being passed on to WhatsApp. It will empty, both in delivery and collection.

Is there a problem with Order.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