General information
This plugin allows you to link your shopaholic products with your news plugin GoodNews
Features:
- Add products to news
- Add news to products
- Technical support, and quick response to fix the bugs
The following plugins are required
Toolbox
Helpers for faster development: pagination rendering, objects and lists caching, UI strings for using in third...
Toolbox
Helpers for faster development: pagination rendering, objects and lists caching, UI strings for using in third...
Shopaholic
No. 1 e-commerce platform for October CMS
Shopaholic
No. 1 e-commerce platform for October CMS
Good News
Simple blogging plugin
Good News
Simple blogging plugin
Installation
Run the following command in your terminal or install from the marketplace
$ php artisan plugin:install Lovency.GoodNewsProductList
Sample code for pages
News in products
{% if obProduct.articles.isNotEmpty() %}
{% for item in obProduct.articles %}
<a href="{{ item.slug }}">{{ item.title }}</a>
{% endfor %}
{% endif %}
Products in news
{% if obArticle.products.isNotEmpty() %}
{% for item in obArticle.products %}
<a href="{{ item.slug }}">{{ item.name }}</a>
{% endfor %}
{% endif %}
-
This plugin has not been reviewed yet.
-
| 1.0.0 |
Initialize plugin. Jun 17, 2021 |
|---|