Description
OZD Catalogue Plugin lets you create product and catalogue content in WordPress. You can assign products directly to catalogues, arrange their order, and display catalogues anywhere on your site with shortcodes.
Main features
- Select products directly for each catalogue
- Arrange products within a catalogue
- Catalogue cover images and image galleries
- Product image galleries
- On Sale, Out of Stock, Coming Soon, and Ask for Price product statuses
- Show or hide prices for individual products
- Product search and filters for catalogue groups and product statuses
- Grid, list, and table views
- Shortcode generator in the WordPress administration area
- Front-end templates that themes can override
- Option to preserve or permanently delete plugin data during uninstall
Shortcodes
Display the product catalogue list:
[ozdkaek_katalog_liste]
Display products from a specific catalogue in a grid with filters:
[ozdkaek_katalog_liste catalog_id="123" view="grid" limit="12" filters="yes"]
Display a catalogue preview:
[ozdkaek_katalog_onizleme catalog_id="123" limit="8"]
Template customization
Copy templates from the plugin’s templates directory to an ozd-katalog directory in your theme. Matching theme templates load before the plugin’s default templates.
Privacy
OZD Catalogue Plugin does not connect to external services or send visitor data to third parties. Catalogue, product, and settings data are stored in the WordPress database. Uploaded images are stored in the WordPress Media Library.
Installation
- In WordPress, go to Plugins > Add New Plugin > Upload Plugin and upload the plugin ZIP file.
- Activate the plugin.
- Create products and catalogues from the Product Catalogue menu.
- Configure the currency, products per page, default view, and image size under Product Catalogue > Settings.
- Use the Shortcode Generator to create a shortcode and add it to a post or page.
FAQ
-
Does it require WooCommerce?
-
No. The plugin works independently and does not require WooCommerce.
-
Can I add selected products to a catalogue?
-
Yes. Select products on the catalogue editing screen and arrange their order within the catalogue.
-
Can I hide prices?
-
Yes. Price visibility can be configured for each product. Prices are not displayed for products with the Ask for Price status.
-
Can I change the catalogue layout?
-
Yes. Choose a grid, list, or table view in the settings or with the shortcode’s
viewattribute. -
Can I customize the templates in my theme?
-
Yes. Copy the relevant template to the
ozd-katalogdirectory in your theme to customize it without modifying plugin files. -
Does uninstalling the plugin delete its data?
-
Catalogues, products, and settings are preserved by default. To remove them permanently, enable the data deletion option under Product Catalogue > Settings before uninstalling the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“OZD Katalog Eklentisi” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “OZD Katalog Eklentisi” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial stable release.
- Added catalogue and product post types.
- Added direct product selection and ordering for catalogues.
- Added catalogue cover images, catalogue galleries, and product galleries.
- Added product statuses and per-product price visibility.
- Added product search and filters for catalogue groups and product statuses.
- Added grid, list, and table views.
- Added an administration shortcode generator.
- Added front-end templates that themes can override.
- Added catalogue settings and safe uninstall options.
- Improved compatibility with WordPress Coding Standards.
- Added a unique
ozdkaekprefix for plugin-owned identifiers. - Added custom management labels for catalogues, products, and catalogue groups.
- Removed author controls from catalogue and product editing screens.
- Hardened shortcode output with context-aware escaping and an explicit HTML allowlist.
- Added a success notice when settings are saved.