- Posts: 66
- Thank you received: 0
Remove Manufacturer & Joomla Fashion Store title
-
jasonbondone
Inactive member -
Topic Author
- Member
-
Less
More
13 years 1 month ago #16592
by jasonbondone
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.
Replied by jasonbondone on topic Re: Remove Manufacturer & Joomla Fashion Store title
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.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #16597
by ivan.milic
Replied by ivan.milic on topic Re: Remove Manufacturer & Joomla Fashion Store title
Please Log in to join the conversation.
-
jasonbondone
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
13 years 1 month ago #16801
by jasonbondone
Replied by jasonbondone on topic Re: Remove Manufacturer & Joomla Fashion Store title
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #16829
by ivan.milic
Replied by ivan.milic on topic Re: Remove Manufacturer & Joomla Fashion Store title
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.
-
jasonbondone
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
13 years 3 weeks ago #17150
by jasonbondone
Replied by jasonbondone on topic Re: Remove Manufacturer & Joomla Fashion Store title
thanks
Please Log in to join the conversation.
Time to create page: 0.088 seconds