SoldLots Plugin
Implementing front-end pages
The plugin provides several components for building the lots list page (archive), lot details page and same lots list for the sidebar.
Lots list page
Use the soldlots
component to display a list of latest sold lots on a page. The component has the following properties:
- cars - car list from database.
- makes - makes list from database fro filter.
- models - model list from database fro filter.
- auctions - auctions for filter.
The lots list coded in the default component partial plugins/skorohod/soldlots-plugin/components/carlotlost/default.htm
. If the default markup is not suitable for your website, feel free to copy it from the default partial and replace the {% component %}
call in the example above with the partial contents.
Lot page
Use the carlotpage
component to display a lot on a page. The component has the following properties:
- recomended_cars - list of same model cars.
- car - single lot
SoldLots Plugin
A simple, extensible blogging platform for October CMS.
Implementing front-end pages
The plugin provides several components for building the lots list page (archive), lot details page and same lots list for the sidebar.
Post list page
Use the soldlots
component to display a list of latest sold lots on a page. The component has the following properties:
- cars - car list from database.
- makes - makes list from database fro filter.
- models - model list from database fro filter.
- auctions - auctions for filter.
The post list coded in the default component partial plugins/skorohod/soldlots-plugin/components/carlotlost/default.htm
. If the default markup is not suitable for your website, feel free to copy it from the default partial and replace the {% component %}
call in the example above with the partial contents.
Lot page
Use the carlotpage
component to display a lot on a page. The component has the following properties:
- recomended_cars - list of same model cars.
- car - single lot
-
This plugin has not been reviewed yet.
-
1.0.4 |
Change icon Sep 05, 2024 |
---|---|
1.0.3 |
Update version file Sep 05, 2024 |
1.0.2 |
Archived car on lot page. Aug 22, 2024 |
1.0.1 |
Initialize plugin. Aug 22, 2024 |