@extends('admin.layout') @section('content') @php $type = request()->input('type'); @endphp
Settings
Back
@csrf

By enabling / disabling, you can completely enable / disable the relevant pages of your shop in this system.

If you enable catalog mode, then pricing, cart, checkout option of products will be removed. But product & product details page will remain.

If you enable 'guest checkout', then customers can checkout without login

@endsection