Remove Manufacturer & Joomla Fashion Store title

More
13 years 1 month ago #16592 by jasonbondone

milos wrote: The flypage file is in /templates/hot_fashionstore/html/com_virtuemart/productdetails/default.php

To change the page title, please read this: www.hotjoomlatemplates.com/blog/joomla-s...la-page-title-change


I didn't mean page title i meant the title that says

Joomla Fashion Store

We offer a full range of products from outwear fashion and jeans to the boots and sneakers.
Attachments:

Please Log in to join the conversation.

More
More
13 years 1 month ago #16801 by jasonbondone
everytime i try to remove something that has something to do with manufacturer i get error page on my site. I just want the manufacturer word off of the item page

Please Log in to join the conversation.

More
13 years 1 month ago #16829 by ivan.milic
Code:
<?php // Manufacturer of the Product if(VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) { ?> <div class="manufacturer"> <?php $link = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id='.$this->product->virtuemart_manufacturer_id.'&tmpl=component'); $text = $this->product->mf_name; /* Avoid JavaScript on PDF Output */ if (strtolower(JRequest::getWord('output')) == "pdf"){ echo JHTML::_('link', $link, $text); } else { ?> <span class="bold"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DETAILS_MANUFACTURER_LBL') ?></span><a class="modal" rel="{handler: 'iframe', size: {x: 700, y: 550}}" href="<?php echo $link ?>"><?php echo $text ?></a> <?PHP } ?> </div> <?php } ?>
The following user(s) said Thank You: jasonbondone

Please Log in to join the conversation.

More
13 years 3 weeks ago #17150 by jasonbondone

Please Log in to join the conversation.

Time to create page: 0.088 seconds
Powered by Kunena Forum