TOPIC: OT slider module

OT slider module 9 years 7 months ago #5655

  • nomascp
  • nomascp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
  • Karma: 0
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!
The administrator has disabled public write access.

Re: OT slider module 9 years 7 months ago #5656

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

Simply, you can remove "//" at line 16 (modules/mod_ot_virtuemart_prodslider/tmpl/default.php)
<p><a class="prod-name" href="<?php //echo $url; ?>"><?php echo $product->product_name ?></a></p>

to
<p><a class="prod-name" href="<?php echo $url; ?>"><?php echo $product->product_name ?></a></p>
The administrator has disabled public write access.
The following user(s) said Thank You: nomascp
Time to create page: 0.107 seconds