Skip to content

OptimBlog - blog module for Opencart 3

License

Notifications You must be signed in to change notification settings

onlinese/optimblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptimBlog - blog module for Opencart 3

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.

Concept and difference from other blog modules for Opencart 3.

Other blogs for Opencart 3

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:

  1. «product category» → «category of articles»
  2. «product» → «article»
  3. 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..

OptimBlog - concept and main idea

  1. Categories are assigned a type - Product/Article.
  2. The functional of the Article is extended in the same way as the functional of the Product.
  3. Reviews similarly categories are divided into 2 types - Product/Article. And also added the ability to display «Store Reply» to «Review» using HTML.
  4. This blog module does not replace Opencart 3 files.
  5. 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.
  6. There is no conflict SEO URL, because it uses the functionality of Opencart. Which you can expand by the applied modifications.
  7. The module consists of 90% modifications files that can be deleted or disabled at any time.

The functionality and capabilities of the module OptimBlog

Categories:

  1. Heading H1
  2. Short Description - you can show in a category using: {{ short_description }}.
  3. Additional Images - you can show in a category using: {% for image in images %} -> {{ image.thumb }} , {{ image.popup }}.

Articles:

  1. Heading H1
  2. Short Description - Displayed in categories and article modules using:{{ short_description }}.
  3. Images
  4. Date Added
  5. Date Available and Date End of this publication.
  6. Author
  7. 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.
  8. Related Articles - There is no adding page on itself. It is possible to recommend in three directions: double, or in one of the parties.
  9. Related Products - It is possible to recommend in three directions: double, or in one of the parties.
  10. Tags
  11. Attributes

Products:

  1. Heading H1
  2. Short Description - displayed in categories and product modules using:{{ short_description }}.
  3. Main Category - Used to determine the breadcrumbs in the "URL from the base domain" are in the index of Search Engines.
  4. Related Products - There is no adding page on itself. It is possible to recommend in three directions: double, or in one of the parties.
  5. Related Articles - It is possible to recommend in three directions: double, or in one of the parties.

For Developers:

  • 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.

The composition of the modules and modifications of the OptimBlog Family

  1. OptimBlog — main module.
  2. Module «Latest Articles»
  3. Module «Best Articles»
  4. Module «Featured Articles»
  5. Module «Category Articles»
  6. Module «Search Articles»
  7. Modification «Admin Filter» - expands the ability to filter Categories, Products and Articles.

Information:

Demo:

License

GNU General Public License version 3 (GPLv3)

About

OptimBlog - blog module for Opencart 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.6%
  • Twig 32.6%
  • JavaScript 0.8%