@extends('admin.layout') @section('title', 'Kargo Ayarları') @section('page-title', 'Kargo Ayarları') @section('content')

Kargo ve Bildirim Ayarları

Mağaza siparişlerinde uygulanacak kargo ücreti ve yeni sipariş SMS bildirimleri.

@csrf @method('PUT')
Kargo Ücreti
@error('store_shipping_flat_fee')
{{ $message }}
@enderror
Sepet tutarı bu değerin üzerindeyse kargo ücretsiz olur. @error('store_free_shipping_threshold')
{{ $message }}
@enderror
Sipariş Bildirim Telefonları
Yeni bir mağaza siparişi oluştuğunda SMS gönderilecek numaralar, virgülle ayırın. @error('store_order_notification_phones')
{{ $message }}
@enderror
Google Merchant Center
Ürün feed'inde g:brand alanında kullanılır. @error('merchant_brand_name')
{{ $message }}
@enderror
Merchant Center'da "Scheduled fetch" ayarlarken bu URL'i girin.
@endsection