- Posts: 9
- Thank you received: 0
OT slider module
- David Machin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 8 months ago #5655
by David Machin
OT slider module was created by David Machin
Hi again! Sorry for asking so many question.
At the slider module when you click on the product image either the details button it link you to the product description.
I would like to do the same with the product title as it link me now to the main page (where the module is located).
Many thanks for your support!
At the slider module when you click on the product image either the details button it link you to the product description.
I would like to do the same with the product title as it link me now to the main page (where the module is located).
Many thanks for your support!
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 8 months ago #5656 by Trung Duong
Replied by Trung Duong on topic Re: OT slider module
Hello,
Simply, you can remove "//" at line 16 (modules/mod_ot_virtuemart_prodslider/tmpl/default.php)
to
Simply, you can remove "//" at line 16 (modules/mod_ot_virtuemart_prodslider/tmpl/default.php)
Code:
<p><a class="prod-name" href="<?php //echo $url; ?>"><?php echo $product->product_name ?></a></p>
to
Code:
<p><a class="prod-name" href="<?php echo $url; ?>"><?php echo $product->product_name ?></a></p>
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: David Machin
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds