Information Partials

| Extension Name | Information Partials | Rating |
|
| License | Commercial | Votes | 0 |
| Price | $40.00 | Views | 3569 |
| Developer | diyphpdeveloper | Request Support |
|
| Date Added | 30 April 2012 | Report extension |
|
| Date Modified | 30 April 2012 | ||
This is a helper for developers to easily embed information pages in template files (ex: home.tpl) allowing you to make your OpenCart install more of a CMS for your clients.
To output the information page description:
<?php echo information_partial(INFORMATION PAGE ID); ?>
To output the information page title:
<?php echo information_title(INFORMATION PAGE ID); ?>
It also adds a column to the information table list in the admin panel so you can easily look-up the information_id to use for your embeds.
For those WordPress lovers this is probably the equivalent of the get_post($post_id) function.
Requires VQMod 2.0 or newer.
To output the information page description:
<?php echo information_partial(INFORMATION PAGE ID); ?>
To output the information page title:
<?php echo information_title(INFORMATION PAGE ID); ?>
It also adds a column to the information table list in the admin panel so you can easily look-up the information_id to use for your embeds.
For those WordPress lovers this is probably the equivalent of the get_post($post_id) function.
Requires VQMod 2.0 or newer.
You must buy a license to download this extension click here.
| Download Name | Compatibility | Action |
| Information Partials v1.0 | v1.5.1.3, v1.5.2, v1.5.2.1 | [ Download ] |
Install instructions in download.
To output the information page description:
<?php echo information_partial(INFORMATION PAGE ID); ?>
To output the information page title:
<?php echo information_title(INFORMATION PAGE ID); ?>













Log in to comment or register here.