- Posts: 101
- Thank you received: 10
Many "mod_eshop_product" modules with different settings in the same page
- Impression eStudio
- Topic Author
- Offline
- Premium Member
Less
More
3 years 3 weeks ago - 3 years 3 weeks ago #147962
by Impression eStudio
Many "mod_eshop_product" modules with different settings in the same page was created by Impression eStudio
This is a simple code change to allow many "mod_eshop_product" modules using the navigation layout to run with different settings in the same page.
In the file "modules\mod_eshop_product\tmpl\navigation.php" change the code:
to:
and the code:
to:
In the file "modules\mod_eshop_product\tmpl\navigation.php" change the code:
Code:
<div class="image-product">
Code:
<div class="image-product id<?php echo $module->id; ?>">
and the code:
Code:
$('.image-product').slick({
Code:
$('.image-product.id<?php echo $module->id; ?>').slick({
Last edit: 3 years 3 weeks ago by Impression eStudio.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
3 years 2 weeks ago #148052
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Many "mod_eshop_product" modules with different settings in the same page
Hi there,
Thank you for your suggestion. I will check more on this.
Sincerely, Giang
Thank you for your suggestion. I will check more on this.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.