The Typical theme features a clean and modern design that is optimized for restaurants and food businesses.
Typical for TastyIgniter is an elegant and modern theme for the TastyIgniter e-commerce platform. Designed with attention to detail and an intuitive user interface, Typical offers an exceptional shopping experience for users.
This readme.md
file provides basic information about the Typical theme for TastyIgniter, including installation and customization instructions.
To automatically install the Typical theme in TastyIgniter, follow these steps:
To enable reservations on the root of the website, follow these steps:
Locate the file extensions/igniter/reservation/components/Booking.php
in your TastyIgniter installation.
Open the Booking.php
file and find line 112.
Add the following code at line 112:
'defaultLocationParam' => [
'label' => 'The default location route parameter',
'type' => 'text',
'default' => 'local',
'validationRule' => 'string',
],
Scroll to the bottom of the file and replace the checkLocationParam function with the following code:
protected function checkLocationParam()
{
$param = $this->param('location');
if ($param && Locations_model::whereSlug($param)->exists())
return;
return Redirect::to($this->controller->pageUrl($this->property('localNotFoundPage')));
}
Save the file to apply the changes.
You can customize the Typical theme according to your needs. Here are some common customization options:
If you have any questions, issues, or suggestions related to the Typical theme for TastyIgniter, you can seek help from the official Typical Support. You can also refer to the TastyIgniter documentation for more information on theme customization and usage.
Currently, direct contributions to the Typical theme are limited to developers authorized by the theme creator. If you have any suggestions or have encountered any issues, you can share them through the TastyIgniter Typical or contact the theme creator.
Typical for TastyIgniter is distributed under the terms and conditions of the TastyIgniter marketplace. Please refer to the marketplace for more information regarding rights and usage limitations.
Enjoy the Typical theme for TastyIgniter that you purchased through the TastyIgniter marketplace. We hope it provides a pleasant experience for both administrators and users of your online store. If you have any additional questions or need assistance, feel free to consult the documentation or seek support from the TastyIgniter community.
Full Changelog: https://github.com/Dejosel/ti-theme-typical/compare/v1.0.1...1.0.2
Full Changelog: https://github.com/Dejosel/ti-theme-typical/compare/v1.0.0...v1.0.1
Full Changelog: https://github.com/Dejosel/ti-theme-typical/commits/v1.0.0