iJoomla Forum

iJoomla Digistore => Support Questions => Topic started by: northlake on December 13, 2007, 04:48:23 PM



Title: Remove the pathway
Post by: northlake on December 13, 2007, 04:48:23 PM
Hi Guys

Is there an easy way to

1) remove the pathway? We only have one category so don't need it.

2) add some style to product titles? Currently they use the same text as the description


Title: Re: Remove the pathway
Post by: RicardoCorai on December 14, 2007, 09:21:49 AM
Quote
1) remove the pathway? We only have one category so don't need it.
Hi northlake,
Edit component/com_digistore/digistore.html.php and find this (line 4463 aprox.).
Code:
<?php echo trailBlaze($catid, 'product');?>
Delete this line and save the changes.
Quote
2) add some style to product titles? Currently they use the same text as the description
You can define product_name class in your css.
Best regards,