This module allows you to create an infinite number of articles and categories for them. For example, you can create categories «News», «Articles», «Promotions», as well as create a full blog for your store with the breakdown of materials into categories.
Has no analogues! Most of the blog modules and the like use the concept of cloning program code (controllers and related files - Model-View-Controller) categories of products and products themselves, turning scripts:
- «product category» → «category of articles»
- «product» → «article»
- cloning Database tables is similar to categories and products.
Such an approach causes many conflicts. Errors and inconsistencies in practice was more than enough. Describe them all here does not make sense..
- Categories are assigned a type - Product/Article.
- The functional of the Article is extended in the same way as the functional of the Product.
- Reviews similarly categories are divided into 2 types - Product/Article. And also added the ability to display «Store Reply» to «Review» using HTML.
- This blog module does not replace Opencart 3 files.
- The concept of Opencart in the names and definitions has been saved, and the appearance of the interface familiar to the store administrator has been saved too.
- There is no conflict SEO URL, because it uses the functionality of Opencart. Which you can expand by the applied modifications.
- The module consists of 90% modifications files that can be deleted or disabled at any time.
- Heading H1
- Short Description - you can show in a category using:
{{ short_description }}
. - Additional Images - you can show in a category using:
{% for image in images %}
->{{ image.thumb }}
,{{ image.popup }}
.
- Heading H1
- Short Description - Displayed in categories and article modules using:
{{ short_description }}
. - Images
- Date Added
- Date Available and Date End of this publication.
- Author
- Main Category - Used to determine the breadcrumbs in the "URL from the base domain" are in the index of Search Engines. As well as the correct configuration of the Canonical URL property for the site pages.
- Related Articles - There is no adding page on itself. It is possible to recommend in three directions: double, or in one of the parties.
- Related Products - It is possible to recommend in three directions: double, or in one of the parties.
- Tags
- Attributes
- Heading H1
- Short Description - displayed in categories and product modules using:
{{ short_description }}
. - Main Category - Used to determine the breadcrumbs in the "URL from the base domain" are in the index of Search Engines.
- Related Products - There is no adding page on itself. It is possible to recommend in three directions: double, or in one of the parties.
- Related Articles - It is possible to recommend in three directions: double, or in one of the parties.
- Some functions and features that developers can use to create their modules are laid down for the future. For example: «additional images» in the category settings can be displayed using the slider. And «Manufacturer» to use for appropriate bindings and sorting.
- Modules developers associated with the display products, you can easily override for Articles. Since the PHP-code of controllers and models is almost a mirror.
- Used the layout with Bootstrap 3 classes. That can be easily used for your templates without wasting time.
- OptimBlog — main module.
- Module «Latest Articles»
- Module «Best Articles»
- Module «Featured Articles»
- Module «Category Articles»
- Module «Search Articles»
- Modification «Admin Filter» - expands the ability to filter Categories, Products and Articles.